aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-11memory: extract flat_range_coalesced_io_{del,add}Paolo Bonzini
2019-01-11pam: wrap MemoryRegion initialization in a transactionPaolo Bonzini
2019-01-11checkpatch: colorize output to terminalPaolo Bonzini
2019-01-11checkpatch: improve handling of multiple patches or filesPaolo Bonzini
2019-01-11checkpatch: check Signed-off-by in --mailback modePaolo Bonzini
2019-01-11checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini
2019-01-11accel: Improve selection of the default acceleratorThomas Huth
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell
2019-01-10Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...Peter Maydell
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2019-01-10Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn
2019-01-10spice: Remove unused includeFrediano Ziglio
2019-01-10keymaps: drop support for include filesGerd Hoffmann
2019-01-10keymaps: remove common includeGerd Hoffmann
2019-01-10keymaps: drop nl-be mapGerd Hoffmann
2019-01-10keymaps: remove modifiers includeGerd Hoffmann
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau
2019-01-10egl-headless: add egl_create_contextGerd Hoffmann
2019-01-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190109' into...Peter Maydell
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2019-01-09hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth
2019-01-09qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes
2019-01-09hw/core: fix whitespace in a sentenceWainer dos Santos Moschetta
2019-01-09typedefs: (Re-)sort entries alphabeticallyEric Blake
2019-01-09docker: Use a stable snapshot for Debian SidPhilippe Mathieu-Daudé
2019-01-09block/nvme: optimize the performance of nvme driver based on vfio-pciLi Feng
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater
2019-01-09spapr: return from post_load method when RTC import failsCédric Le Goater
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater
2019-01-09spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz
2019-01-09MAINTAINERS: add qemu_vga.ndrv file entry for Mac machinesMark Cave-Ayland
2019-01-09MAINTAINERS: Add some missing ppc-related filesThomas Huth
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland