aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau2-1/+3
2017-03-01tests: fix virtio-9p-test leaksMarc-André Lureau1-1/+1
2017-03-01tests: fix virtio-scsi-test leakMarc-André Lureau1-1/+1
2017-03-01tests: fix e1000e leaksMarc-André Lureau1-1/+5
2017-03-01tests: fix i440fx-test leaksMarc-André Lureau1-0/+5
2017-03-01tests: fix e1000-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix tco-test leaksMarc-André Lureau1-14/+21
2017-03-01tests: fix eepro100-test leakMarc-André Lureau1-0/+1
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov2-13/+2
2017-03-01tests: fix ipmi-bt-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix ipmi-kcs-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix bios-tables-test leakMarc-André Lureau1-1/+1
2017-03-01tests: fix hd-geo-test leaksMarc-André Lureau1-17/+36
2017-03-01tests: fix ide-test leaksMarc-André Lureau1-0/+12
2017-03-01tests: fix vhost-user-test leaksMarc-André Lureau3-4/+15
2017-03-01tests: fix q35-test leaksMarc-André Lureau1-0/+3
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki4-74/+93
2017-03-01ppc/xics: rename 'ICPState *' variables to 'icp'Cédric Le Goater2-94/+94
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater3-18/+21
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater3-22/+7
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater6-103/+16
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater4-20/+13
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater3-11/+11
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater2-18/+1
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater3-4/+4
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater5-30/+35
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater3-35/+34
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater3-10/+6
2017-03-01ppc/xics: move kernel_xics_fd out of KVMXICSStateCédric Le Goater1-9/+7
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater3-1/+24
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater3-11/+0
2017-03-01ppc/xics: register the reset handler of ICS objectsCédric Le Goater2-5/+1
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater2-13/+0
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater3-11/+15
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater6-9/+11
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater3-1/+20
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater2-0/+25
2017-03-01ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objectsCédric Le Goater1-35/+41
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater7-28/+29
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater5-112/+42
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater5-124/+75
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson3-3/+4
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz3-6/+38
2017-03-01target/ppc: add mcrxrx instructionNikunj A Dadhania1-0/+23
2017-03-01target/ppc: add ov32 flag in divide operationsNikunj A Dadhania1-2/+8
2017-03-01target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania1-0/+6
2017-03-01target/ppc: use tcg ops for neg instructionNikunj A Dadhania1-1/+4
2017-03-01target/ppc: update overflow flags for add/subNikunj A Dadhania1-2/+9
2017-03-01target/ppc: update ca32 in arithmetic substractNikunj A Dadhania1-1/+10
2017-03-01target/ppc: update ca32 in arithmetic addNikunj A Dadhania1-0/+21