summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio-serial: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-7/+11
* virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-6/+11
* virtio-net: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-21/+21
* virtio-blk: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-16/+11Star
* virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic2016-10-102-0/+37
* net: don't poke at chardev internal QemuOptsDaniel P. Berrange2016-10-105-66/+49Star
* virtio-scsi: handle virtio_scsi_set_config() errorGreg Kurz2016-10-101-2/+3
* virtio-scsi: convert virtio_scsi_bad_req() to use virtio_error()Greg Kurz2016-10-101-14/+32
* virtio-net: handle virtio_net_flush_tx() errorsGreg Kurz2016-10-101-8/+18
* virtio-net: handle virtio_net_receive() errorsGreg Kurz2016-10-101-12/+15
* virtio-net: handle virtio_net_handle_ctrl() errorGreg Kurz2016-10-101-2/+5
* virtio-blk: handle virtio_blk_handle_request() errorsGreg Kurz2016-10-101-10/+28
* virtio-9p: handle handle_9p_output() errorGreg Kurz2016-10-101-5/+21
* virtio-blk: make some functions staticGreg Kurz2016-10-102-13/+5Star
* virtio-9p: add parentheses to sizeof operatorGreg Kurz2016-10-101-3/+3
* virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+14
* virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+1
* virtio: add virtio_detach_element()Stefan Hajnoczi2016-10-102-2/+27
* tests: acpi tables expected blobs updateIgor Mammedov2016-10-104-0/+0
* tests: acpi: extend cphp testcase with numa checkIgor Mammedov2016-10-101-2/+4
* acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov2016-10-101-0/+12
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-107-22/+27
* virtio-serial: enable virtio console emergency write featureSascha Silbe2016-10-103-3/+15
* virtio-serial: add plumbing for virtio console emergency write supportSascha Silbe2016-10-101-0/+37
* virtio-balloon: Remove needless precompiled directiveLiang Li2016-10-101-2/+0Star
* bsd-user: fix FreeBSD build after d148d90eEd Maste2016-10-071-0/+10
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161006' into...Peter Maydell2016-10-0645-179/+930
|\
| * hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-062-1/+6
| * tests/pxe: Use -nodefaults to speed up ppc64/ipv6 pxe testThomas Huth2016-10-061-2/+2
| * spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz2016-10-061-4/+4
| * tests: enable ohci/uhci/xhci tests on PPC64Laurent Vivier2016-10-062-9/+23
| * libqos: use generic qtest_shutdown()Laurent Vivier2016-10-065-6/+21
| * libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier2016-10-0621-25/+46
| * libqos: add PPC64 PCI supportLaurent Vivier2016-10-067-23/+376
| * target-ppc: fix vmx instruction type/type2Nikunj A Dadhania2016-10-052-24/+24
| * target-ppc/kvm: Enable transactional memory on POWER8 with KVM-HV, tooThomas Huth2016-10-051-1/+8
| * target-ppc/kvm: Add a wrapper function to check for KVM-PRThomas Huth2016-10-051-10/+16
| * MAINTAINERS: Add two more ppc related filesThomas Huth2016-10-051-0/+2
| * target-ppc: Implement mtvsrws instructionRavi Bangoria2016-10-052-0/+20
| * target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan2016-10-054-0/+48
| * target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan2016-10-054-16/+38
| * target-ppc: fix invalid mask - cmpl, bctarAvinesh Kumar2016-10-051-2/+2
| * target-ppc: add stxvb16x instructionNikunj A Dadhania2016-10-052-0/+20
| * target-ppc: add lxvb16x instructionNikunj A Dadhania2016-10-052-0/+20
| * target-ppc: add stxvh8x instructionNikunj A Dadhania2016-10-052-0/+32
| * target-ppc: add lxvh8x instructionNikunj A Dadhania2016-10-052-0/+50
| * target-ppc: improve stxvw4x implementationNikunj A Dadhania2016-10-051-14/+19
| * target-ppc: improve lxvw4x implementationNikunj A Dadhania2016-10-051-14/+18
| * target-ppc: Implement mtvsrdd instructionRavi Bangoria2016-10-052-0/+24
| * target-ppc: Implement mfvsrld instructionRavi Bangoria2016-10-052-0/+18