aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi5-22/+20
2017-07-03pci: Convert to realizeMao Zhongyi8-50/+56
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi7-34/+15
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi12-42/+94
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi4-4/+4
2017-07-03pci: Add comment for pci_add_capability2()Mao Zhongyi1-0/+6
2017-07-03pci: Clean up error checking in pci_add_capability()Mao Zhongyi1-5/+1
2017-07-03intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek2-15/+20
2017-07-03hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge deviceThomas Huth1-0/+2
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang2-2/+31
2017-07-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170603' into stagingPeter Maydell5-26/+32
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota4-21/+25
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota1-4/+6
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota1-1/+1
2017-06-30Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell4-19/+41
2017-06-30Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell5-123/+619
2017-06-30block: Exploit BDRV_BLOCK_EOF for larger zero blocksEric Blake3-15/+28
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake2-4/+13
2017-06-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-26/+101
2017-06-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170630' int...Peter Maydell18-308/+749
2017-06-30virtio-pci: use ioeventfd even when KVM is disabledStefan Hajnoczi1-1/+1
2017-06-30tests: fix virtio-net-test ISR dependenceStefan Hajnoczi1-3/+3
2017-06-30tests: fix virtio-blk-test ISR dependenceStefan Hajnoczi1-10/+17
2017-06-30tests: fix virtio-scsi-test ISR dependenceStefan Hajnoczi1-1/+1
2017-06-30libqos: add virtio used ring supportStefan Hajnoczi2-0/+66
2017-06-30libqos: fix typo in virtio.h QVirtQueue->used commentStefan Hajnoczi1-1/+1
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson2-46/+105
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson2-30/+45
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson2-34/+16
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson1-22/+27
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson3-56/+1
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson1-10/+0
2017-06-30target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson1-6/+111
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza1-1/+0
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao1-3/+4
2017-06-30target/ppc: Proper cleanup when ppc_cpu_realizefn failsBharata B Rao1-4/+8
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz2-2/+87
2017-06-30xics: directly register ICPState objects to vmstateGreg Kurz1-1/+4
2017-06-30target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh1-1/+1
2017-06-30target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth1-0/+3
2017-06-30spapr: Fix migration of Radix guestsBharata B Rao1-0/+12
2017-06-30spapr: Add a "no HPT" encoding to HTAB migration streamBharata B Rao1-4/+25
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson4-4/+75
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson2-10/+2
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson7-73/+201
2017-06-30qapi: add explicit null to string input and output visitorsGreg Kurz2-0/+25
2017-06-30hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth1-4/+0
2017-06-29target/m68k: add fmovemLaurent Vivier3-30/+189
2017-06-29target/m68k: add explicit single and double precision operations (part 2)Laurent Vivier3-8/+74
2017-06-29target/m68k: add fsglmul and fsgldivLaurent Vivier3-0/+36