aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin2-1/+2
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl1-4/+4
2010-01-12qdev: fix thinko leading to guest crashesMichael S. Tsirkin1-1/+1
2010-01-12dma/sb16: make clang analyzer not complainmalc2-2/+3
2010-01-11Sparc64: enable real access to PCI configuration spaceBlue Swirl1-3/+85
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann1-0/+8
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann2-0/+16
2010-01-11roms: rework rom loading via fwGerd Hoffmann3-13/+7
2010-01-11fw_cfg: rom loader tweaks.Gerd Hoffmann1-7/+11
2010-01-11roms: minor fixes and cleanups.Gerd Hoffmann2-17/+26
2010-01-11pc: add machine type for 0.12Gerd Hoffmann1-1/+17
2010-01-11virtio-pci: thinko fixMichael S. Tsirkin1-1/+1
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin12-50/+91
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin6-15/+15
2010-01-11qdev: add bit property typeMichael S. Tsirkin2-7/+66
2010-01-11lsi: pass lsi_request to lsi_reselectGerd Hoffmann1-16/+7
2010-01-11lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann1-22/+23
2010-01-11lsi: move current_dev into lsi_requestGerd Hoffmann1-11/+12
2010-01-11lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann1-21/+32
2010-01-11lsi: use QTAILQ for lsi_queueGerd Hoffmann1-40/+28
2010-01-11vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier1-0/+7
2010-01-10PCI: Fix a typoBlue Swirl1-1/+1
2010-01-10Sparc64: increase APB register rangeBlue Swirl1-2/+2
2010-01-09Sparc64: use firmware configuration device for command line storageBlue Swirl1-3/+3
2010-01-08sparc64: interrupt trap handlingIgor V. Kovalenko1-13/+35
2010-01-08sparc64: add macros to deal with softint and timer interruptIgor V. Kovalenko1-1/+0
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski3-302/+346
2010-01-08multiboot: Support arbitrary number of modules.Adam Lackorzynski1-101/+167
2010-01-08debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin1-0/+107
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori21-197/+868
2010-01-03loader: don't call realloc(non_null, 0) when no symbols are presentAurelien Jarno1-2/+7
2009-12-30Sparc64: split DPRINTF into CPUIRQ and EBUS versionsBlue Swirl1-8/+16
2009-12-30Sparc64: fix compile with DEBUG_IRQ enabledBlue Swirl1-1/+2
2009-12-27Sparc64: move APB PCI memory base to correct locationBlue Swirl1-0/+2
2009-12-27PCI: Fix bus address conversionBlue Swirl1-1/+6
2009-12-27sparc: make command line available also via firmware configuration deviceBlue Swirl2-0/+12
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-3/+12
2009-12-25PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7aBlue Swirl1-5/+3
2009-12-25PCI: make pci_mem_base privateBlue Swirl2-11/+21
2009-12-25Fix Sparse error: dubious one-bit signed bitfieldBlue Swirl1-1/+1
2009-12-25Fix Sparse warning: dubious: !x & yBlue Swirl1-1/+1
2009-12-25scsi: fix Sparse warning: Initializer entry defined twiceBlue Swirl1-2/+2
2009-12-24MAC DBDMA: store register values in native endiannessAurelien Jarno1-39/+46
2009-12-24loader: more ignores for rom intended to be loaded by the biosAurelien Jarno1-0/+6
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity1-1/+7
2009-12-23e1000: add link to data sheetMichael S. Tsirkin1-0/+3
2009-12-23piix_pci: add link to i440fx data sheet.Isaku Yamahata1-0/+5
2009-12-23piix_pci: use range helper functionIsaku Yamahata1-3/+3
2009-12-23piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.Isaku Yamahata1-5/+12
2009-12-23msix: use range helper function.Isaku Yamahata1-1/+1