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
*
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
2013-03-22
9
-339
/
+8
*
PPC/GDB: handle read and write of fpscr
Fabien Chouteau
2013-03-22
4
-2
/
+10
*
pseries: Move XICS initialization before cpu initialization
David Gibson
2013-03-22
3
-38
/
+34
*
target-ppc: Remove CONFIG_PSERIES dependency in kvm.c
David Gibson
2013-03-22
1
-1
/
+1
*
pseries: Remove "busname" property for PCI host bridge
David Gibson
2013-03-22
3
-12
/
+24
*
pseries: Fix breakage in CPU QOM conversion
David Gibson
2013-03-22
1
-1
/
+1
*
microblaze: Ignore non-cpu accesses to unmapped areas
Edgar E. Iglesias
2013-03-19
1
-1
/
+1
*
Merge remote-tracking branch 'kraxel/ipxe.2' into staging
Anthony Liguori
2013-03-19
14
-7
/
+73
|
\
|
*
Switch to efi-enabled nic roms by default
Gerd Hoffmann
2013-03-18
6
-7
/
+27
|
*
Add efi rom binaries
Gerd Hoffmann
2013-03-18
6
-0
/
+0
|
*
Add Makefile rules to build nic rom binaries with efi support
Gerd Hoffmann
2013-03-18
1
-12
/
+37
|
*
Update ipxe submodule to latest master
Gerd Hoffmann
2013-03-18
1
-0
/
+0
|
*
Add Makefile rules to build nic rom binaries
Gerd Hoffmann
2013-03-18
1
-0
/
+21
*
|
add a boot option to do strict boot
Amos Kong
2013-03-19
2
-3
/
+30
*
|
ui/cocoa.m: Fix compile failures introduced by recent console changes
Peter Maydell
2013-03-19
1
-3
/
+6
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-03-19
8
-8
/
+92
|
\
\
|
*
|
virtio-blk: Do not segfault fault if failed to initialize dataplane
Dunrong Huang
2013-03-19
1
-1
/
+1
|
*
|
qemu-iotests: add 052 BDRV_O_SNAPSHOT test
Stefan Hajnoczi
2013-03-19
3
-0
/
+75
|
*
|
block: fix BDRV_O_SNAPSHOT protocol detection
Stefan Hajnoczi
2013-03-19
1
-5
/
+1
|
*
|
qcow2: Fix segfault in qcow2_invalidate_cache
Kevin Wolf
2013-03-19
2
-2
/
+13
|
*
|
sheepdog: show error message for halt status
Liu Yuan
2013-03-19
1
-0
/
+2
*
|
|
char: Fix return type of qemu_chr_fe_add_watch()
Kevin Wolf
2013-03-19
2
-4
/
+4
*
|
|
fix monitor
Gerd Hoffmann
2013-03-19
1
-2
/
+21
|
/
/
*
|
virtio-blk: cleanup: remove qdev field.
KONRAD Frederic
2013-03-18
2
-3
/
+1
*
|
virtio-blk: cleanup: QOM cast
KONRAD Frederic
2013-03-18
2
-20
/
+15
*
|
virtio-blk: cleanup: init and exit functions.
KONRAD Frederic
2013-03-18
2
-66
/
+21
*
|
virtio-blk-ccw switch to new API.
KONRAD Frederic
2013-03-18
2
-16
/
+31
*
|
virtio-blk-s390: switch to the new API.
KONRAD Frederic
2013-03-18
2
-12
/
+31
*
|
virtio-blk-pci: switch to new API.
KONRAD Frederic
2013-03-18
2
-65
/
+71
*
|
virtio-blk: add the virtio-blk device.
KONRAD Frederic
2013-03-18
3
-12
/
+115
*
|
virtio-blk: don't use pointer for configuration.
KONRAD Frederic
2013-03-18
2
-5
/
+5
*
|
virtio-pci: fix hot unplug.
KONRAD Frederic
2013-03-18
1
-12
/
+1
*
|
virtio-x-bus: fix allow_hotplug assertion.
KONRAD Frederic
2013-03-18
3
-3
/
+3
*
|
virtio: make virtio device's structures public.
KONRAD Frederic
2013-03-18
12
-160
/
+159
*
|
Merge remote-tracking branch 'kraxel/pixman.v8' into staging
Anthony Liguori
2013-03-18
62
-1198
/
+3506
|
\
\
|
*
|
console: remove ds_get_* helper functions
Gerd Hoffmann
2013-03-18
2
-123
/
+79
|
*
|
console: zap color_table
Gerd Hoffmann
2013-03-18
1
-77
/
+6
|
*
|
console: stop using DisplayState in gfx hardware emulation
Gerd Hoffmann
2013-03-18
31
-435
/
+525
|
*
|
console: zap displaystate from dcl callbacks
Gerd Hoffmann
2013-03-18
9
-56
/
+23
|
*
|
cocoa: stop using DisplayState
Gerd Hoffmann
2013-03-18
1
-25
/
+10
|
*
|
spice: stop using DisplayState
Gerd Hoffmann
2013-03-18
4
-18
/
+20
|
*
|
sdl: stop using DisplayState
Gerd Hoffmann
2013-03-18
1
-41
/
+51
|
*
|
vnc: stop using DisplayState
Gerd Hoffmann
2013-03-18
4
-40
/
+48
|
*
|
gtk: stop using DisplayState
Gerd Hoffmann
2013-03-18
1
-60
/
+80
|
*
|
console: add surface_*() getters
Gerd Hoffmann
2013-03-18
1
-8
/
+38
|
*
|
console: rework DisplaySurface handling [dcl/ui side]
Gerd Hoffmann
2013-03-18
9
-55
/
+43
|
*
|
console: rework DisplaySurface handling [vga emu side]
Gerd Hoffmann
2013-03-18
8
-84
/
+54
|
*
|
sdl: drop dead code
Gerd Hoffmann
2013-03-18
1
-5
/
+0
|
*
|
qxl: better vga init in enter_vga_mode
Gerd Hoffmann
2013-03-18
1
-1
/
+1
|
*
|
qxl: zap qxl0 global
Gerd Hoffmann
2013-03-18
1
-13
/
+15
[next]