aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25tests/vhost-user-bridge: fix build on 32 bit systemsMichael S. Tsirkin1-7/+7
2016-02-25vring: removePaolo Bonzini6-679/+0
2016-02-25virtio-scsi: do not use vring in dataplanePaolo Bonzini3-234/+35
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini4-146/+19
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini3-13/+11
2016-02-25virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2-2/+3
2016-02-25virtio: add AioContext-specific function for host notifiersPaolo Bonzini2-0/+18
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini3-4/+4
2016-02-25block-migration: acquire AioContext as necessaryPaolo Bonzini1-13/+52
2016-02-25pci core: function pci_bus_init() cleanupCao jin1-5/+2
2016-02-25pci core: function pci_host_bus_register() cleanupCao jin1-3/+3
2016-02-25balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy1-2/+20
2016-02-25virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy1-17/+6
2016-02-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160225' into...Peter Maydell7-6/+105
2016-02-25ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hvThomas Huth1-0/+4
2016-02-25ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errorsThomas Huth1-2/+5
2016-02-25spapr: initialize local Error pointerGreg Kurz1-1/+1
2016-02-25hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2-2/+94
2016-02-25pseries: Update SLOF firmware image to 20160223Alexey Kardashevskiy3-1/+1
2016-02-24linux-user: add getrandom() syscallLaurent Vivier1-0/+13
2016-02-23linux-user: correct timerfd_create syscall numbersRiku Voipio6-6/+6
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio2-61/+0
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio13-17/+200
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell1-5/+7
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier1-1/+1
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova19-1/+67
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier1-2/+2
2016-02-23Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160223' into stagingPeter Maydell16-163/+214
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell8-8/+0
2016-02-23scripts/clean-includes: Ignore .inc.c filesPeter Maydell1-0/+5
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell14-9/+11
2016-02-23target-sparc: Use global registers for the register windowRichard Henderson1-24/+33
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell9-13/+357
2016-02-23target-sparc: Tidy global register initializationRichard Henderson1-87/+70
2016-02-23tcg: Allocate indirect_base temporaries in a different orderRichard Henderson1-11/+32
2016-02-23tcg: Implement indirect memory registersRichard Henderson2-29/+68
2016-02-23tcg: Work around clang bug wrt enum ranges, part 2Richard Henderson1-1/+1
2016-02-23tracetool: Include osdep.h in generated-ust.cPeter Maydell1-0/+2
2016-02-23include: Clean up includesPeter Maydell97-156/+0
2016-02-23all: Clean up includesPeter Maydell3-4/+3
2016-02-23all: Clean up includesPeter Maydell56-100/+2
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell1-0/+3
2016-02-23scripts/clean-includes: Add --all optionPeter Maydell1-1/+15
2016-02-23scripts/clean-includes: Enhance to handle header filesPeter Maydell1-8/+45
2016-02-23disas/arm-a64.cc: Include osdep.h firstPeter Maydell1-2/+3
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell1-0/+14
2016-02-23cpu: Clean up includesPeter Maydell2-4/+2
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert3-1/+20
2016-02-23spice/gl: tweak debug messages.Gerd Hoffmann1-5/+7
2016-02-23spice/gl: add unblock timerGerd Hoffmann2-0/+17