aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2008-10-02Make CPULogItem tables constblueswir1
2008-10-01Make some variables staticblueswir1
2008-10-01Fix warning about incompatible typesblueswir1
2008-10-01Remove unused variableblueswir1
2008-09-30Add some missing static qualifiersblueswir1
2008-09-30Silence some warnings about uninitialized variablesblueswir1
2008-09-30Few compile time warnings removed (Stefano Stabellini)blueswir1
2008-09-29Refactor QEMUFile for live migrationaliguori
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog
2008-09-28Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20blueswir1
2008-09-28Optional "precise" VGA retrace supportmalc
2008-09-28Change the way video graphics adapter is selectedmalc
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-22Remove unnecessary call to qemu_aio_init (called from bdrv_init)blueswir1
2008-09-20Add signed versions of save/load functionsblueswir1
2008-09-18Add -uuid command line option (Gleb Natapov)blueswir1
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-14qemu_next_deadline_dyntick is only used on Linux and Windowsblueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori
2008-09-10Use signalfd() to work around signal/select racealiguori
2008-09-09Add missing "static"blueswir1
2008-09-02Delete unused variable.ths
2008-08-28Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...aliguori
2008-08-24Enable pty/tty functions for BSDs too (initial patch from Xen)blueswir1
2008-08-22Parallel Port Direction Fixaurel32
2008-08-21move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)aliguori
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori
2008-08-21Handle terminating signals (Gerd Hoffmann)aliguori
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-19Revert r4979 since it breaks the monitoraliguori
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2008-08-12Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir1
2008-08-11Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori
2008-08-01Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)aliguori
2008-08-01Ask password when encrypted disk image is used (Laurent Vivier)aliguori
2008-07-29Simplify -usbdevice net: syntax, allow VLANs with no NICs.balrog
2008-07-28Attempt to detect unconnected ptys (Gerd Hoffman)aliguori
2008-07-23Save 3MB ioport table memory (Samuel Thibault)aliguori
2008-07-23Fix -daemonize optionaliguori
2008-07-19Add Virtual Distributed Ethernet native support, by Luca Bigliardi.ths
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths
2008-07-18Do not call fcntl(, O_NONBLOCK) pointlessly, by Ian Jackson.ths
2008-07-18Do not disturb old fd flags (eg O_APPEND) when setting nonblock, byths
2008-07-17Remove the NIC from vlan on usb destroy.balrog
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog
2008-07-03Bail out if -append or -initrd is specified without -kernel, byths