get roms more room. (Glauber Costa)
[qemu] / vl.c
2008-10-14 aliguoriExpand cache= option and use write-through caching...
2008-10-13 aurel32FreeBSD also has clock_gettime
2008-10-13 aliguoriIntroduce ethernet announcement function.
2008-10-13 aliguoriIntroduce UI for live migration
2008-10-13 aliguoriFix some issues with QEMUFile
2008-10-12 aurel32Get rid of sys/poll.h
2008-10-08 aliguoriFix IO performance regression in sparc
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-06 aliguoriSwitch the memory savevm handler to be "live"
2008-10-06 aliguoriIntroduce v3 of savevm protocol
2008-10-05 blueswir1Variable autostart is not used outside main()
2008-10-04 blueswir1Make network packet debug functions more accessible
2008-10-04 blueswir1Add some missing static qualifiers
2008-10-02 blueswir1Make CPULogItem tables const
2008-10-01 blueswir1Make some variables static
2008-10-01 blueswir1Fix warning about incompatible types
2008-10-01 blueswir1Remove unused variable
2008-09-30 blueswir1Add some missing static qualifiers
2008-09-30 blueswir1Silence some warnings about uninitialized variables
2008-09-30 blueswir1Few compile time warnings removed (Stefano Stabellini)
2008-09-29 aliguoriRefactor QEMUFile for live migration
2008-09-28 balrogAdd a "null" bluetooth HCI and a header file for bluetooth.
2008-09-28 blueswir1Add to machine structure a flag to use SCSI drives...
2008-09-28 malcOptional "precise" VGA retrace support
2008-09-28 malcChange the way video graphics adapter is selected
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-22 blueswir1Remove unnecessary call to qemu_aio_init (called from...
2008-09-20 blueswir1Add signed versions of save/load functions
2008-09-18 blueswir1Add -uuid command line option (Gleb Natapov)
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-09-14 blueswir1qemu_next_deadline_dyntick is only used on Linux and...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-14 aliguoriusb: Support for removing device by host addr, improved...
2008-09-10 aliguoriUse signalfd() to work around signal/select race
2008-09-09 blueswir1Add missing "static"
2008-09-02 thsDelete unused variable.
2008-08-28 aliguoriDo not try to use -net user as a default when slirp...
2008-08-24 blueswir1Enable pty/tty functions for BSDs too (initial patch...
2008-08-22 aurel32Parallel Port Direction Fix
2008-08-21 aliguorimove GUI_REFRESH_INTERVAL define from vl.c to console...
2008-08-21 aliguoriadd DisplayState->idle (Samuel Thibault)
2008-08-21 aliguoriHandle terminating signals (Gerd Hoffmann)
2008-08-21 aliguorihusb: support for USB host device auto connect (Max...
2008-08-21 aliguorihusb: support for USB host device auto disconnect ...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-19 aliguoriRevert r4979 since it breaks the monitor
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-08-15 blueswir1Preliminary OpenBSD host support (based on OpenBSD...
2008-08-12 blueswir1Allow boot without a drive on Sparc machines (partly...
2008-08-11 aliguoriUpgrade emulated UART to 16550A (Stefano Stabellini)
2008-08-01 aliguoriSet focus to monitor to ask password if line is multipl...
2008-08-01 aliguoriAsk password when encrypted disk image is used (Laurent...
2008-07-29 balrogSimplify -usbdevice net: syntax, allow VLANs with no...
2008-07-28 aliguoriAttempt to detect unconnected ptys (Gerd Hoffman)
2008-07-23 aliguoriSave 3MB ioport table memory (Samuel Thibault)
2008-07-23 aliguoriFix -daemonize option
2008-07-19 thsAdd Virtual Distributed Ethernet native support, by...
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2008-07-18 thsDo not call fcntl(, O_NONBLOCK) pointlessly, by Ian...
2008-07-18 thsDo not disturb old fd flags (eg O_APPEND) when setting...
2008-07-17 balrogRemove the NIC from vlan on usb destroy.
2008-07-17 balrogAdd CDC-Ethernet usb NIC (original patch from Thomas...
2008-07-03 thsBail out if -append or -initrd is specified without...
2008-07-01 pbrookRemove duplicate device index calculations.
2008-07-01 pbrookImplement resolution switching in common console code.
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-29 pbrookAdd missing file. Fix spelling errors.
2008-06-29 pbrookAdd instruction counter.
2008-06-20 blueswir1Add an opaque parameter to boot_set API, move function...
2008-06-18 aurel32Make save function optional
2008-06-13 malcISA version of CS4231A
2008-06-11 bellardusing strncpy is *always* a bad idea
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-15 edgar_iglAlways process real timers regardless of singlestep...
2008-05-12 bellardremoved unused code
2008-05-12 edgar_iglDebugger single step without interrupts (Jason Wessel).
2008-05-10 aurel32Fix argument description for -loadvm option
2008-05-05 aurel32Revert commit r4342 and r4343, wasn't intended to be...
2008-05-05 aurel32qemu: generate signals on tap I/O
2008-05-05 aurel32Put Pseudo-TTY in rawmode for char devices
2008-05-04 aurel32Allow bootdevice change from the monitor
2008-05-04 aurel32remove target ifdefs from vl.c
2008-05-04 aurel32Set default console size
2008-04-29 aurel32Describe the format= option in the --help output. List...
2008-04-28 aurel32Fix wrong type in printf(), introduced in revision...
2008-04-28 aurel32add format= to drive options (CVE-2008-2004)
2008-04-27 aurel32Fix a regression introduced by my previous commit,...
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-26 balrogIO ports registration errors are fatal errors.
2008-04-26 balrogErrors while registering ioports are not fatal (Glauber...
2008-04-24 balrogARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).
2008-04-24 balrogRAM usage information in machine definition.
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-14 balrogNokia N800 machine support (ARM).
2008-04-11 aurel32Stop before shutdown
2008-04-08 aurel32Braille device support
2008-04-07 aurel32MIPS Magnum R4000 machine
2008-04-04 aurel32Fix single stepping wrt pending interrupts
2008-03-26 pbrookRemove fixed length commandline buffers.
next