summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-mips: fix xtlb exception for loongsonAurelien Jarno2010-07-171-2/+4
* Merge remote branch 'origin/master' into stagingAnthony Liguori2010-07-161-1/+2
|\
| * microblaze: Correct signal frame setup.Edgar E. Iglesias2010-07-151-1/+2
* | Merge remote branch 'origin/master' into stagingAnthony Liguori2010-07-1511-6/+104
|\|
| * hw/bonito: remove incorrect pci_mem_base settingHuacai Chen2010-07-141-1/+0Star
| * qemu-options: add documentation for stdio signal=on|offAurelien Jarno2010-07-131-4/+8
| * Update OpenBIOS imagesAurelien Jarno2010-07-134-1/+1
| * target-ppc: add vexptefp instructionAurelien Jarno2010-07-133-0/+13
| * softfloat: add float32_exp2()Aurelien Jarno2010-07-132-0/+82
* | Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-156-5/+23
|\ \
| * | ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster2010-07-133-0/+13
| * | virtio-blk: Fix virtio-blk-s390 to require driveMarkus Armbruster2010-07-132-4/+6
| * | virtio-pci: Check for virtio_blk_init() failureMarkus Armbruster2010-07-131-0/+3
| * | Block migration fail, ignore error from bdrv_getlengthShahar Havivi2010-07-131-1/+1
| * | qemu-img: Fix copy+paste bug in documentationStefan Weil2010-07-131-1/+1
| |/
* | Make default invocation of block drivers safer (v3)Anthony Liguori2010-07-153-0/+135
* | virtio-serial: Assert for virtio queue ready before virtqueue operationsAmit Shah2010-07-131-0/+1
* | virtio-serial: Check if virtio queue is ready before consuming dataAmit Shah2010-07-131-0/+3
* | virtio-9p: Avoid SEGV when log file couldn't be openedSripathi Kodi2010-07-131-0/+2
* | pc: Avoid registering zero sized memoryAlex Williamson2010-07-131-2/+4
|/
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-07-137-44/+56
|\
| * pci: fix bridge updateMichael S. Tsirkin2010-07-111-1/+3
| * virtio-net: correct packet length mathMichael S. Tsirkin2010-07-111-13/+28
| * pci hotplug: make pci hotplug return value to callerIsaku Yamahata2010-07-111-4/+9
| * vmware_vga: fix reset value for command registerMichael S. Tsirkin2010-07-111-3/+0Star
| * rtl8139: address TODOsMichael S. Tsirkin2010-07-111-3/+0Star
| * pci hotplug: make pci_device_hot_remove() staticIsaku Yamahata2010-07-112-2/+1Star
| * pcnet: address TODOsMichael S. Tsirkin2010-07-111-14/+2Star
| * pci: fix pci_device_resetIsaku Yamahata2010-07-111-4/+13
* | Update SeaBIOSAnthony Liguori2010-07-132-0/+0
* | pci/multi function bit: fix vt82c686.c.Isaku Yamahata2010-07-122-5/+1Star
* | target-sh4: Add support for ldc & stc with sgrAlexandre Courbot2010-07-121-0/+2
* | target-sh4: Split the LDST macro into 2 sub-macrosAlexandre Courbot2010-07-121-2/+6
|/
* AppleSMC device emulationAlexander Graf2010-07-112-1/+242
* Documentation: Fix spelling bugsStefan Weil2010-07-111-2/+2
* Makefile: Not every shell support {}Hidetoshi Seto2010-07-111-1/+2
* Makefile: add fsdev/*.{o,d} to cleanHidetoshi Seto2010-07-111-1/+1
* pci: set PCI multi-function bit appropriately.Isaku Yamahata2010-07-114-7/+52
* pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata2010-07-114-6/+8
* pci: set multifunction property for normal device.Isaku Yamahata2010-07-112-2/+2
* pci: introduce multifunction property.Isaku Yamahata2010-07-112-3/+28
* qdev: implement qdev_prop_set_bit().Isaku Yamahata2010-07-112-0/+6
* pci: remove PCIDeviceInfo::header_typeIsaku Yamahata2010-07-114-11/+16
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-1120-24/+0Star
* pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata2010-07-112-1/+3
* pci: use PCI_DEVFN() where appropriate.Isaku Yamahata2010-07-114-9/+10
* target-mips: add loongson 2E & 2F integer instructionsAurelien Jarno2010-07-111-0/+271
* Fix warning about uninitialized variableBlue Swirl2010-07-071-1/+1
* sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka2010-07-071-1/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-0627-141/+2308
|\