summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand2021-09-064-16/+35
| * | s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand2021-09-061-0/+3
| * | s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand2021-09-061-1/+1
| * | s390x/tcg: wrap address for RRBEDavid Hildenbrand2021-09-061-3/+4
| * | s390x/ioinst: Fix wrong MSCH alignment check on little endianDavid Hildenbrand2021-09-061-1/+1
| * | s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand2021-09-061-1/+14
| * | tests/tcg/s390x: Test SIGILL and SIGSEGV handlingIlya Leoshkevich2021-09-063-1/+257
| * | css: fix actl handling for unit exceptionsCornelia Huck2021-09-061-1/+2
| * | vfio-ccw: forward halt/clear errorsCornelia Huck2021-09-062-6/+36
* | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-09-074-56/+76
|\ \ \ | |_|/ |/| |
| * | block/nvme: Only report VFIO error on failed retryPhilippe Mathieu-Daudé2021-09-071-1/+7
| * | util/vfio-helpers: Let qemu_vfio_do_mapping() propagate ErrorPhilippe Mathieu-Daudé2021-09-071-4/+4
| * | util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directlyPhilippe Mathieu-Daudé2021-09-071-13/+10
| * | util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iovaPhilippe Mathieu-Daudé2021-09-071-10/+14
| * | util/vfio-helpers: Extract qemu_vfio_water_mark_reached()Philippe Mathieu-Daudé2021-09-071-1/+16
| * | util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()Philippe Mathieu-Daudé2021-09-073-16/+18
| * | block/nvme: Have nvme_create_queue_pair() report errors consistentlyPhilippe Mathieu-Daudé2021-09-071-0/+3
| * | util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()Philippe Mathieu-Daudé2021-09-071-4/+0
| * | util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé2021-09-071-6/+3
| * | util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()Philippe Mathieu-Daudé2021-09-071-2/+2
| * | block/nvme: Use safer trace format stringPhilippe Mathieu-Daudé2021-09-071-1/+1
* | | Merge remote-tracking branch 'remotes/mjt/tags/patch-fetch' into stagingPeter Maydell2021-09-071-8/+5
|\ \ \ | |_|/ |/| |
| * | qemu-sockets: fix unix socket path copy (again)Michael Tokarev2021-09-061-8/+5
|/ /
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-09-...Peter Maydell2021-09-0611-124/+192
|\ \ | |/ |/|
| * softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth2021-09-062-0/+13
| * softmmu/vl: Deprecate the old grab optionsThomas Huth2021-09-063-4/+24
| * softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth2021-09-062-4/+17
| * scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth2021-09-061-91/+0
| * configure / meson: Move the GBM handling to meson.buildThomas Huth2021-09-063-23/+10
| * meson.build: Don't use internal libfdt if the user requested the system libfdtThomas Huth2021-09-061-0/+2
| * meson.build: Fix the check for a usable libfdtThomas Huth2021-09-061-0/+1
| * gitlab-ci: Don't try to use the system libfdt in the debian jobThomas Huth2021-09-061-1/+0
| * libqtest: check for g_setenv() failurePeter Maydell2021-09-061-1/+3
| * docs: add definitions of terms for CI/testingWillian Rampazzo2021-09-062-0/+122
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-09-0540-213/+440
|\ \ | |/ |/|
| * vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0
| * vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang2021-09-041-1/+4
| * vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang2021-09-041-7/+6
| * vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang2021-09-041-0/+1
| * vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang2021-09-041-11/+0
| * vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang2021-09-041-4/+0
| * vhost_net: do not assume nvqs is always 2Jason Wang2021-09-045-1/+5
| * vhost: use unsigned int for nvqsJason Wang2021-09-041-1/+1
| * vhost_net: remove the meaningless assignment in vhost_net_start_one()Jason Wang2021-09-041-3/+0
| * vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang2021-09-041-2/+2
| * vhost-vdpa: remove unused variable "acked_features"Jason Wang2021-09-041-1/+0
| * tests/vhost-user-bridge.c: Fix typo in help messagePeter Maydell2021-09-041-1/+1
| * tests/vhost-user-bridge.c: Sanity check socket path lengthPeter Maydell2021-09-041-0/+5
| * hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang2021-09-041-1/+2
| * hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé2021-09-041-4/+2