summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-22Remove unnecessary call to qemu_aio_init (called from bdrv_init)blueswir11-1/+0
2008-09-20Add signed versions of save/load functionsblueswir11-12/+12
2008-09-18Add -uuid command line option (Gleb Natapov)blueswir11-0/+29
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-18/+2
2008-09-14qemu_next_deadline_dyntick is only used on Linux and Windowsblueswir11-0/+2
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-8/+11
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori1-0/+3
2008-09-10Use signalfd() to work around signal/select racealiguori1-1/+0
2008-09-09Add missing "static"blueswir11-1/+1
2008-09-02Delete unused variable.ths1-1/+0
2008-08-28Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...aliguori1-3/+4
2008-08-24Enable pty/tty functions for BSDs too (initial patch from Xen)blueswir11-4/+17
2008-08-22Parallel Port Direction Fixaurel321-0/+4
2008-08-21move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)aliguori1-2/+0
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori1-0/+2
2008-08-21Handle terminating signals (Gerd Hoffmann)aliguori1-0/+27
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori1-28/+29
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori1-8/+18
2008-08-21Fix OpenBSD linker warningsblueswir11-9/+10
2008-08-19Revert r4979 since it breaks the monitoraliguori1-14/+13
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+1
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-1/+4
2008-08-12Allow boot without a drive on Sparc machines (partly extracted from Xen)blueswir11-2/+1
2008-08-11Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori1-0/+31
2008-08-01Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)aliguori1-3/+9
2008-08-01Ask password when encrypted disk image is used (Laurent Vivier)aliguori1-13/+14
2008-07-29Simplify -usbdevice net: syntax, allow VLANs with no NICs.balrog1-23/+28
2008-07-28Attempt to detect unconnected ptys (Gerd Hoffman)aliguori1-4/+145
2008-07-23Save 3MB ioport table memory (Samuel Thibault)aliguori1-26/+39
2008-07-23Fix -daemonize optionaliguori1-6/+1
2008-07-19Add Virtual Distributed Ethernet native support, by Luca Bigliardi.ths1-0/+101
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths1-1/+3
2008-07-18Do not call fcntl(, O_NONBLOCK) pointlessly, by Ian Jackson.ths1-1/+0
2008-07-18Do not disturb old fd flags (eg O_APPEND) when setting nonblock, byths1-1/+3
2008-07-17Remove the NIC from vlan on usb destroy.balrog1-0/+13
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog1-0/+6
2008-07-03Bail out if -append or -initrd is specified without -kernel, byths1-0/+10
2008-07-01Remove duplicate device index calculations.pbrook1-2/+9
2008-07-01Implement resolution switching in common console code.pbrook1-1/+1
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-4/+4
2008-06-29Add missing file. Fix spelling errors.pbrook1-1/+1
2008-06-29Add instruction counter.pbrook1-31/+225
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir11-8/+0
2008-06-18Make save function optionalaurel321-0/+4
2008-06-13ISA version of CS4231Amalc1-0/+10
2008-06-11using strncpy is *always* a bad ideabellard1-3/+2
2008-05-28variable dynamic translation buffer sizebellard1-1/+13
2008-05-15Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl1-2/+1
2008-05-12removed unused codebellard1-5/+0
2008-05-12Debugger single step without interrupts (Jason Wessel).edgar_igl1-0/+2