aboutsummaryrefslogtreecommitdiff
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qemu-cvs'Avi Kivity2008-05-051-687/+93
|\
| * Allow bootdevice change from the monitoraurel322008-05-041-0/+8
| * remove target ifdefs from vl.caurel322008-05-041-619/+0
| * Set default console sizeaurel322008-05-041-3/+3
| * Describe the format= option in the --help output. List the acceptedaurel322008-04-291-3/+14
| * Fix wrong type in printf(), introduced in revision 4265aurel322008-04-281-2/+2
| * add format= to drive options (CVE-2008-2004)aurel322008-04-281-2/+11
| * Fix a regression introduced by my previous commit, ram_size is nowaurel322008-04-271-2/+2
| * Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-14/+36
| * IO ports registration errors are fatal errors.balrog2008-04-261-7/+5
| * Errors while registering ioports are not fatal (Glauber Costa).balrog2008-04-261-5/+7
| * ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog2008-04-241-0/+1
| * RAM usage information in machine definition.balrog2008-04-241-2/+20
| * Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-36/+14
| * Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-14/+36
* | Spin up vcpu threads before attempting to set lapic contentsAvi Kivity2008-04-161-3/+3
* | Merge branch 'qemu-cvs'Avi Kivity2008-04-161-43/+60
|\|
| * Nokia N800 machine support (ARM).balrog2008-04-141-0/+1
| * Stop before shutdownaurel322008-04-111-1/+13
| * Braille device supportaurel322008-04-081-1/+11
| * MIPS Magnum R4000 machineaurel322008-04-071-2/+2
| * Fix single stepping wrt pending interruptsaurel322008-04-041-2/+2
| * Remove fixed length commandline buffers.pbrook2008-03-261-36/+29
| * Put tap fd into nonblocking mode.pbrook2008-03-241-0/+1
| * SCI fixesaurel322008-03-181-1/+22
* | Fix reset with iothreadAvi Kivity2008-04-151-0/+5
* | Save and load mp stateMarcelo Tosatti2008-04-131-2/+9
* | Notify IO thread of pending bhsMarcelo Tosatti2008-04-031-0/+2
* | Ftruncate() is not supported by hugetlbfs on older hostsMarcelo Tosatti2008-03-311-5/+7
* | Model in NICInfo is a pointer to a constant stringCarlo Marcelo Arenas Belon2008-03-281-1/+1
* | Merge branch 'qemu-cvs'Avi Kivity2008-03-191-8/+17
|\|
| * Slowdown SDL while minimizedaurel322008-03-131-1/+5
| * Let the USB tablet reach the far bottom and right pixelsaurel322008-03-101-1/+1
| * Be consistent in -clock parameter. Display also the list of availableaurel322008-03-091-5/+5
| * Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-091-1/+1
| * Add more machine definitionsblueswir12008-03-051-0/+5
* | Zero ioport_opaque on isa_unassign_ioportMarcelo Tosatti2008-03-161-0/+2
* | Device and disk hot-addMarcelo Tosatti2008-03-161-0/+3
* | Export get_param_value/check_paramsMarcelo Tosatti2008-03-161-4/+4
* | Add net_client_uninitMarcelo Tosatti2008-03-161-0/+8
* | Net/drive add/remove tweaksMarcelo Tosatti2008-03-161-9/+10
* | Move drives_opt for external useMarcelo Tosatti2008-03-161-5/+1
* | Drive removal supportMarcelo Tosatti2008-03-161-0/+21
* | Dynamic nic info index allocationMarcelo Tosatti2008-03-161-3/+14
* | Dynamic drive/drive_opt index allocationMarcelo Tosatti2008-03-161-12/+46
* | Add option for enable/disable in kernel PITSheng Yang2008-03-071-1/+10
* | Merge branch 'qemu-cvs'Avi Kivity2008-03-031-5/+68
|\|
| * Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-3/+42
| * Add an ncurses UI.balrog2008-02-101-1/+25
| * Remove unused boolean_t, should fix building for Solaris.balrog2008-02-101-1/+1