summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Block live migrationlirans@il.ibm.com2009-11-171-2/+7
* char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah2009-11-171-1/+1
* ARM PB-A8 supportPaul Brook2009-11-161-29/+79
* LAN9118 emulationPaul Brook2009-11-162-0/+1096
* mips_r4k: fix resetAurelien Jarno2009-11-151-12/+15
* PPC64: map Uni-North AGP bus aka fix Linux bootBlue Swirl2009-11-151-0/+10
* PPC64: Partial fix to Linux crash: revert to old devfnBlue Swirl2009-11-151-1/+3
* PCI: make duplicate devfn allocation fatalBlue Swirl2009-11-152-5/+3
* mips malta: fix indentationAurelien Jarno2009-11-141-3/+3
* mips-malta: fix resetAurelien Jarno2009-11-141-25/+27
* pci: Fix function pci_default_write_configStefan Weil2009-11-141-3/+3
* mips: fix CPU resetAurelien Jarno2009-11-143-20/+36
* Fix PPC crashBlue Swirl2009-11-131-1/+1
* ARM MPCore tweaksPaul Brook2009-11-133-46/+130
* Realview/EB procid hacksPaul Brook2009-11-134-6/+18
* pci: fix the conversion of config field from array to pointerJuan Quintela2009-11-121-2/+2
* fdc: fix vmstate variable passedJuan Quintela2009-11-121-4/+29
* e1000 fix: read access to some registers is missing.Kay Ackermann2009-11-121-0/+2
* virtio-blk: Pass read errors to the guestKevin Wolf2009-11-121-1/+1
* qdev: Check if unplug handler exists before calling itAmit Shah2009-11-121-0/+2
* eepro100: Add missing .exit initialisationStefan Weil2009-11-121-0/+9
* eepro100: Fix boot ROM supportStefan Weil2009-11-121-0/+11
* serial: Add interface to set reference oscillator frequencyStefan Weil2009-11-122-0/+8
* microblaze: Move the kcmdline out of the way.Edgar E. Iglesias2009-11-121-1/+1
* Fix ARM MCore secondary cpu bootPaul Brook2009-11-113-9/+27
* Reject late rom loadingPaul Brook2009-11-111-0/+7
* Fix ARM system emulationPaul Brook2009-11-112-28/+41
* eepro100: Improve support for different devicesStefan Weil2009-11-091-25/+143
* pci/monitor: print out bridge's filtering values and so on.Isaku Yamahata2009-11-091-0/+25
* pci: implement pci bridge filtering.Isaku Yamahata2009-11-092-7/+151
* pci: factor out pci_for_each_device().Isaku Yamahata2009-11-091-7/+14
* pci: cosmetic on pci_upadte_mappings()Isaku Yamahata2009-11-091-70/+76
* pci: initialize pci config headers depending it pci header type.Isaku Yamahata2009-11-093-5/+67
* pci: teach pci_default_config_write() ROM bar for normal/bridge device .Isaku Yamahata2009-11-091-0/+2
* pci: use range helper functions.Isaku Yamahata2009-11-091-6/+2
* pci: add helper functions to check ranges overlap.Isaku Yamahata2009-11-091-0/+29
* pci: pcie host and mmcfg support.Isaku Yamahata2009-11-095-18/+348
* vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.Isaku Yamahata2009-11-091-2/+5
* pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata2009-11-092-6/+4
* pci: move pci host stuff from pci.c to pci_host.cIsaku Yamahata2009-11-092-67/+63
* pci: factor out the conversion logic from io port address into pci device.Isaku Yamahata2009-11-091-14/+18
* pci: make pci configuration transaction more accurate.Isaku Yamahata2009-11-093-36/+108
* pci: remove bus_num member from struct PCIBus.Isaku Yamahata2009-11-091-11/+10
* pci: 64bit bar support.Isaku Yamahata2009-11-092-5/+31
* pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata2009-11-092-3/+10
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-096-12/+24
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-0924-40/+43
* pci_host: consolidate pci config address access.Isaku Yamahata2009-11-098-223/+121
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-0911-216/+207
* pci: make pci_bar() aware of header type 1.Isaku Yamahata2009-11-092-6/+13
OpenPOWER on IntegriCloud