aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-08glib-compat: add g_(s)list_free_full()Marc-André Lureau1-0/+24
2016-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160907' into...Peter Maydell1-0/+30
2016-09-07hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater1-0/+5
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater1-3/+5
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater1-0/+23
2016-09-06ast2400: add a memory controller device modelCédric Le Goater2-0/+33
2016-09-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-8/+12
2016-09-06qmp: add QMP interface "query-cpu-model-baseline"David Hildenbrand1-0/+3
2016-09-06qmp: add QMP interface "query-cpu-model-comparison"David Hildenbrand1-0/+3
2016-09-06qmp: add QMP interface "query-cpu-model-expansion"David Hildenbrand1-0/+3
2016-09-06s390x/sclp: propagate hmfaiDavid Hildenbrand1-1/+2
2016-09-06s390x/sclp: propagate the mha via sclpDavid Hildenbrand1-1/+2
2016-09-06s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand1-1/+2
2016-09-06s390x/sclp: introduce sclp feature blocksDavid Hildenbrand1-3/+9
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf1-0/+1
2016-09-05coroutine: Let CoMutex remember who holds itKevin Wolf1-0/+1
2016-09-05drive-backup: added support for data compressionPavel Butsykin1-0/+1
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin2-5/+0
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin2-1/+5
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin1-1/+1
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin2-4/+4
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf1-1/+2
2016-09-05block: Accept node-name for block-streamKevin Wolf1-0/+1
2016-09-05linux-headers: updateCornelia Huck6-1/+140
2016-09-05s390x/css: handle cssid 255 correctlyCornelia Huck1-1/+1
2016-09-05s390x: add compat machine for 2.8Cornelia Huck1-0/+3
2016-08-19glib: add compatibility implementation for g_dir_make_tmp()Sascha Silbe1-0/+20
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev1-1/+1
2016-08-16virtio-gpu: fix missing log.h include fileDaniel P. Berrange1-0/+1
2016-08-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into...Peter Maydell1-0/+1
2016-08-15Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160812-tag-2' in...Peter Maydell1-35/+90
2016-08-15softfloat: Fix warn about implicit conversion from int to int8_tPranith Kumar1-2/+2
2016-08-13ppc: parse cpu features onceGreg Kurz1-0/+1
2016-08-12xen: handle inbound migration of VMs without ioreq server pagesPaul Durrant1-35/+90
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-0/+4
2016-08-09clang: Fix warning reg. expansion to 'defined'Pranith Kumar1-2/+5
2016-08-09atomic: strip "const" from variables declared with typeofPaolo Bonzini1-6/+48
2016-08-08monitor: fix crash when leaving qemu with spice audioMarc-André Lureau1-0/+1
2016-08-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160808' into...Peter Maydell1-1/+0
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson1-1/+0
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson1-0/+1
2016-08-05tcg: Include liveness info in the dumpsRichard Henderson1-1/+1
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson1-1/+1
2016-08-04linux-user: Use correct alignment for long long on i386 guestsPeter Maydell1-0/+4
2016-08-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-33/+37
2016-08-03x86: ioapic: add support for explicit EOIPeter Xu1-2/+2
2016-08-03apic: fix broken migration for kvm-apicIgor Mammedov1-1/+1
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake1-17/+20
2016-08-03osdep: Document differences in rounding macrosEric Blake1-1/+5
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-3/+3