summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+4
* Fix Windows build failure, by Stefan Weil.ths2007-10-261-3/+4
* Support tap down script, by Wolfram Gloger.ths2007-10-211-24/+59
* MIPSsim pseudo machine emulation.ths2007-10-171-0/+1
* Unify '-cpu ?' option.j_mayer2007-10-121-8/+3
* CRIS support in toplevel, by Edgar E. Iglesias.ths2007-10-081-0/+2
* New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer2007-10-051-0/+6
* Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken...balrog2007-10-041-2/+0
* (int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat...balrog2007-10-041-1/+1
* Add R2D-PLUS support, by Magnus Damm.ths2007-09-291-0/+1
* 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
OpenPOWER on IntegriCloud