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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2009-10-01
Get rid of _t suffix
malc
1
-14
/
+14
2009-09-27
Win32: avoid a warning
Blue Swirl
1
-4
/
+4
2009-09-27
vl: Add failure check for SetEvent
malc
1
-1
/
+5
2009-09-27
vl: Do not use perror after failed Win32 API calls
malc
1
-3
/
+5
2009-09-26
fix -daemonize with kvm
Marcelo Tosatti
1
-10
/
+10
2009-09-25
Fix coding style issue
Mark McLoughlin
1
-1
/
+1
2009-09-15
support media=cdrom for if=none
Gerd Hoffmann
1
-1
/
+1
2009-09-14
Revert "Open chr device for all serial ports"
Aurelien Jarno
1
-9
/
+7
2009-09-14
Open chr device for all serial ports
Aurelien Jarno
1
-7
/
+9
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-28
/
+28
2009-09-11
Make get_ticks_per_sec() a static inline
Anthony Liguori
1
-14
/
+6
2009-09-11
timers: move them to VMState
Juan Quintela
1
-22
/
+12
2009-09-11
timers: Createt TimersState and put all timers state there
Juan Quintela
1
-31
/
+39
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-5
/
+10
2009-09-11
timers: remove useless check
Juan Quintela
1
-6
/
+0
2009-09-11
ram: Remove SaveVM Version 2 support
Juan Quintela
1
-93
/
+1
2009-09-11
ram: remove support for loading v1
Juan Quintela
1
-42
/
+0
2009-09-11
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
1
-0
/
+10
2009-09-11
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
1
-6
/
+1
2009-09-09
don't call cpu_sychronize_state from reset handlers
Glauber Costa
1
-1
/
+6
2009-09-09
qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...
Dustin Kirkland
1
-10
/
+10
2009-09-09
mv strdup to qemu_strdup in vl.c
Jean-Christophe DUBOIS
1
-3
/
+3
2009-09-09
fix vl.c compilation if CONFIG_KVM is not defined
Jean-Christophe DUBOIS
1
-1
/
+2
2009-09-09
fix PATH_MAX conditional compilation
Jean-Christophe DUBOIS
1
-9
/
+2
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
1
-118
/
+36
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
1
-2
/
+2
2009-09-09
allow passing null machine pointer to drive_init().
Gerd Hoffmann
1
-1
/
+1
2009-09-06
Checks in select_soundhw were never intended to accept abbreviations
malc
1
-1
/
+1
2009-09-04
monitor: Port handler_1 to use QDict
Luiz Capitulino
1
-5
/
+6
2009-09-04
Support for multiple -monitor devices
Jan Kiszka
1
-16
/
+46
2009-09-04
do not issue ioctl from within the io thread
Glauber Costa
1
-1
/
+1
2009-09-04
Delay sighandler_setup()
Juan Quintela
1
-5
/
+5
2009-08-27
switch balloon initialization to -device.
Gerd Hoffmann
1
-16
/
+18
2009-08-27
add qemu_error() + friends
Gerd Hoffmann
1
-0
/
+1
2009-08-27
qdev: convert watchdogs
Markus Armbruster
1
-5
/
+13
2009-08-27
Move watchdog, watchdog_action, give them internal linkage
Markus Armbruster
1
-2
/
+0
2009-08-27
raw-posix: add Linux native AIO support
Christoph Hellwig
1
-0
/
+22
2009-08-27
make load_vmstate() return errors
Juan Quintela
1
-2
/
+5
2009-08-27
split do_loadvm() into do_loadvm() and load_vmstate()
Juan Quintela
1
-1
/
+1
2009-08-27
extend -smp parsing to include cores= and threads= options
Andre Przywara
1
-9
/
+57
2009-08-24
Unbreak large mem support by removing kqemu
Anthony Liguori
1
-51
/
+2
2009-08-24
QEMU set irq0override in fw_cfg
Jes Sorensen
1
-0
/
+1
2009-08-24
Clean up VGA type selection; far too many variables being used to track one s...
Zachary Amsden
1
-12
/
+6
2009-08-24
Do not disable autostart for live migration
Avi Kivity
1
-4
/
+2
2009-08-10
check for PR_SET_NAME being defined
Nathan Froyd
1
-1
/
+1
2009-08-10
variable timer intervals
Stefano Stabellini
1
-1
/
+1
2009-08-10
qdev-ify virtio-blk.
Gerd Hoffmann
1
-1
/
+8
2009-08-10
add -drive if=none
Gerd Hoffmann
1
-0
/
+4
2009-08-10
constify drive_get_by_id arg
Gerd Hoffmann
1
-1
/
+1
2009-08-10
QemuOpts: switch over -device.
Gerd Hoffmann
1
-14
/
+17
[next]