index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-02
Make CPULogItem tables const
blueswir1
1
-1
/
+1
2008-10-01
Make some variables static
blueswir1
1
-14
/
+14
2008-10-01
Fix warning about incompatible types
blueswir1
1
-4
/
+2
2008-10-01
Remove unused variable
blueswir1
1
-1
/
+0
2008-09-30
Add some missing static qualifiers
blueswir1
1
-2
/
+2
2008-09-30
Silence some warnings about uninitialized variables
blueswir1
1
-1
/
+3
2008-09-30
Few compile time warnings removed (Stefano Stabellini)
blueswir1
1
-3
/
+4
2008-09-29
Refactor QEMUFile for live migration
aliguori
1
-55
/
+203
2008-09-28
Add a "null" bluetooth HCI and a header file for bluetooth.
balrog
1
-0
/
+56
2008-09-28
Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20
blueswir1
1
-6
/
+1
2008-09-28
Optional "precise" VGA retrace support
malc
1
-1
/
+14
2008-09-28
Change the way video graphics adapter is selected
malc
1
-19
/
+27
2008-09-25
Revert r5274 which breaks savevm/loadvm
blueswir1
1
-12
/
+12
2008-09-22
Remove unnecessary call to qemu_aio_init (called from bdrv_init)
blueswir1
1
-1
/
+0
2008-09-20
Add signed versions of save/load functions
blueswir1
1
-12
/
+12
2008-09-18
Add -uuid command line option (Gleb Natapov)
blueswir1
1
-0
/
+29
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
1
-18
/
+2
2008-09-14
qemu_next_deadline_dyntick is only used on Linux and Windows
blueswir1
1
-0
/
+2
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
1
-8
/
+11
2008-09-14
usb: Support for removing device by host addr, improved auto filter syntax (M...
aliguori
1
-0
/
+3
2008-09-10
Use signalfd() to work around signal/select race
aliguori
1
-1
/
+0
2008-09-09
Add missing "static"
blueswir1
1
-1
/
+1
2008-09-02
Delete unused variable.
ths
1
-1
/
+0
2008-08-28
Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...
aliguori
1
-3
/
+4
2008-08-24
Enable pty/tty functions for BSDs too (initial patch from Xen)
blueswir1
1
-4
/
+17
2008-08-22
Parallel Port Direction Fix
aurel32
1
-0
/
+4
2008-08-21
move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)
aliguori
1
-2
/
+0
2008-08-21
add DisplayState->idle (Samuel Thibault)
aliguori
1
-0
/
+2
2008-08-21
Handle terminating signals (Gerd Hoffmann)
aliguori
1
-0
/
+27
2008-08-21
husb: support for USB host device auto connect (Max Krasnyansky)
aliguori
1
-28
/
+29
2008-08-21
husb: support for USB host device auto disconnect (Max Krasnyansky)
aliguori
1
-8
/
+18
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-9
/
+10
2008-08-19
Revert r4979 since it breaks the monitor
aliguori
1
-14
/
+13
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
1
-1
/
+1
2008-08-15
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
blueswir1
1
-1
/
+4
2008-08-12
Allow boot without a drive on Sparc machines (partly extracted from Xen)
blueswir1
1
-2
/
+1
2008-08-11
Upgrade emulated UART to 16550A (Stefano Stabellini)
aliguori
1
-0
/
+31
2008-08-01
Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)
aliguori
1
-3
/
+9
2008-08-01
Ask password when encrypted disk image is used (Laurent Vivier)
aliguori
1
-13
/
+14
2008-07-29
Simplify -usbdevice net: syntax, allow VLANs with no NICs.
balrog
1
-23
/
+28
2008-07-28
Attempt to detect unconnected ptys (Gerd Hoffman)
aliguori
1
-4
/
+145
2008-07-23
Save 3MB ioport table memory (Samuel Thibault)
aliguori
1
-26
/
+39
2008-07-23
Fix -daemonize option
aliguori
1
-6
/
+1
2008-07-19
Add Virtual Distributed Ethernet native support, by Luca Bigliardi.
ths
1
-0
/
+101
2008-07-18
Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.
ths
1
-1
/
+3
2008-07-18
Do not call fcntl(, O_NONBLOCK) pointlessly, by Ian Jackson.
ths
1
-1
/
+0
2008-07-18
Do not disturb old fd flags (eg O_APPEND) when setting nonblock, by
ths
1
-1
/
+3
2008-07-17
Remove the NIC from vlan on usb destroy.
balrog
1
-0
/
+13
2008-07-17
Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).
balrog
1
-0
/
+6
2008-07-03
Bail out if -append or -initrd is specified without -kernel, by
ths
1
-0
/
+10
[next]