summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir12009-03-086-260/+111Star
* Add new entries to firmware configuration deviceblueswir12009-03-081-0/+6
* do not pretend to support low voltage operationaurel322009-03-071-1/+1
* clean build: Fix arm build warningsaurel322009-03-072-18/+1Star
* arm: Fix gic_irq_state.level bitfield typeaurel322009-03-071-1/+1
* ppc_oldworld: swap the MACIO and CMD646 IDE controllersaurel322009-03-071-9/+8Star
* Use a dedicated function to request exit from execution loopaurel322009-03-072-2/+2
* Activate uninorth AGP bridgeblueswir12009-03-071-20/+8Star
* Sparse fixes: dubious mixing of bitwise and logical operationsblueswir12009-03-071-1/+1
* Sparse fixes: move ACPI table definitions to pc.hblueswir12009-03-072-4/+5
* Sparse fixes: truncation by castblueswir12009-03-072-26/+26
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-078-20/+32
* Fix sparc64-softmmu breakage from r6711blueswir12009-03-071-2/+2
* monitor: Rework API (Jan Kiszka)aliguori2009-03-0616-92/+112
* monitor: Rework modal password input (Jan Kiszka)aliguori2009-03-062-3/+10
* monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2009-03-062-4/+7
* lsi: add ISTAT1 register read (Ryan Harper)aliguori2009-03-051-0/+2
* DB-DMA IDE asynchronous I/Oaurel322009-03-043-73/+112
* Fix slavio_intctl.c compile errors (Robert Reif)blueswir12009-03-031-2/+2
* DB-DMA cleanupaurel322009-03-033-164/+133Star
* sh4: r2d fix no ide/net caseaurel322009-03-031-5/+5
* clean build: Fix remaining sh4 warningsaurel322009-03-031-15/+0Star
* kvm/powerpc: Add MPC8544DS board supportaurel322009-03-023-0/+307
* kvm/powerpc: Add irq support for E500 coreaurel322009-03-022-0/+61
* kvm/powerpc: Add freescale pci controller's supportaurel322009-03-022-0/+369
* hw/openpic: define list in mpic_init() constaurel322009-03-021-1/+1
* kvm/powerpc: Enable MPIC for E500 platform.aurel322009-03-024-87/+618
* Remove some warnings and fix windows build.aliguori2009-02-271-2/+2
* Allow additions of ACPI tables from command line (Gleb Natapov)aliguori2009-02-273-0/+175
* Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)aliguori2009-02-271-4/+3Star
* fix pci net hot-remove (Marcelo Tosatti)aliguori2009-02-261-1/+2
* CRIS: Fix remaining build warnings.edgar_igl2009-02-223-2/+3
* Reload ptimers on resetblueswir12009-02-211-3/+3
* virtio: Remove malloc failure checks (Jan Kiszka)aliguori2009-02-161-4/+0Star
* Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori2009-02-161-4/+4
* Fix GPE registers read/write handling. (Gleb Natapov)aliguori2009-02-161-12/+31
* Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)aliguori2009-02-161-4/+4
* Fix Sparc64 VGA memory size bug exposed by r6604blueswir12009-02-121-1/+1
* Use qemu_ram_allocblueswir12009-02-111-5/+9
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-115-0/+313
* Parse full PCI device addresses (Markus Armbruster)aliguori2009-02-112-0/+80
* qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori2009-02-111-0/+94
* qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori2009-02-112-0/+70
* qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori2009-02-112-0/+24
* qemu: warn if PCI region is not power of two (Marcelo Tosatti)aliguori2009-02-111-0/+7
* qemu: add pci_unregister_device (Marcelo Tosatti)aliguori2009-02-112-5/+45
* qemu: add qemu_free_irqs (Marcelo Tosatti)aliguori2009-02-112-0/+7
* qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori2009-02-113-0/+9
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-119-28/+43
* qemu: add pci helper functions (Marcelo Tosatti)aliguori2009-02-112-0/+26