summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-18/+2Star
* qemu_next_deadline_dyntick is only used on Linux and Windowsblueswir12008-09-141-0/+2
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-8/+11
* usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori2008-09-141-0/+3
* Use signalfd() to work around signal/select racealiguori2008-09-101-1/+0Star
* Add missing "static"blueswir12008-09-091-1/+1
* Delete unused variable.ths2008-09-031-1/+0Star
* Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...aliguori2008-08-281-3/+4
* Enable pty/tty functions for BSDs too (initial patch from Xen)blueswir12008-08-241-4/+17
* Parallel Port Direction Fixaurel322008-08-221-0/+4
* move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)aliguori2008-08-211-2/+0Star
* add DisplayState->idle (Samuel Thibault)aliguori2008-08-211-0/+2
* Handle terminating signals (Gerd Hoffmann)aliguori2008-08-211-0/+27
* husb: support for USB host device auto connect (Max Krasnyansky)aliguori2008-08-211-28/+29
* husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori2008-08-211-8/+18
* Fix OpenBSD linker warningsblueswir12008-08-211-9/+10
* Revert r4979 since it breaks the monitoraliguori2008-08-191-14/+13Star
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-1/+1
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-1/+4
* Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir12008-08-121-2/+1Star
* Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori2008-08-111-0/+31
* Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)aliguori2008-08-011-3/+9
* Ask password when encrypted disk image is used (Laurent Vivier)aliguori2008-08-011-13/+14
* Simplify -usbdevice net: syntax, allow VLANs with no NICs.balrog2008-07-291-23/+28
* Attempt to detect unconnected ptys (Gerd Hoffman)aliguori2008-07-281-4/+145
* Save 3MB ioport table memory (Samuel Thibault)aliguori2008-07-231-26/+39
* Fix -daemonize optionaliguori2008-07-231-6/+1Star
* Add Virtual Distributed Ethernet native support, by Luca Bigliardi.ths2008-07-191-0/+101
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-1/+3
* Do not call fcntl(, O_NONBLOCK) pointlessly, by Ian Jackson.ths2008-07-181-1/+0Star
* Do not disturb old fd flags (eg O_APPEND) when setting nonblock, byths2008-07-181-1/+3
* Remove the NIC from vlan on usb destroy.balrog2008-07-171-0/+13
* Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog2008-07-171-0/+6
* Bail out if -append or -initrd is specified without -kernel, byths2008-07-031-0/+10
* Remove duplicate device index calculations.pbrook2008-07-011-2/+9
* Implement resolution switching in common console code.pbrook2008-07-011-1/+1
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-4/+4
* Add missing file. Fix spelling errors.pbrook2008-06-291-1/+1
* Add instruction counter.pbrook2008-06-291-31/+225
* Add an opaque parameter to boot_set API, move function to monitor.cblueswir12008-06-201-8/+0Star
* Make save function optionalaurel322008-06-191-0/+4
* ISA version of CS4231Amalc2008-06-131-0/+10
* using strncpy is *always* a bad ideabellard2008-06-111-3/+2Star
* variable dynamic translation buffer sizebellard2008-05-281-1/+13
* Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl2008-05-151-2/+1Star
* removed unused codebellard2008-05-121-5/+0Star
* Debugger single step without interrupts (Jason Wessel).edgar_igl2008-05-121-0/+2
* Fix argument description for -loadvm optionaurel322008-05-111-1/+1
* Revert commit r4342 and r4343, wasn't intended to be committedaurel322008-05-051-1/+0Star
* qemu: generate signals on tap I/Oaurel322008-05-051-0/+1