aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-121-1/+1
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-1/+1
* serial: convert isa to qdevGerd Hoffmann2009-10-051-2/+2
* floppy: add drive properties.Gerd Hoffmann2009-10-051-3/+2
* parallel: convert isa to qdevGerd Hoffmann2009-10-051-1/+1
* i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-12/+12
* Get rid of _t suffixmalc2009-10-011-12/+12
* Fix Sparse warning about obsolete struct initializerBlue Swirl2009-09-211-1/+1
* Compile loader only onceBlue Swirl2009-09-201-1/+10
* mips malta: ensure that the serial ports are associated with a deviceAurelien Jarno2009-09-151-0/+9
* qdev/isa: convert real time clockGerd Hoffmann2009-09-101-1/+1
* qdev: simplify isa irq assignmentsGerd Hoffmann2009-09-101-1/+1
* qdev: drop iobase properties from isa busGerd Hoffmann2009-09-101-2/+2
* mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil2009-09-041-8/+11
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-3/+2
* ide: split away ide-pci.cGerd Hoffmann2009-08-271-0/+1
* isa bus irq changes and fixes.Gerd Hoffmann2009-08-271-1/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* kill drives_tableGerd Hoffmann2009-07-271-15/+9
* qdev: rework device properties.Gerd Hoffmann2009-07-161-2/+2
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-5/+5
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Use relative path for biosPaul Brook2009-05-301-4/+10
* Add common BusStatePaul Brook2009-05-231-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Introduce is_default field for QEMUMachineAnthony Liguori2009-05-211-0/+1
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-1/+8
* Remove obsolete BIOS_SIZE from sysemu.hPaul Brook2009-05-191-6/+1
* SMBus qdev conversionPaul Brook2009-05-141-1/+5
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* Remove vga_ram_sizePaul Brook2009-05-131-4/+4
* Push AUD_init down to devicesPaul Brook2009-05-121-4/+1
* Make AUD_init failure fatalPaul Brook2009-05-121-4/+3
* Remove redundant ram_require machine properly.pbrook2009-04-111-1/+0
* mips malta: fix commit 7064aurel322009-04-111-3/+3
* More phys_ram_base elimination.pbrook2009-04-101-33/+32
* Clean up VGA ram allocation.pbrook2009-04-101-8/+3
* Use load_image_targphys and avoid phys_ram_base.pbrook2009-04-091-9/+16
* Remove nodisk_ok machine feature (Jan Kiszka)aliguori2009-03-281-1/+0
* Additional VGA options for MIPS Maltaaurel322009-02-081-1/+9
* Support epoch of 1980 in RTC emulation for MIPS Magnumaurel322009-01-241-1/+1
* mips: limit RAM size to 256MB on malta and qemu boardsaurel322009-01-241-0/+6
* mips_malta: map the CBUS UART as the third serial portaurel322009-01-181-15/+5
* add an init function parameter to qemu_chr_open()aurel322009-01-181-14/+21
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori2009-01-131-10/+7
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-0/+1