index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-14
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-491
/
+8
2010-06-12
Move set_proc_name() to OS specific files.
Jes Sorensen
1
-18
/
+1
2010-06-12
Move line-buffering setup to OS specific files.
Jes Sorensen
1
-4
/
+1
2010-06-12
Move daemonize handling to OS specific files
Jes Sorensen
1
-103
/
+3
2010-06-12
Move chroot handling to OS specific files.
Jes Sorensen
1
-17
/
+1
2010-06-12
Move runas handling from vl.c to OS specific files.
Jes Sorensen
1
-28
/
+1
2010-06-12
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
Jes Sorensen
1
-16
/
+3
2010-06-12
Rename qemu-options.h to qemu-options.def
Jes Sorensen
1
-3
/
+3
2010-06-12
Move find_datadir to OS specific files.
Jes Sorensen
1
-90
/
+1
2010-06-12
Move main signal handler setup to os specificfiles.
Jes Sorensen
1
-32
/
+1
2010-06-12
Rename os_setup_signal_handling() to os_setup_early_signal_handling()
Jes Sorensen
1
-1
/
+1
2010-06-12
Move win32 early signal handling setup to os_setup_signal_handling()
Jes Sorensen
1
-30
/
+0
2010-06-12
Introduce os-posix.c and create os_setup_signal_handling()
Jes Sorensen
1
-7
/
+1
2010-06-12
vl.c: Move host_main_loop_wait() to OS specific files.
Jes Sorensen
1
-51
/
+1
2010-06-12
Introduce os-win32.c and move polling functions from vl.c
Jes Sorensen
1
-80
/
+0
2010-06-12
vl.c: Remove double include of netinet/in.h for Solaris
Jes Sorensen
1
-1
/
+0
2010-06-10
main: allocate gui_timer only once.
Isaku Yamahata
1
-0
/
+1
2010-06-10
configure: expand ${prefix} in create_config
Paolo Bonzini
1
-1
/
+1
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-482
/
+1
2010-06-04
blockdev: Hide QEMUMachine from drive_init()
Markus Armbruster
1
-7
/
+5
2010-06-04
close all the block drivers before the qemu process exits
MORITA Kazutaka
1
-0
/
+1
2010-06-04
Fix error message in drive_init
Kevin Wolf
1
-2
/
+4
2010-06-04
usb: Remove unused usb_device_add() parameter is_hotplug
Markus Armbruster
1
-3
/
+3
2010-06-04
blockdev: Belatedly remove driveopts
Markus Armbruster
1
-1
/
+0
2010-06-04
blockdev: Belatedly remove MAX_DRIVES
Markus Armbruster
1
-2
/
+0
2010-05-28
drive: allow rerror, werror and readonly for if=none
Gerd Hoffmann
1
-3
/
+3
2010-05-27
Make cache=unsafe the default for -snapshot
Alexander Graf
1
-2
/
+2
2010-05-26
Add cache=unsafe parameter to -drive
Alexander Graf
1
-0
/
+3
2010-05-24
Fix error handling in qemu_read_config_file
Kevin Wolf
1
-2
/
+2
2010-05-19
Revert "Monitor: Return before exiting with 'quit'"
Luiz Capitulino
1
-18
/
+0
2010-05-18
fix chardev_init for win32
TeLeMan
1
-2
/
+2
2010-05-04
Fix cpu list("-cpu ?") breakage, spotted by TeLeMan
Blue Swirl
1
-6
/
+1
2010-05-03
QMP: Introduce RESUME event
Luiz Capitulino
1
-0
/
+1
2010-05-03
virtio-9p: Create a syntactic shortcut for the file-system pass-thru
Gautham R Shenoy
1
-0
/
+56
2010-05-03
virtio-9p: Create a commandline option -fsdev
Gautham R Shenoy
1
-0
/
+27
2010-05-03
Fix boot once option
Alex Williamson
1
-0
/
+7
2010-05-01
fix old typos in help header
Thomas Monjalon
1
-2
/
+2
2010-04-26
monitor: Reorder intialization to drop initial mux focus
Jan Kiszka
1
-3
/
+4
2010-04-26
monitor: Cleanup ID assignment for compat switch
Jan Kiszka
1
-5
/
+3
2010-04-26
Monitor: Return before exiting with 'quit'
Luiz Capitulino
1
-0
/
+18
2010-04-23
cleanup block driver option handling in vl.c
Christoph Hellwig
1
-29
/
+16
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
1
-1
/
+1
2010-04-23
qemu-config: qemu_read_config_file() reads the normal config file
Kevin Wolf
1
-24
/
+11
2010-04-19
provide a stub version of kvm-all.c if !CONFIG_KVM
Paolo Bonzini
1
-9
/
+7
2010-04-18
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
Markus Armbruster
1
-5
/
+0
2010-04-12
Fix build when configured with --enable-io-thread
Blue Swirl
1
-11
/
+2
2010-04-10
boot: remove unused boot_devices_bitmap variable
Eduardo Habkost
1
-5
/
+3
2010-04-10
net: remove broken net_set_boot_mask() boot device validation
Eduardo Habkost
1
-4
/
+1
2010-04-09
move balloon handling to balloon.c
Paolo Bonzini
1
-34
/
+0
2010-04-09
move two variable declarations out of vl.c
Paolo Bonzini
1
-4
/
+0
[next]