index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unbreak large mem support by removing kqemu
Anthony Liguori
2009-08-24
24
-1722
/
+8
*
Add a configure switch to enable / disable all user targets. I felt compelled...
Zachary Amsden
2009-08-24
1
-0
/
+8
*
Migration via unix sockets.
Chris Lalancette
2009-08-24
4
-1
/
+227
*
Route IOAPIC interrupts via ISA bus
Avi Kivity
2009-08-24
4
-26
/
+13
*
Route PC irqs to ISA bus instead of i8259 directly
Avi Kivity
2009-08-24
1
-15
/
+31
*
Makefile: fixed rule TAGS
Alexandre Bique
2009-08-24
1
-1
/
+2
*
QEMU set irq0override in fw_cfg
Jes Sorensen
2009-08-24
3
-0
/
+4
*
SMART ATA Functionality
Brian Wheeler
2009-08-24
1
-5
/
+200
*
Add missing linefeed in error message
Stefan Weil
2009-08-24
1
-1
/
+1
*
Clean up VGA type selection; far too many variables being used to track one s...
Zachary Amsden
2009-08-24
2
-16
/
+17
*
When using stdio monitor and VNC display, one can set or clear a VNC password...
Zachary Amsden
2009-08-24
1
-0
/
+5
*
Don't segfault when changing VNC password on an SDL display.
Zachary Amsden
2009-08-24
1
-0
/
+4
*
Fix detached migration with exec.
Chris Lalancette
2009-08-24
1
-4
/
+1
*
Do not disable autostart for live migration
Avi Kivity
2009-08-24
1
-4
/
+2
*
make vga screen_dump use DisplayState properly
Stefano Stabellini
2009-08-24
1
-69
/
+21
*
Restore consistent formatting
malc
2009-08-24
1
-5
/
+5
*
es1370: Remove unused indirection of PCIES1370State and ES1370State
Juan Quintela
2009-08-24
1
-21
/
+10
*
Fix device name completion for 'eject'
Blue Swirl
2009-08-23
1
-0
/
+3
*
Revert my commit c00a9de060124a988bd9847c095e5836488c6f01
Andrzej Zaborowski
2009-08-23
1
-3
/
+3
*
Fix segfault of qemu-system-arm with PXA target
Torsten Duwe
2009-08-23
1
-1
/
+1
*
sdl.c: support 32 bpp cursors
Reimar Döffinger
2009-08-23
1
-0
/
+3
*
Use corect depth from DisplaySurface in vmware_vga.c
Reimar Döffinger
2009-08-23
1
-3
/
+3
*
Remove the unnecessary and only global in musicpal.c
Andrzej Zaborowski
2009-08-23
1
-2
/
+1
*
Merge with balrog@git.sv.gnu.org:/srv/git/qemu.git
Andrzej Zaborowski
2009-08-23
9
-59
/
+73
|
\
|
*
Sparc32: fix monitor commands 'info pic' and 'info irq'
Blue Swirl
2009-08-23
3
-14
/
+19
|
*
Rearrange to suppress gcc 3.3.5 warning about unused variable
Blue Swirl
2009-08-23
1
-3
/
+6
|
*
def-helper.h allow helpers returning pointers
Igor Kovalenko
2009-08-22
1
-2
/
+2
|
*
ESP: implement Transfer Pad
Blue Swirl
2009-08-22
1
-0
/
+7
|
*
ESP: Implement select without ATN, fix comments
Blue Swirl
2009-08-22
1
-2
/
+7
|
*
sparc32 remove an unnecessary cpu irq set
Blue Swirl
2009-08-22
2
-38
/
+30
|
*
Sparc32/64: fix jmpl followed by branch
Blue Swirl
2009-08-22
1
-0
/
+2
*
|
Make musicpal.c use the I2C device and the Marvell 88w8618 audio device
Andrzej Zaborowski
2009-08-23
1
-387
/
+40
*
|
Extract the Marvell 88w8618 audio device from musicpal.c
Andrzej Zaborowski
2009-08-23
2
-1
/
+275
*
|
Extract musicpal.c I2C bitbanging code and make it gpio aware
Andrzej Zaborowski
2009-08-23
2
-1
/
+180
*
|
Musicpal qdev conversion: gpio (except I2C part), keyboard and lcd
Benoit Canet
2009-08-23
1
-84
/
+230
*
|
ARM back-end: Handle all possible immediates for ALU ops
Laurent Desnogues
2009-08-22
1
-5
/
+32
*
|
ARM back-end: Add TCG not
Laurent Desnogues
2009-08-22
2
-0
/
+6
|
/
*
Remove unneded ac97 indirection accessing its state
Juan Quintela
2009-08-22
1
-43
/
+24
*
Sparc32/64: Fix user emulator breakage
Blue Swirl
2009-08-18
1
-1
/
+1
*
Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 host
Blue Swirl
2009-08-18
1
-1
/
+1
*
Replace REGX with PRIx64
Blue Swirl
2009-08-16
4
-7
/
+8
*
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
2009-08-16
12
-245
/
+269
*
Replace always_inline with inline
Blue Swirl
2009-08-16
13
-371
/
+355
*
user: compile host-utils.c only once
Blue Swirl
2009-08-16
4
-19
/
+20
*
Simplify 5ba6531956b9b6486560cbd13604c2238a3542dd
Blue Swirl
2009-08-16
1
-9
/
+3
*
Fix desynchronization of condition code state when a memory access traps
Blue Swirl
2009-08-15
1
-0
/
+11
*
PPC: clean up ppc405
Blue Swirl
2009-08-15
8
-349
/
+79
*
Use pstrcpy to avoid OpenBSD linker warnings
Blue Swirl
2009-08-15
1
-1
/
+1
*
bsd-user: Add generic env variable handling
Blue Swirl
2009-08-15
1
-16
/
+35
*
linux-user: compile envlist.c only once
Blue Swirl
2009-08-15
4
-2
/
+2
[prev]
[next]