summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: do not use vring in dataplanePaolo Bonzini2019-11-294-146/+19
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2019-11-293-13/+11
* virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2019-11-292-2/+3
* virtio: add AioContext-specific function for host notifiersPaolo Bonzini2019-11-292-0/+18
* vring: make vring_enable_notification return voidPaolo Bonzini2019-11-293-4/+4
* block-migration: acquire AioContext as necessaryPaolo Bonzini2019-11-291-13/+52
* pci core: function pci_bus_init() cleanupCao jin2019-11-291-5/+2
* pci core: function pci_host_bus_register() cleanupCao jin2019-11-291-3/+3
* balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy2019-11-291-2/+20
* virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy2019-11-291-17/+6
* ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hvThomas Huth2019-11-291-0/+4
* ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errorsThomas Huth2019-11-291-2/+5
* spapr: initialize local Error pointerGreg Kurz2019-11-291-1/+1
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2019-11-292-2/+94
* pseries: Update SLOF firmware image to 20160223Alexey Kardashevskiy2019-11-293-1/+1
* linux-user: add getrandom() syscallLaurent Vivier2019-11-291-0/+13
* linux-user: correct timerfd_create syscall numbersRiku Voipio2019-11-296-6/+6
* linux-user: remove unavailable syscalls from aarch64Riku Voipio2019-11-292-61/+0
* linux-user: sync syscall numbers with kernelRiku Voipio2019-11-2913-17/+200
* linux-user: Don't assert if guest tries shmdt(0)Peter Maydell2019-11-291-5/+7
* linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier2019-11-291-1/+1
* build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova2019-11-2919-1/+67
* linux-user: fix realloc size of target_fd_trans.Laurent Vivier2019-11-291-2/+2
* tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell2019-11-298-8/+0
* scripts/clean-includes: Ignore .inc.c filesPeter Maydell2019-11-291-0/+5
* tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell2019-11-2914-9/+11
* target-sparc: Use global registers for the register windowRichard Henderson2019-11-291-24/+33
* target-sparc: Tidy global register initializationRichard Henderson2019-11-291-87/+70
* tcg: Allocate indirect_base temporaries in a different orderRichard Henderson2019-11-291-11/+32
* tcg: Implement indirect memory registersRichard Henderson2019-11-292-29/+68
* tcg: Work around clang bug wrt enum ranges, part 2Richard Henderson2019-11-291-1/+1
* tracetool: Include osdep.h in generated-ust.cPeter Maydell2019-11-291-0/+2
* include: Clean up includesPeter Maydell2019-11-2997-156/+0
* all: Clean up includesPeter Maydell2019-11-293-4/+3
* all: Clean up includesPeter Maydell2019-11-2956-100/+2
* osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell2019-11-291-0/+3
* scripts/clean-includes: Add --all optionPeter Maydell2019-11-291-1/+15
* scripts/clean-includes: Enhance to handle header filesPeter Maydell2019-11-291-8/+45
* disas/arm-a64.cc: Include osdep.h firstPeter Maydell2019-11-291-2/+3
* osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell2019-11-291-0/+14
* cpu: Clean up includesPeter Maydell2019-11-292-4/+2
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2019-11-293-1/+20
* spice/gl: tweak debug messages.Gerd Hoffmann2019-11-291-5/+7
* spice/gl: add unblock timerGerd Hoffmann2019-11-292-0/+17
* spice: add opengl/virgl/dmabuf supportGerd Hoffmann2019-11-294-4/+140
* spice: reset cursor on resizeMarc-André Lureau2019-11-291-2/+12
* egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2019-11-292-0/+142
* configure: add dma-buf support detection.Gerd Hoffmann2019-11-291-1/+19
* spice: init dcl before registering qxl interfaceGerd Hoffmann2019-11-291-3/+3
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2019-11-294-32/+26
OpenPOWER on IntegriCloud