aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
AgeCommit message (Expand)Author
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori
2008-10-31Move network redirection code out of vl.c and into net.caliguori
2008-10-31Move some declarations around in the QEMU CharDriver codealiguori
2008-10-31Main loop fixes/cleanupaliguori
2008-10-22Use load address when loading ELF images.pbrook
2008-10-13Introduce ethernet announcement function.aliguori
2008-10-06Introduce v3 of savevm protocolaliguori
2008-10-05Variable autostart is not used outside main()blueswir1
2008-10-04Move nographic export to sysemu.hblueswir1
2008-09-18Add -uuid command line option (Gleb Natapov)blueswir1
2008-06-30Move CPU save/load registration to common code.pbrook
2008-05-12Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir1
2008-05-10Fix compiler warnings in common filesblueswir1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-24RAM usage information in machine definition.balrog
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-03-18SCI fixesaurel32
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog
2007-12-17Fix compilation with Cygwin, by Herve Poussineau.ths
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-17Break up vl.h.pbrook