aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann
2010-01-11roms: rework rom loading via fwGerd Hoffmann
2010-01-11fw_cfg: rom loader tweaks.Gerd Hoffmann
2010-01-11roms: minor fixes and cleanups.Gerd Hoffmann
2010-01-11pc: add machine type for 0.12Gerd Hoffmann
2010-01-11virtio-pci: thinko fixMichael S. Tsirkin
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin
2010-01-11qdev: add bit property typeMichael S. Tsirkin
2010-01-11lsi: pass lsi_request to lsi_reselectGerd Hoffmann
2010-01-11lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann
2010-01-11lsi: move current_dev into lsi_requestGerd Hoffmann
2010-01-11lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann
2010-01-11lsi: use QTAILQ for lsi_queueGerd Hoffmann
2010-01-11vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier
2010-01-10PCI: Fix a typoBlue Swirl
2010-01-10Sparc64: increase APB register rangeBlue Swirl
2010-01-09Sparc64: use firmware configuration device for command line storageBlue Swirl
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko
2010-01-08sparc64: add macros to deal with softint and timer interruptIgor V. Kovalenko
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski
2010-01-08multiboot: Support arbitrary number of modules.Adam Lackorzynski
2010-01-08debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-01-03loader: don't call realloc(non_null, 0) when no symbols are presentAurelien Jarno
2009-12-30Sparc64: split DPRINTF into CPUIRQ and EBUS versionsBlue Swirl
2009-12-30Sparc64: fix compile with DEBUG_IRQ enabledBlue Swirl
2009-12-27Sparc64: move APB PCI memory base to correct locationBlue Swirl
2009-12-27PCI: Fix bus address conversionBlue Swirl
2009-12-27sparc: make command line available also via firmware configuration deviceBlue Swirl
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-25PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7aBlue Swirl
2009-12-25PCI: make pci_mem_base privateBlue Swirl
2009-12-25Fix Sparse error: dubious one-bit signed bitfieldBlue Swirl
2009-12-25Fix Sparse warning: dubious: !x & yBlue Swirl
2009-12-25scsi: fix Sparse warning: Initializer entry defined twiceBlue Swirl
2009-12-24MAC DBDMA: store register values in native endiannessAurelien Jarno
2009-12-24loader: more ignores for rom intended to be loaded by the biosAurelien Jarno
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity
2009-12-23e1000: add link to data sheetMichael S. Tsirkin
2009-12-23piix_pci: add link to i440fx data sheet.Isaku Yamahata
2009-12-23piix_pci: use range helper functionIsaku Yamahata
2009-12-23piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.Isaku Yamahata
2009-12-23msix: use range helper function.Isaku Yamahata
2009-12-23acpi: use range helper function.Isaku Yamahata
2009-12-23gt64xxx: remove gt64120_{read, write}_config().Isaku Yamahata
2009-12-23pci: use pci_regs.hIsaku Yamahata
2009-12-23pci: import Linux pci_regs.hIsaku Yamahata
2009-12-23pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/gIsaku Yamahata