summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent segfaulting when -clock is specified multiple times.balrog2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-83/+83
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-180/+180
* Add a local copy of hpet.h.ths2007-09-161-1/+6
* Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab.ths2007-09-161-1/+1
* Move network related includes to vl.c to help SLIRP-less builds.ths2007-09-131-1/+5
* Build fix for older GCCs.ths2007-08-281-1/+1
* Let qemu work with latest bochsbios, by Bernhard Kauer.ths2007-08-261-1/+0
* Fix typo in comment, by Andreas Faerber.ths2007-08-261-1/+1
* Make dynticks conditional on __linux__. Spotted by Andreas Faerber.ths2007-08-261-5/+5
* Refactor VNC server setup API, by Daniel P. Berrange.ths2007-08-251-1/+3
* Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange.ths2007-08-251-4/+2
* De-noise startup.ths2007-08-241-2/+0
* Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg.ths2007-08-241-8/+177
* Implement -clock selection, by Luca Tettamanti.ths2007-08-241-0/+72
* Suppress int<->pointer compiler warnings.pbrook2007-08-231-4/+4
* Windows build fix, spotted by Herve Poussineau.ths2007-08-201-1/+1
* Add -clock option, by Luca Tettamanti.ths2007-08-191-1/+56
* Rework alarm timer infrastrucure, by Luca Tettamanti.ths2007-08-191-103/+186
* Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog2007-07-291-0/+1
* Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog2007-07-271-0/+11
* New features for QEMU text console, by Stefan Weil.ths2007-07-111-3/+5
* Retry interrupted open() calls (proposed by Yigael Felishman).balrog2007-07-021-18/+24
* Fix qemu_can_send_packet(), makes DHCP with multiple nics work - patch by Jas...balrog2007-07-021-3/+3
* gdb stub support and loadvm should work together, patch by Jason Wesselbalrog2007-07-021-1/+2
* Sanitize exit codes of help queries, this time for real.ths2007-06-291-8/+8
* Limit the use of qemu_chr_open_tty to __linux__ and __sun__, by Andreasths2007-06-281-1/+3
* Fix segfault when printing the help text, spotted by Stefan Weil.ths2007-06-281-4/+4
* Enable serial (tty) support on Solaris host, by Marion Hakanson.ths2007-06-251-14/+15
* Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog2007-06-241-0/+2
* Kfreebsd config, by Aurelien Jarno.ths2007-06-231-1/+3
* Return success for -M '?' query option.ths2007-06-231-1/+1
* Use HAS_ARG instead of numeric value (patch by Balazs Attila-Mihaly).balrog2007-06-221-4/+4
* Add USB HID keyboard.balrog2007-06-221-1/+3
* Fix segfault in -nographic mode, by Stefen Weil.ths2007-06-211-1/+30
* Add alternate grab key, by Michael Mohr.ths2007-06-211-0/+7
* Wacom PenPartner tablet (virtual USB device).balrog2007-06-101-0/+2
* Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau.ths2007-06-081-35/+10
* MCF5208 emulation.pbrook2007-06-031-0/+1
* Fix tap device counting.pbrook2007-05-281-1/+1
* Improved sanity checking to -net optionsblueswir12007-05-271-0/+18
* M68k system mode semihosting.pbrook2007-05-261-1/+1
* Commit NAND image changes on "commit all" or "commit mtd".balrog2007-05-241-0/+2
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-1/+132
* m68k/ColdFire system emulation.pbrook2007-05-231-0/+2
* Add periodic timer implementation.pbrook2007-05-231-2/+6
* Fix sysrq support from the monitor mux (originally by Jason Wessel).balrog2007-05-181-2/+1
* Windows: redirect serial port to console, by Herve Poussineau.ths2007-05-131-1/+9
* Remove obsolete variables that came with VMware svga by mistake.balrog2007-05-031-4/+0
* Set OpenBIOS variables in NVRAMblueswir12007-05-011-0/+21
OpenPOWER on IntegriCloud