summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGSPhilippe Mathieu-Daudé2024-03-091-1/+3
| * | hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé2024-03-098-18/+42
| * | hw/xen/xen_pt: Add missing licensePhilippe Mathieu-Daudé2024-03-091-0/+10
| * | hw/xen: Use target-agnostic qemu_target_page_bits()Philippe Mathieu-Daudé2024-03-091-2/+4
| * | hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé2024-03-094-12/+12
| * | hw/xen: Remove unnecessary xen_hvm_inject_msi() stubPhilippe Mathieu-Daudé2024-03-091-4/+0
| * | hw/pci/msi: Restrict xen_is_pirq_msi() call to XenPhilippe Mathieu-Daudé2024-03-091-1/+2
| * | system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'Philippe Mathieu-Daudé2024-03-091-1/+1
| * | sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLEPhilippe Mathieu-Daudé2024-03-091-1/+2
| * | sysemu/xen: Forbid using Xen headers in user emulationPhilippe Mathieu-Daudé2024-03-091-4/+4
| * | hw/i386: Rename kvmvapic.c -> vapic.cPhilippe Mathieu-Daudé2024-03-092-4/+3
* | | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-03-0913-57/+82
|\ \ \
| * | | docs/acpi/bits: add some clarity and details while also improving formatingAni Sinha2024-03-091-16/+39
| * | | hw/mem/cxl_type3: Fix problem with g_steal_pointer()Thomas Huth2024-03-092-15/+18
| * | | hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer()Thomas Huth2024-03-092-7/+9
| * | | hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat()Thomas Huth2024-03-091-2/+2
| * | | qerror: QERR_DEVICE_IN_USE is no longer used, dropMarkus Armbruster2024-03-091-3/+0
| * | | blockdev: Fix block_resize error reporting for op blockersMarkus Armbruster2024-03-091-2/+1
| * | | char: Slightly better error reporting when chardev is in useMarkus Armbruster2024-03-091-6/+7
| * | | make-release: switch to .xz format by defaultMichael Tokarev2024-03-091-1/+1
| * | | hw/scsi/lsi53c895a: Fix typo in commentBALATON Zoltan2024-03-091-1/+1
| * | | hw/vfio/pci.c: Make some structure staticFrediano Ziglio2024-03-091-2/+2
| * | | replay: Improve error messages about configuration conflictsMarkus Armbruster2024-03-092-2/+2
| |/ /
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-03-0914-84/+176
|\ \ \
| * | | gitlab-ci: add manual job to run CoverityPaolo Bonzini2024-03-083-0/+45
| * | | run-coverity-scan: add --check-upload-only optionPaolo Bonzini2024-03-081-17/+42
| * | | mips: do not list individual devices from configs/Paolo Bonzini2024-03-085-30/+25
| * | | oslib-posix: fix memory leak in touch_all_pagesPaolo Bonzini2024-03-081-2/+4
| * | | hw/intc/apic: fix memory leakPaolo Bonzini2024-03-081-4/+2
| * | | hw/scsi/lsi53c895a: stop script on phase mismatchSven Schnelle2024-03-081-4/+12
| * | | meson: Remove --warn-common ldflagAkihiko Odaki2024-03-081-5/+0
| * | | system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_a...Dmitrii Gavrilov2024-03-081-12/+11
| * | | hw/scsi/lsi53c895a: add timer to scripts processingSven Schnelle2024-03-082-10/+35
* | | | Merge tag 'pull-hv-balloon-20240308' of https://github.com/maciejsszmigiero/q...Peter Maydell2024-03-099-11/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero2024-03-087-0/+40
| * | | hv-balloon: define dm_hot_add_with_region to avoid Coverity warningMaciej S. Szmigiero2024-03-082-6/+13
| * | | hv-balloon: avoid alloca() usageMaciej S. Szmigiero2024-03-081-6/+4
| |/ /
* | | Merge tag 'darwin-20240305' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-082-308/+270
|\ \ \
| * | | ui/cocoa: Remove stretch_video flagAkihiko Odaki2024-03-051-13/+6
| * | | ui/cocoa: Call console_select() with the BQLAkihiko Odaki2024-03-051-1/+3
| * | | ui/cocoa: Make window resizableAkihiko Odaki2024-03-051-0/+3
| * | | ui/cocoa: Remove normalWindowAkihiko Odaki2024-03-051-16/+17
| * | | ui/cocoa: Let the platform toggle fullscreenAkihiko Odaki2024-03-051-227/+181
| * | | ui/cocoa: Fix pause label coordinatesAkihiko Odaki2024-03-051-2/+2
| * | | ui/cocoa: Scale with NSView instead of Core GraphicsAkihiko Odaki2024-03-051-14/+10
| * | | ui/cocoa: Release specific mouse buttonsAkihiko Odaki2024-03-051-21/+15
| * | | ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:]Akihiko Odaki2024-03-051-57/+30
| * | | ui/cocoa: Split [-QemuCocoaView handleEventLocked:]Akihiko Odaki2024-03-051-33/+49
| * | | ui/cocoa: Fix window clipping on macOS 14David Parsons2024-03-051-0/+7
| * | | ui/cocoa: add zoom-interpolation display optionCarwyn Ellis2024-03-052-2/+25