summaryrefslogtreecommitdiffstats
path: root/sysemu.h
Commit message (Expand)AuthorAgeFilesLines
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-0/+4
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-11/+14
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+14
* qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori2009-02-111-0/+1
* qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori2009-02-111-0/+3
* qemu: net/drive add/remove tweaks (Marcelo Tosatti)aliguori2009-02-111-0/+3
* qemu: move drives_opt for external use (Marcelo Tosatti)aliguori2009-02-111-0/+9
* qemu: drive removal support (Marcelo Tosatti)aliguori2009-02-111-0/+3
* qemu: dynamic drive/drive_opt index allocation (Marcelo Tosatti)aliguori2009-02-111-0/+1
* Rework vm_state_change notifiers (Jan Kiszka)aliguori2009-01-221-5/+1
* Stop VM on ENOSPC error. (Gleb Natapov)aliguori2009-01-211-0/+7
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-1/+0
* add a -vga none cli option (Stefano Stabellini)aliguori2009-01-151-0/+1
* Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori2009-01-151-0/+1
* add virtio-console support (Christian Ehrhardt)aliguori2009-01-151-0/+6
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+2
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+1
* add "serial" parameter to -drive flag (Gleb Natapov)aliguori2009-01-071-0/+2
* Add support for -prom-env command line optionsblueswir12008-12-241-1/+1
* Add virtio-blk supportaliguori2008-12-041-1/+1
* uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori2008-11-201-2/+2
* uImage: return base load address (Hollis Blanchard)aliguori2008-11-201-1/+2
* Move network redirection code out of vl.c and into net.caliguori2008-10-311-0/+7
* Move some declarations around in the QEMU CharDriver codealiguori2008-10-311-1/+3
* Main loop fixes/cleanupaliguori2008-10-311-1/+1
* Use load address when loading ELF images.pbrook2008-10-221-1/+1
* Introduce ethernet announcement function.aliguori2008-10-131-0/+2
* Introduce v3 of savevm protocolaliguori2008-10-061-0/+6
* Variable autostart is not used outside main()blueswir12008-10-051-1/+0
* Move nographic export to sysemu.hblueswir12008-10-041-0/+1
* Add -uuid command line option (Gleb Natapov)blueswir12008-09-181-0/+2
* Move CPU save/load registration to common code.pbrook2008-06-301-3/+0
* Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir12008-05-121-2/+9
* Fix compiler warnings in common filesblueswir12008-05-101-2/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+0
* RAM usage information in machine definition.balrog2008-04-241-2/+0
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-0/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+0
* SCI fixesaurel322008-03-181-1/+5
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-2/+0
* Fix compilation with Cygwin, by Herve Poussineau.ths2007-12-171-3/+3
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-9/+20
* Break up vl.h.pbrook2007-11-171-0/+170
OpenPOWER on IntegriCloud