aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell1-4/+8
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell3-38/+32
2015-01-20cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell1-53/+1
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell1-23/+0
2015-01-20cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell1-3/+3
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell2-39/+112
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell1-26/+0
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell1-15/+0
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell1-9/+0
2015-01-20Xen: Use the ioreq-server API when availablePaul Durrant1-0/+223
2015-01-20Add device listener interfacePaul Durrant2-0/+11
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann1-0/+2
2015-01-19ui/pixman: add qemu_pixman_check_formatGerd Hoffmann1-0/+2
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt1-0/+4
2015-01-16vmstate: type-check sub-arraysPaolo Bonzini1-1/+1
2015-01-16socket shutdownDr. David Alan Gilbert2-0/+17
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang1-3/+7
2015-01-15misc: Fix new typos in commentsStefan Weil1-1/+1
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-6/+13
2015-01-14qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini2-6/+6
2015-01-14qemu-common.h: optimise muldiv64 if int128 is availableFrediano Ziglio1-0/+7
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng1-1/+2
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini1-10/+0
2015-01-13QSLIST: add lock-free operationsPaolo Bonzini1-2/+13
2015-01-13qemu-thread: add per-thread atexit functionsPaolo Bonzini1-0/+4
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy1-2/+4
2015-01-13block: JSON filenames and relative backing filesMax Reitz1-2/+3
2015-01-13block: Get full backing filename from stringMax Reitz1-0/+3
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka1-0/+4
2015-01-12s390: Add PCI bus supportFrank Blaschka1-0/+8
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-9/+63
2015-01-10Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-0/+1
2015-01-09Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell1-2/+0
2015-01-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-8/+9
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2015-01-08hw/machine: added machine_usb wrapperMarcel Apfelbaum1-0/+2
2015-01-08hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum1-0/+1
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin1-2/+2
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin1-0/+24
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2-3/+13
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin1-1/+2
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin1-3/+12
2015-01-08memory: add memory_region_set_sizeMichael S. Tsirkin1-0/+10
2015-01-07hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2015-01-07hw/machine: added machine_usb wrapperMarcel Apfelbaum1-0/+2
2015-01-07hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum1-0/+1
2015-01-07spapr: Fix stale HTAB during live migration (KVM)Samuel Mendoza-Jonas1-0/+1
2015-01-05virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson1-2/+0
2015-01-03pci: move REDHAT_SDHCI device ID to make room for RockerScott Feldman1-1/+1
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-3/+3