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
path:
root
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
2009-09-11
1
-6
/
+1
*
don't call cpu_sychronize_state from reset handlers
Glauber Costa
2009-09-09
1
-1
/
+6
*
qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...
Dustin Kirkland
2009-09-09
1
-10
/
+10
*
mv strdup to qemu_strdup in vl.c
Jean-Christophe DUBOIS
2009-09-09
1
-3
/
+3
*
fix vl.c compilation if CONFIG_KVM is not defined
Jean-Christophe DUBOIS
2009-09-09
1
-1
/
+2
*
fix PATH_MAX conditional compilation
Jean-Christophe DUBOIS
2009-09-09
1
-9
/
+2
*
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
2009-09-09
1
-118
/
+36
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-2
/
+2
*
allow passing null machine pointer to drive_init().
Gerd Hoffmann
2009-09-09
1
-1
/
+1
*
Checks in select_soundhw were never intended to accept abbreviations
malc
2009-09-06
1
-1
/
+1
*
monitor: Port handler_1 to use QDict
Luiz Capitulino
2009-09-04
1
-5
/
+6
*
Support for multiple -monitor devices
Jan Kiszka
2009-09-04
1
-16
/
+46
*
do not issue ioctl from within the io thread
Glauber Costa
2009-09-04
1
-1
/
+1
*
Delay sighandler_setup()
Juan Quintela
2009-09-04
1
-5
/
+5
*
switch balloon initialization to -device.
Gerd Hoffmann
2009-08-27
1
-16
/
+18
*
add qemu_error() + friends
Gerd Hoffmann
2009-08-27
1
-0
/
+1
*
qdev: convert watchdogs
Markus Armbruster
2009-08-27
1
-5
/
+13
*
Move watchdog, watchdog_action, give them internal linkage
Markus Armbruster
2009-08-27
1
-2
/
+0
*
raw-posix: add Linux native AIO support
Christoph Hellwig
2009-08-27
1
-0
/
+22
*
make load_vmstate() return errors
Juan Quintela
2009-08-27
1
-2
/
+5
*
split do_loadvm() into do_loadvm() and load_vmstate()
Juan Quintela
2009-08-27
1
-1
/
+1
*
extend -smp parsing to include cores= and threads= options
Andre Przywara
2009-08-27
1
-9
/
+57
*
Unbreak large mem support by removing kqemu
Anthony Liguori
2009-08-24
1
-51
/
+2
*
QEMU set irq0override in fw_cfg
Jes Sorensen
2009-08-24
1
-0
/
+1
*
Clean up VGA type selection; far too many variables being used to track one s...
Zachary Amsden
2009-08-24
1
-12
/
+6
*
Do not disable autostart for live migration
Avi Kivity
2009-08-24
1
-4
/
+2
*
check for PR_SET_NAME being defined
Nathan Froyd
2009-08-10
1
-1
/
+1
*
variable timer intervals
Stefano Stabellini
2009-08-10
1
-1
/
+1
*
qdev-ify virtio-blk.
Gerd Hoffmann
2009-08-10
1
-1
/
+8
*
add -drive if=none
Gerd Hoffmann
2009-08-10
1
-0
/
+4
*
constify drive_get_by_id arg
Gerd Hoffmann
2009-08-10
1
-1
/
+1
*
QemuOpts: switch over -device.
Gerd Hoffmann
2009-08-10
1
-14
/
+17
*
QemuOpts: add -set option
Gerd Hoffmann
2009-08-10
1
-0
/
+4
*
QemuOpts: create qemu-config.h
Gerd Hoffmann
2009-08-10
1
-72
/
+4
*
QemuOpts: make the drive id actually show up in "info block".
Gerd Hoffmann
2009-08-10
1
-1
/
+1
*
Use qemu_irq for system_powerdown
Blue Swirl
2009-08-09
1
-2
/
+5
*
fix migration to obey -S
Paolo Bonzini
2009-07-30
1
-2
/
+2
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HOST_BSD to CONFIG_BSD
Juan Quintela
2009-07-27
1
-2
/
+2
*
Remove special Win32 code in vl.c that's no longer needed.
Filip Navara
2009-07-27
1
-4
/
+0
*
Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
Filip Navara
2009-07-27
1
-0
/
+3
*
fix broken migration
Glauber Costa
2009-07-27
1
-1
/
+3
*
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Jes Sorensen
2009-07-27
1
-1
/
+26
*
switch -drive to QemuOpts.
Gerd Hoffmann
2009-07-27
1
-139
/
+169
*
move parser functions from vl.c to qemu-option.c
Gerd Hoffmann
2009-07-27
1
-64
/
+0
*
kill drives_opt
Gerd Hoffmann
2009-07-27
1
-53
/
+27
*
add support for drive ids.
Gerd Hoffmann
2009-07-27
1
-18
/
+32
*
kill drives_table
Gerd Hoffmann
2009-07-27
1
-90
/
+87
*
qdev: add -device command line option.
Gerd Hoffmann
2009-07-27
1
-33
/
+64
*
Add machine type aliases
Mark McLoughlin
2009-07-27
1
-0
/
+5
[next]