summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QemuOpts: dump config.Gerd Hoffmann2009-11-092-0/+41
* QemuOpts: add find_list()Gerd Hoffmann2009-11-091-9/+20
* Documentation: Add options to image format descriptionsKevin Wolf2009-11-091-1/+45
* Documentation: Don't mention old qemu-img optionsKevin Wolf2009-11-093-31/+21
* Documentation: Move image format descriptions to own sectionKevin Wolf2009-11-091-37/+41
* Documentation: Add documentation for -chardevMatthew Booth2009-11-091-4/+230
* Added imlpementation for qemu_error for non-qemu executablesNaphtali Sprei2009-11-091-0/+9
* 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-096-19/+349
* 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-0912-217/+208
* pci: make pci_bar() aware of header type 1.Isaku Yamahata2009-11-092-6/+13
* pci: clean up of pci_default_read_config.Isaku Yamahata2009-11-091-21/+5
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-0922-51/+53
* pci: clean up pci_init_wmask()Isaku Yamahata2009-11-091-2/+2
* pci/bridge: clean up of pci_bridge_initfn()Isaku Yamahata2009-11-091-11/+25
* pci: use helper functions to access pci config space.Isaku Yamahata2009-11-091-15/+15
* pci: helper functions to access PCIDevice::configIsaku Yamahata2009-11-091-0/+12
* pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata2009-11-093-10/+11
* pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata2009-11-092-6/+8
* pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata2009-11-092-3/+5
* pci: fix PCI_DPRINTF() wrt variadic macro.Isaku Yamahata2009-11-091-1/+1
* Makefile: make qemu-io dependent on config-host.hPaolo Bonzini2009-11-091-0/+2
* scsi: move scsi-disk.h -> scsi.hGerd Hoffmann2009-11-0910-9/+76
* scsi: move scsi.h -> esp.hGerd Hoffmann2009-11-095-4/+3
* Makefile: make qemu-img dependant on config-host.hUri Lublin2009-11-091-1/+1
* whitelist host virtio networking featuresDustin Kirkland2009-11-091-4/+4
* qemu-img: Allow creating zero sized imagesKevin Wolf2009-11-091-3/+6
* tap: drain queue in tap_send()Mark McLoughlin2009-11-091-13/+16
* virtio-net: split the has_buffers() logic from can_receive()Mark McLoughlin2009-11-091-9/+12
* net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin2009-11-091-3/+3
* net: disable receiving if client returns zeroMark McLoughlin2009-11-092-11/+39
OpenPOWER on IntegriCloud