summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-11-19ARM PBX-A9 board supportPaul Brook7-108/+207
2009-11-18sb16: remove highspeed reset codemalc1-8/+1
2009-11-17Convert linux bootrom to external rom and fw_cfgAlexander Graf2-103/+31
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf2-14/+34
2009-11-17Introduce rom_copyAlexander Graf2-0/+39
2009-11-17fw_cfg: change cur_offset to 32 bitsJuan Quintela2-6/+40
2009-11-17Block live migrationlirans@il.ibm.com1-2/+7
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah1-1/+1
2009-11-16ARM PB-A8 supportPaul Brook1-29/+79
2009-11-16LAN9118 emulationPaul Brook2-0/+1096
2009-11-15mips_r4k: fix resetAurelien Jarno1-12/+15
2009-11-15PPC64: map Uni-North AGP bus aka fix Linux bootBlue Swirl1-0/+10
2009-11-15PPC64: Partial fix to Linux crash: revert to old devfnBlue Swirl1-1/+3
2009-11-15PCI: make duplicate devfn allocation fatalBlue Swirl2-5/+3
2009-11-14mips malta: fix indentationAurelien Jarno1-3/+3
2009-11-14mips-malta: fix resetAurelien Jarno1-25/+27
2009-11-14pci: Fix function pci_default_write_configStefan Weil1-3/+3
2009-11-14mips: fix CPU resetAurelien Jarno3-20/+36
2009-11-13Fix PPC crashBlue Swirl1-1/+1
2009-11-13ARM MPCore tweaksPaul Brook3-46/+130
2009-11-13Realview/EB procid hacksPaul Brook4-6/+18
2009-11-12pci: fix the conversion of config field from array to pointerJuan Quintela1-2/+2
2009-11-12fdc: fix vmstate variable passedJuan Quintela1-4/+29
2009-11-12e1000 fix: read access to some registers is missing.Kay Ackermann1-0/+2
2009-11-12virtio-blk: Pass read errors to the guestKevin Wolf1-1/+1
2009-11-12qdev: Check if unplug handler exists before calling itAmit Shah1-0/+2
2009-11-12eepro100: Add missing .exit initialisationStefan Weil1-0/+9
2009-11-12eepro100: Fix boot ROM supportStefan Weil1-0/+11
2009-11-12serial: Add interface to set reference oscillator frequencyStefan Weil2-0/+8
2009-11-12microblaze: Move the kcmdline out of the way.Edgar E. Iglesias1-1/+1
2009-11-11Fix ARM MCore secondary cpu bootPaul Brook3-9/+27
2009-11-11Reject late rom loadingPaul Brook1-0/+7
2009-11-11Fix ARM system emulationPaul Brook2-28/+41
2009-11-09eepro100: Improve support for different devicesStefan Weil1-25/+143
2009-11-09pci/monitor: print out bridge's filtering values and so on.Isaku Yamahata1-0/+25
2009-11-09pci: implement pci bridge filtering.Isaku Yamahata2-7/+151
2009-11-09pci: factor out pci_for_each_device().Isaku Yamahata1-7/+14
2009-11-09pci: cosmetic on pci_upadte_mappings()Isaku Yamahata1-70/+76
2009-11-09pci: initialize pci config headers depending it pci header type.Isaku Yamahata3-5/+67
2009-11-09pci: teach pci_default_config_write() ROM bar for normal/bridge device .Isaku Yamahata1-0/+2
2009-11-09pci: use range helper functions.Isaku Yamahata1-6/+2
2009-11-09pci: add helper functions to check ranges overlap.Isaku Yamahata1-0/+29
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata5-18/+348
2009-11-09vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.Isaku Yamahata1-2/+5
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata2-6/+4
2009-11-09pci: move pci host stuff from pci.c to pci_host.cIsaku Yamahata2-67/+63
2009-11-09pci: factor out the conversion logic from io port address into pci device.Isaku Yamahata1-14/+18
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata3-36/+108
2009-11-09pci: remove bus_num member from struct PCIBus.Isaku Yamahata1-11/+10
2009-11-09pci: 64bit bar support.Isaku Yamahata2-5/+31