summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Prepare for NULL BDSMax Reitz2015-10-236-72/+154
* block: Add blk_insert_bs()Max Reitz2015-10-232-0/+12
* block: Prepare remaining BB functions for NULL BDSMax Reitz2015-10-231-16/+56
* block: Fail requests to empty BlockBackendMax Reitz2015-10-231-1/+54
* block: Make some BB functions fall back to BBRSMax Reitz2015-10-231-4/+24
* block: Add BlockBackendRootStateMax Reitz2015-10-234-0/+53
* block/throttle-groups: Make incref/decref publicMax Reitz2015-10-232-8/+14
* block: Move I/O status and error actions into BBMax Reitz2015-10-2313-168/+158Star
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-236-28/+23Star
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-236-16/+10Star
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-234-13/+5Star
* block: Fix BB AIOCB AioContext without BDSMax Reitz2015-10-231-1/+16
* hw/usb-storage: Check whether BB is insertedMax Reitz2015-10-231-14/+16
* hw/block/fdc: Implement tray statusMax Reitz2015-10-232-7/+17
* block: Invoke change media CB before NULLing drvMax Reitz2015-10-231-4/+4
* block/raw_bsd: Drop raw_is_inserted()Max Reitz2015-10-231-6/+0Star
* block: Make bdrv_is_inserted() recursiveMax Reitz2015-10-231-3/+9
* block: Add blk_is_available()Max Reitz2015-10-232-1/+7
* block: Make bdrv_is_inserted() return a boolMax Reitz2015-10-237-15/+15
* iotests: Only create BB if necessaryMax Reitz2015-10-234-18/+71
* blockdev: Allow creation of BDS trees without BBMax Reitz2015-10-234-20/+43
* block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz2015-10-232-4/+4
* block: Remove host floppy supportMax Reitz2015-10-232-222/+9Star
* Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-10-23-tag' in...Peter Maydell2015-10-231-5/+7
|\
| * tests: test-qga, loosen assumptions about host filesystemsMichael Roth2015-10-231-5/+7
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151023' into st...Peter Maydell2015-10-2325-67/+179
|\
| * prep: do not use CPU_LOG_IOPORT, convert to tracepointsPaolo Bonzini2015-10-232-27/+7Star
| * openpic: add to misc categoryLaurent Vivier2015-10-232-0/+2
| * macio-nvram: add to misc categoryLaurent Vivier2015-10-231-0/+1
| * macio: add to bridge categoryLaurent Vivier2015-10-231-0/+1
| * uninorth: add to bridge categoryLaurent Vivier2015-10-231-0/+8
| * macio-ide: add to storage categoryLaurent Vivier2015-10-231-0/+1
| * cuda: add to bridge categoryLaurent Vivier2015-10-231-0/+1
| * grackle: add to bridge categoryLaurent Vivier2015-10-231-0/+2
| * escc: add to input categoryLaurent Vivier2015-10-231-0/+1
| * cmd646: add to storage categoryLaurent Vivier2015-10-231-0/+1
| * adb: add to input categoryLaurent Vivier2015-10-231-0/+2
| * ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt2015-10-234-0/+40
| * ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt2015-10-235-20/+22
| * hw/scsi/spapr_vscsi: Remove superfluous memsetThomas Huth2015-10-231-1/+0Star
| * spapr_pci: Allow VFIO devices to work on the normal PCI host bridgeDavid Gibson2015-10-231-0/+6
| * spapr_iommu: Provide a function to switch a TCE table to allowing VFIODavid Gibson2015-10-232-0/+34
| * spapr_iommu: Rename vfio_accel parameterDavid Gibson2015-10-234-8/+8
| * spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson2015-10-232-4/+6
| * spapr: Add "slb-size" property to CPU device tree nodesThomas Huth2015-10-231-0/+1
| * spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao2015-10-231-0/+8
| * spapr: Allocate HTAB from machine initBharata B Rao2015-10-231-7/+27
* | Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-fixes-pull-201510...Peter Maydell2015-10-238-71/+282
|\ \
| * | configure: avoid polluting global CFLAGS with tasn1 flagsDaniel P. Berrange2015-10-222-9/+12
| * | crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-224-24/+130