summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-03KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini1-3/+2
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-1/+4
2017-03-03KVM: remove kvm_arch_on_sigbusPaolo Bonzini1-1/+0
2017-03-03cpus: reorganize signal handling codePaolo Bonzini1-0/+9
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini2-42/+28
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini2-36/+32
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-0/+44
2017-03-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170301-1' into...Peter Maydell1-0/+7
2017-03-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell4-9/+16
2017-03-02Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell3-1/+26
2017-03-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170301' into...Peter Maydell6-68/+154
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren2-0/+36
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren1-0/+1
2017-03-02linker-loader: Add new 'write pointer' commandBen Warren1-0/+7
2017-03-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell7-16/+192
2017-03-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...Peter Maydell13-2/+264
2017-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk1-0/+7
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater1-0/+2
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater1-1/+0
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater2-36/+0
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater1-0/+5
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater2-2/+3
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater1-1/+1
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater1-5/+5
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater1-2/+1
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater1-1/+1
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater1-0/+3
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater1-2/+0
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater1-1/+0
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater1-1/+2
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater3-3/+4
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater1-0/+1
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater1-0/+18
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater2-3/+4
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater1-3/+0
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater1-2/+1
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson1-1/+1
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz1-0/+4
2017-03-01PCI: add missing classes in pci_ids.h to build device treeLaurent Vivier1-9/+103
2017-03-01tests: fix ptimer leaksMarc-André Lureau1-0/+1
2017-03-01glib-compat: add g_test_add_data_func_full fallbackMarc-André Lureau1-0/+21
2017-03-01timer: use an inline function for freeMarc-André Lureau1-1/+4
2017-02-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell2-5/+21
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf1-1/+2
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf1-1/+2
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf2-0/+2
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf1-3/+10
2017-02-28mirror: Add filter-node-name to blockdev-mirrorKevin Wolf1-1/+4
2017-02-28blockjob: Factor out block_job_remove_all_bdrv()Kevin Wolf1-0/+9
2017-02-28block: BdrvChildRole.attach/detach() callbacksKevin Wolf1-0/+3