aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-08ppc/spapr_nvdimm: use g_autofree in spapr_nvdimm_validate_opts()Daniel Henrique Barboza1-2/+1
2020-09-08spapr/xive: Allocate vCPU IPIs from the vCPU contextsCédric Le Goater1-3/+33
2020-09-08spapr/xive: Allocate IPIs independently from the other sourcesCédric Le Goater1-5/+42
2020-09-08spapr/xive: Use kvmppc_xive_source_reset() in post_loadCédric Le Goater1-10/+10
2020-09-08spapr/xive: Modify kvm_cpu_is_enabled() interfaceCédric Le Goater1-3/+2
2020-09-08spapr/xive: Use the xics flag to check for XIVE-only IRQ backendsCédric Le Goater1-1/+1
2020-09-08spapr_vscsi: do not allow device hotplugDaniel Henrique Barboza1-0/+3
2020-09-08ppc/pnv: Add a HIOMAP erase commandCédric Le Goater2-1/+29
2020-09-08spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priorityCédric Le Goater2-19/+16
2020-09-08spapr: Remove unnecessary DRC type-checker macrosDavid Gibson1-42/+1
2020-09-08ppc/pnv: Fix TypeInfo of PnvLpcController abstract classCédric Le Goater1-2/+1
2020-09-08adb: Correct class size on TYPE_ADB_DEVICEDavid Gibson1-0/+1
2020-09-07Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-0...Peter Maydell26-44/+285
2020-09-07Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell4-217/+264
2020-09-07Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200904-pull-request' ...Peter Maydell2-4/+13
2020-09-07target/microblaze: Collected fixes for env->iflagsRichard Henderson4-9/+26
2020-09-07tests/qtest: do not list ahci-test twicePaolo Bonzini1-1/+0
2020-09-07gitlab: expand test coverage for crypto buildsDaniel P. Berrangé3-0/+71
2020-09-07crypto: fix build with gcrypt enabledDaniel P. Berrangé3-11/+38
2020-09-07gitlab-ci: Add cross-compiling build testsThomas Huth3-0/+115
2020-09-07stubs: Move qemu_fd_register stub to util/main-loop.cThomas Huth3-7/+4
2020-09-07stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stubThomas Huth4-12/+9
2020-09-07configure: Allow automatic WHPX detectionThomas Huth1-0/+1
2020-09-07dockerfiles/debian-win64-cross: Download WHPX MinGW headersThomas Huth1-1/+8
2020-09-07tests/Makefile: test-image-locking needs CONFIG_POSIXThomas Huth1-0/+2
2020-09-07tests: Fixes building test-util-filemonitor.c on msys2/mingwYonggang Luo1-1/+3
2020-09-07tests: fixes test-vmstate.c compile error on msys2Yonggang Luo1-2/+2
2020-09-06tests: handling signal on win32 properlyYonggang Luo1-0/+4
2020-09-06tests/docker: add python3-setuptools the docker imagesAlex Bennée2-0/+2
2020-09-06Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200904-pull-request' i...Peter Maydell4-26/+40
2020-09-06linux-user: Protect btrfs ioctl target definitionsFilip Bozuta1-0/+2
2020-09-06linux-user: fix ppc/termbits.hLaurent Vivier1-1/+1
2020-09-06linux-user: Map signal numbers in fcntlTimothy Baldwin1-2/+8
2020-09-05linux-user: Correctly start brk after executableTimothy E Baldwin1-4/+3
2020-09-05linux-user: Add support for ppoll_time64() and pselect6_time64()Filip Bozuta1-210/+250
2020-09-05Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200903' into stagingPeter Maydell3-67/+143
2020-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' into ...Peter Maydell9-76/+108
2020-09-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell6-1/+337
2020-09-04cirrus: handle wraparound in cirrus_invalidate_regionGerd Hoffmann1-3/+9
2020-09-04virtio-gpu: fix unmap the already mapped itemsLi Zhijian1-1/+4
2020-09-04ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé1-26/+26
2020-09-04ui: Add more mouse buttons to SPICEFrediano Ziglio1-0/+2
2020-09-04vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_stringPan Nengyuan1-0/+1
2020-09-04ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()Pan Nengyuan1-0/+11
2020-09-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...Peter Maydell7-9/+283
2020-09-03tcg: Implement 256-bit dup for tcg_gen_gvec_dup_memRichard Henderson1-3/+49
2020-09-03tcg: Eliminate one store for in-place 128-bit dup_memRichard Henderson1-2/+2
2020-09-03softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson1-1/+10
2020-09-03tcg: Fix tcg gen for vectorized absolute valueStephen Long1-2/+3
2020-09-03cputlb: Make store_helper less fragile to compiler optimizationsRichard Henderson1-59/+79