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
...
|
*
close all the block drivers before the qemu process exits
MORITA Kazutaka
2010-06-04
1
-0
/
+1
|
*
Fix error message in drive_init
Kevin Wolf
2010-06-04
1
-2
/
+4
|
*
usb: Remove unused usb_device_add() parameter is_hotplug
Markus Armbruster
2010-06-04
1
-3
/
+3
|
*
blockdev: Belatedly remove driveopts
Markus Armbruster
2010-06-04
1
-1
/
+0
|
*
blockdev: Belatedly remove MAX_DRIVES
Markus Armbruster
2010-06-04
1
-2
/
+0
*
|
Move set_proc_name() to OS specific files.
Jes Sorensen
2010-06-12
1
-18
/
+1
*
|
Move line-buffering setup to OS specific files.
Jes Sorensen
2010-06-12
1
-4
/
+1
*
|
Move daemonize handling to OS specific files
Jes Sorensen
2010-06-12
1
-103
/
+3
*
|
Move chroot handling to OS specific files.
Jes Sorensen
2010-06-12
1
-17
/
+1
*
|
Move runas handling from vl.c to OS specific files.
Jes Sorensen
2010-06-12
1
-28
/
+1
*
|
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
Jes Sorensen
2010-06-12
1
-16
/
+3
*
|
Rename qemu-options.h to qemu-options.def
Jes Sorensen
2010-06-12
1
-3
/
+3
*
|
Move find_datadir to OS specific files.
Jes Sorensen
2010-06-12
1
-90
/
+1
*
|
Move main signal handler setup to os specificfiles.
Jes Sorensen
2010-06-12
1
-32
/
+1
*
|
Rename os_setup_signal_handling() to os_setup_early_signal_handling()
Jes Sorensen
2010-06-12
1
-1
/
+1
*
|
Move win32 early signal handling setup to os_setup_signal_handling()
Jes Sorensen
2010-06-12
1
-30
/
+0
*
|
Introduce os-posix.c and create os_setup_signal_handling()
Jes Sorensen
2010-06-12
1
-7
/
+1
*
|
vl.c: Move host_main_loop_wait() to OS specific files.
Jes Sorensen
2010-06-12
1
-51
/
+1
*
|
Introduce os-win32.c and move polling functions from vl.c
Jes Sorensen
2010-06-12
1
-80
/
+0
*
|
vl.c: Remove double include of netinet/in.h for Solaris
Jes Sorensen
2010-06-12
1
-1
/
+0
*
|
main: allocate gui_timer only once.
Isaku Yamahata
2010-06-10
1
-0
/
+1
*
|
configure: expand ${prefix} in create_config
Paolo Bonzini
2010-06-10
1
-1
/
+1
|
/
*
drive: allow rerror, werror and readonly for if=none
Gerd Hoffmann
2010-05-28
1
-3
/
+3
*
Make cache=unsafe the default for -snapshot
Alexander Graf
2010-05-27
1
-2
/
+2
*
Add cache=unsafe parameter to -drive
Alexander Graf
2010-05-26
1
-0
/
+3
*
Fix error handling in qemu_read_config_file
Kevin Wolf
2010-05-24
1
-2
/
+2
*
Revert "Monitor: Return before exiting with 'quit'"
Luiz Capitulino
2010-05-19
1
-18
/
+0
*
fix chardev_init for win32
TeLeMan
2010-05-18
1
-2
/
+2
*
Fix cpu list("-cpu ?") breakage, spotted by TeLeMan
Blue Swirl
2010-05-04
1
-6
/
+1
*
QMP: Introduce RESUME event
Luiz Capitulino
2010-05-03
1
-0
/
+1
*
virtio-9p: Create a syntactic shortcut for the file-system pass-thru
Gautham R Shenoy
2010-05-03
1
-0
/
+56
*
virtio-9p: Create a commandline option -fsdev
Gautham R Shenoy
2010-05-03
1
-0
/
+27
*
Fix boot once option
Alex Williamson
2010-05-03
1
-0
/
+7
*
fix old typos in help header
Thomas Monjalon
2010-05-01
1
-2
/
+2
*
monitor: Reorder intialization to drop initial mux focus
Jan Kiszka
2010-04-26
1
-3
/
+4
*
monitor: Cleanup ID assignment for compat switch
Jan Kiszka
2010-04-26
1
-5
/
+3
*
Monitor: Return before exiting with 'quit'
Luiz Capitulino
2010-04-26
1
-0
/
+18
*
cleanup block driver option handling in vl.c
Christoph Hellwig
2010-04-23
1
-29
/
+16
*
Replace calls of old bdrv_open
Kevin Wolf
2010-04-23
1
-1
/
+1
*
qemu-config: qemu_read_config_file() reads the normal config file
Kevin Wolf
2010-04-23
1
-24
/
+11
*
provide a stub version of kvm-all.c if !CONFIG_KVM
Paolo Bonzini
2010-04-19
1
-9
/
+7
*
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
Markus Armbruster
2010-04-18
1
-5
/
+0
*
Fix build when configured with --enable-io-thread
Blue Swirl
2010-04-12
1
-11
/
+2
*
boot: remove unused boot_devices_bitmap variable
Eduardo Habkost
2010-04-10
1
-5
/
+3
*
net: remove broken net_set_boot_mask() boot device validation
Eduardo Habkost
2010-04-10
1
-4
/
+1
*
move balloon handling to balloon.c
Paolo Bonzini
2010-04-09
1
-34
/
+0
*
move two variable declarations out of vl.c
Paolo Bonzini
2010-04-09
1
-4
/
+0
*
move socket_init to qemu-sockets.c
Paolo Bonzini
2010-04-09
1
-24
/
+0
*
read-only: allow read-only CDROM with any interface
Naphtali Sprei
2010-04-08
1
-8
/
+5
*
Use sysctl instead of /proc to find executable path on FreeBSD
Juergen Lock
2010-03-30
1
-4
/
+8
[prev]
[next]