aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-01-19rtl8139: fix clang reporting unused assignment of VLAN tagging dataIgor V. Kovalenko
2010-01-19eepro100: Fix multicast supportStefan Weil
2010-01-19eepro100: Restructure code (new function tx_command)Stefan Weil
2010-01-16Sparc32: improve DMA controller IRQ debuggingBlue Swirl
2010-01-16ESP: improve IRQ debuggingBlue Swirl
2010-01-16sparc32 do not clear interrupts when maskingArtyom Tarasenko
2010-01-15nand: Correct random data reads.Edgar E. Iglesias
2010-01-14sh: sm501: Add hardware cursor featureShin-ichiro KAWASAKI
2010-01-13virtio-blk: remove dead variable in virtio_blk_handle_scsiChristoph Hellwig
2010-01-13hw/vga.c: remove dead assignmentAmit Shah
2010-01-13virtio: net: remove dead assignmentAmit Shah
2010-01-13pcnet: remove dead nested assignment, spotted by clangBlue Swirl
2010-01-13Sparc32: remove dead increment, spotted by clangBlue Swirl
2010-01-13Sparc32: remove a variable used only for debugging to avoid a clang warningBlue Swirl
2010-01-13Sparc32: remove unused env/envs variables, spotted by clangBlue Swirl
2010-01-13pci: Add missing 'const' in argument to pci_get_xxxStefan Weil
2010-01-13eepro100: Update ROM file supportStefan Weil
2010-01-13eepro100: Fix initial value for PCI_STATUSStefan Weil
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl
2010-01-12qdev: fix thinko leading to guest crashesMichael S. Tsirkin
2010-01-12dma/sb16: make clang analyzer not complainmalc
2010-01-11Sparc64: enable real access to PCI configuration spaceBlue Swirl
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