GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu ppc uic: Order IRQ bit number as described in the UIC documentation.
aurel32
2008-04-28
2
-23
/
+24
*
musicpal: Fix output level of 8-bit samples (Jan Kiszka).
balrog
2008-04-27
1
-3
/
+3
*
Ignore the wrapping of acpi timer counter again.
balrog
2008-04-27
1
-46
/
+38
*
Fix a regression introduced by my previous commit, ram_size is now
aurel32
2008-04-27
1
-1
/
+1
*
Use correct types to enable > 2G support, based on a patch from
aurel32
2008-04-27
28
-51
/
+72
*
Revert wrong changes
blueswir1
2008-04-27
1
-2
/
+2
*
Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX
blueswir1
2008-04-27
2
-15
/
+18
*
Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).
balrog
2008-04-26
1
-13
/
+24
*
Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay).
balrog
2008-04-26
1
-38
/
+46
*
Fill in touchscreen calibration values from a Palm T|E.
balrog
2008-04-26
1
-0
/
+8
*
Let WM8750 users write to audio buffer directly.
balrog
2008-04-26
3
-8
/
+30
*
Fix USB and HID report descriptors for mouse and tablet.
balrog
2008-04-26
1
-18
/
+17
*
Fix MusicPal LCD on non-32 bpp displays or with -nographic.
balrog
2008-04-25
1
-20
/
+38
*
Improve audio api use in WM8750.
balrog
2008-04-24
1
-12
/
+15
*
ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).
balrog
2008-04-24
2
-0
/
+1459
*
Stellaris boards really aren't that big!
pbrook
2008-04-24
1
-2
/
+2
*
RAM usage information in machine definition.
balrog
2008-04-24
25
-27
/
+77
*
Fix irq handling (Hervé Poussineau)
blueswir1
2008-04-24
1
-15
/
+33
*
Revert "Use correct types to enable > 2G support" (r4238), it is
aurel32
2008-04-22
28
-72
/
+51
*
Use correct types to enable > 2G support, based on a patch from
aurel32
2008-04-22
28
-51
/
+72
*
x86: remove load_kernel()
aurel32
2008-04-22
1
-31
/
+0
*
Inventra MUSB-HDRC host-mode USB.
balrog
2008-04-22
5
-0
/
+2279
*
Hush pointer target signedness warnings from gcc 4.
balrog
2008-04-22
3
-20
/
+20
*
Fix update region size in EPSON blizzard.
balrog
2008-04-22
1
-2
/
+2
*
Remove duplicate definitions
blueswir1
2008-04-21
1
-8
/
+1
*
PCnet: Allow more then two TMDs (Jan Kiszka)
blueswir1
2008-04-20
1
-7
/
+6
*
Flash support for mips r4k pseudo-machine, by
ths
2008-04-20
1
-1
/
+13
*
Prevent use of an uninitialised value in WM8750 and move buffer flush
balrog
2008-04-20
1
-1
/
+2
*
Remove an unused field and fix some non-code typos.
balrog
2008-04-20
1
-1
/
+0
*
Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).
balrog
2008-04-16
1
-7
/
+15
*
Emulate address wrap in CFI02 chips mapping (Jan Kiszka).
balrog
2008-04-16
3
-25
/
+39
*
Allow a custom unlock address in CFI02 flash (Jan Kiszka).
balrog
2008-04-16
3
-10
/
+15
*
Use qemu time/date functions for the Menelaus RTC.
balrog
2008-04-16
1
-17
/
+14
*
Nokia N800 machine support (ARM).
balrog
2008-04-14
12
-2
/
+4536
*
Add TSC2301 touchscreen & keypad controller.
balrog
2008-04-14
3
-28
/
+282
*
Add basic OMAP2 chip support.
balrog
2008-04-14
11
-224
/
+6925
*
Move the excess of arm_load_kernel() parameters into a struct.
balrog
2008-04-14
8
-77
/
+139
*
Fix keyboard emulation for ARM versatile board:
aurel32
2008-04-13
1
-3
/
+11
*
x86: Rework local IRQ delivery for APICs
aurel32
2008-04-13
3
-24
/
+57
*
x86: Raise inter-processor NMI and SMI
aurel32
2008-04-13
1
-1
/
+7
*
Allocate the -vmwarevga framebuffer in the right place in RAM.
balrog
2008-04-12
1
-1
/
+3
*
Read time constant fix (Robert Reif)
blueswir1
2008-04-12
1
-0
/
+4
*
Optimize MIPS timer read/write functions
aurel32
2008-04-11
1
-31
/
+25
*
Fix few spelling issues in comments
aurel32
2008-04-11
2
-2
/
+2
*
ESP: Add it_shift parameter (Hervé Poussineau)
blueswir1
2008-04-09
4
-12
/
+12
*
Implement break for the pl011, based on a patch from Jason Wessel.
aurel32
2008-04-08
1
-3
/
+9
*
Simplify PICA 61 emulation
aurel32
2008-04-08
3
-223
/
+21
*
Simplify FDC code (Hervé Poussineau)
blueswir1
2008-04-08
1
-517
/
+361
*
Braille device support
aurel32
2008-04-08
2
-0
/
+672
*
Fix vmmouse with -smp
aurel32
2008-04-07
3
-12
/
+11
[next]