summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-11build-sys: don't include windows.h, osdep.h does itMarc-André Lureau1-4/+0
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck4-9/+31
2019-01-11esp-pci: Fix status register write erase controlGuenter Roeck1-3/+3
2019-01-11block/iscsi: cancel libiscsi task when ABORT TASK TMF completesStefan Hajnoczi1-2/+14
2019-01-11block/iscsi: fix ioctl cancel use-after-freeStefan Hajnoczi1-3/+18
2019-01-11block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()Stefan Hajnoczi1-0/+4
2019-01-11block/iscsi: drop unused IscsiAIOCB->buf fieldStefan Hajnoczi1-8/+0
2019-01-11hax: Support for Linux hostsAlexandro Sanchez Bach4-6/+6
2019-01-11memory: update coalesced_range on transaction_commitPaolo Bonzini1-4/+16
2019-01-11memory: avoid unnecessary coalesced_io_del operationsPaolo Bonzini1-0/+11
2019-01-11memory: extract flat_range_coalesced_io_{del,add}Paolo Bonzini1-24/+29
2019-01-11pam: wrap MemoryRegion initialization in a transactionPaolo Bonzini1-0/+2
2019-01-11checkpatch: colorize output to terminalPaolo Bonzini1-7/+42
2019-01-11checkpatch: improve handling of multiple patches or filesPaolo Bonzini1-7/+23
2019-01-11checkpatch: check Signed-off-by in --mailback modePaolo Bonzini1-3/+4
2019-01-11checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini1-3/+3
2019-01-11accel: Improve selection of the default acceleratorThomas Huth3-5/+17
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell1-4/+57
2019-01-10Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...Peter Maydell15-256/+367
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell17-20/+14
2019-01-10Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell2-10/+10
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell1-4/+18
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn1-0/+39
2019-01-10spice: Remove unused includeFrediano Ziglio1-1/+0
2019-01-10keymaps: drop support for include filesGerd Hoffmann1-4/+3
2019-01-10keymaps: remove common includeGerd Hoffmann4-177/+352
2019-01-10keymaps: drop nl-be mapGerd Hoffmann2-4/+1
2019-01-10keymaps: remove modifiers includeGerd Hoffmann3-20/+19
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell2-40/+0
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau5-28/+2
2019-01-10egl-headless: add egl_create_contextGerd Hoffmann1-1/+9
2019-01-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190109' into...Peter Maydell42-655/+1927
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang4-4/+7
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth9-9/+0
2019-01-09hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth1-1/+0
2019-01-09qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes1-0/+1
2019-01-09hw/core: fix whitespace in a sentenceWainer dos Santos Moschetta1-1/+1
2019-01-09typedefs: (Re-)sort entries alphabeticallyEric Blake1-5/+5
2019-01-09docker: Use a stable snapshot for Debian SidPhilippe Mathieu-Daudé1-0/+4
2019-01-09block/nvme: optimize the performance of nvme driver based on vfio-pciLi Feng1-10/+6
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater3-0/+19
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater4-3/+198
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater1-2/+1
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater8-11/+29
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater2-3/+5
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater5-3/+7
2019-01-09spapr: return from post_load method when RTC import failsCédric Le Goater1-2/+7
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater7-16/+17
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater4-8/+15
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater6-20/+47