You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/display
Stefan Hajnoczi 7389992c84 Memory pull request for 10.0
v2 changelog:
 
 - Fix Mac (and possibly some other) build issues for two patches
   - os: add an ability to lock memory on_fault
   - memory: pass MemTxAttrs to memory_access_is_direct()
 
 List of features:
 
 - William's fix on ram hole punching when with file offset
 - Daniil's patchset to introduce mem-lock=on-fault
 - William's hugetlb hwpoison fix for size report & remap
 - David's series to allow qemu debug writes to MMIOs
 -----BEGIN PGP SIGNATURE-----
 
 iIgEABYKADAWIQS5GE3CDMRX2s990ak7X8zN86vXBgUCZ6zcQBIccGV0ZXJ4QHJl
 ZGhhdC5jb20ACgkQO1/MzfOr1wbL3wEAqx94NpB/tEEBj6WXE3uV9LqQ0GCTYmV+
 MbM51Vep8ksA/35yFn3ltM2yoSnUf9WJW6LXEEKhQlwswI0vChQERgkE
 =++O1
 -----END PGP SIGNATURE-----

Merge tag 'mem-next-pull-request' of https://gitlab.com/peterx/qemu into staging

Memory pull request for 10.0

v2 changelog:

- Fix Mac (and possibly some other) build issues for two patches
  - os: add an ability to lock memory on_fault
  - memory: pass MemTxAttrs to memory_access_is_direct()

List of features:

- William's fix on ram hole punching when with file offset
- Daniil's patchset to introduce mem-lock=on-fault
- William's hugetlb hwpoison fix for size report & remap
- David's series to allow qemu debug writes to MMIOs

# -----BEGIN PGP SIGNATURE-----
#
# iIgEABYKADAWIQS5GE3CDMRX2s990ak7X8zN86vXBgUCZ6zcQBIccGV0ZXJ4QHJl
# ZGhhdC5jb20ACgkQO1/MzfOr1wbL3wEAqx94NpB/tEEBj6WXE3uV9LqQ0GCTYmV+
# MbM51Vep8ksA/35yFn3ltM2yoSnUf9WJW6LXEEKhQlwswI0vChQERgkE
# =++O1
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 13 Feb 2025 01:37:04 HKT
# gpg:                using EDDSA key B9184DC20CC457DACF7DD1A93B5FCCCDF3ABD706
# gpg:                issuer "peterx@redhat.com"
# gpg: Good signature from "Peter Xu <xzpeter@gmail.com>" [full]
# gpg:                 aka "Peter Xu <peterx@redhat.com>" [full]
# Primary key fingerprint: B918 4DC2 0CC4 57DA CF7D  D1A9 3B5F CCCD F3AB D706

* tag 'mem-next-pull-request' of https://gitlab.com/peterx/qemu:
  overcommit: introduce mem-lock=on-fault
  system: introduce a new MlockState enum
  system/vl: extract overcommit option parsing into a helper
  os: add an ability to lock memory on_fault
  system/physmem: poisoned memory discard on reboot
  system/physmem: handle hugetlb correctly in qemu_ram_remap()
  physmem: teach cpu_memory_rw_debug() to write to more memory regions
  hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()
  memory: pass MemTxAttrs to memory_access_is_direct()
  physmem: disallow direct access to RAM DEVICE in address_space_write_rom()
  physmem: factor out direct access check into memory_region_supports_direct_access()
  physmem: factor out RAM/ROMD check in memory_access_is_direct()
  physmem: factor out memory_region_is_ram_device() check in memory_access_is_direct()
  system/physmem: take into account fd_offset for file fallocate

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
4 days ago
..
Kconfig hw/display/apple-gfx: Adds PCI implementation 2 months ago
acpi-vga-stub.c acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors 2 years ago
acpi-vga.c acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors 2 years ago
apple-gfx-mmio.m hw/display/apple-gfx: Adds configurable mode list 2 months ago
apple-gfx-pci.m hw/display/apple-gfx: Adds configurable mode list 2 months ago
apple-gfx.h hw/display/apple-gfx: Adds configurable mode list 2 months ago
apple-gfx.m memory: pass MemTxAttrs to memory_access_is_direct() 1 week ago
artist.c artist: Allow disabling artist on command line 3 weeks ago
ati.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
ati_2d.c hw/display/ati: allow compiling without PIXMAN 1 year ago
ati_dbg.c ati-vga: Add 30 bit palette access register 1 year ago
ati_int.h ati-vga: Implement fallback for pixman routines 1 year ago
ati_regs.h ati-vga: Add 30 bit palette access register 1 year ago
bcm2835_fb.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
bochs-display.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
cg3.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
cirrus_vga.c Accel & Exec patch queue 2 months ago
cirrus_vga_internal.h
cirrus_vga_isa.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
cirrus_vga_rop.h
cirrus_vga_rop2.h
dm163.c hw/display: Fix mirrored output in dm163 5 months ago
dpcd.c hw: Use device_class_set_legacy_reset() instead of opencoding 5 months ago
edid-generate.c edid: Fix clock of Detailed Timing Descriptor 3 years ago
edid-region.c
exynos4210_fimd.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
framebuffer.c
framebuffer.h
g364fb.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
i2c-ddc.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
jazz_led.c hw: Use device_class_set_legacy_reset() instead of opencoding 5 months ago
macfb.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
meson.build hw/display/apple-gfx: Adds PCI implementation 2 months ago
next-fb.c hw/display/next-fb: Fix comment typo 2 years ago
omap_lcdc.c hw/arm/omap: Drop useless casts from void * to pointer 2 years ago
pl110.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
pl110_template.h Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
qxl-logger.c hw/display/qxl: Pass requested buffer size to qxl_phys2virt() 2 years ago
qxl-render.c include: Rename sysemu/ -> system/ 2 months ago
qxl.c hw/display/qxl: Do not use C99 // comments 2 months ago
qxl.h Replace "iothread lock" with "BQL" in comments 1 year ago
ramfb-standalone.c hw/display: Have RAMFB device inherit from DYNAMIC_SYS_BUS_DEVICE 6 days ago
ramfb-stubs.c ramfb: move stubs out of stubs/ 10 months ago
ramfb.c include: Rename sysemu/ -> system/ 2 months ago
sii9022.c hw: Use device_class_set_legacy_reset() instead of opencoding 5 months ago
sm501.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
ssd0303.c hw/display: Constify VMState 1 year ago
ssd0323.c hw/display: Constify VMState 1 year ago
tcx.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
trace-events hw/display/apple-gfx: Adds configurable mode list 2 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
vga-access.h vga: move access helpers to separate include file 6 years ago
vga-helpers.h vga: optimize horizontal pel panning in 256-color modes 1 year ago
vga-isa.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
vga-mmio.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
vga-pci.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
vga.c include: Rename sysemu/ -> system/ 2 months ago
vga_int.h display: remove GraphicHwOps from typedefs.h 10 months ago
vga_regs.h vga: sort-of implement word and double-word access modes 1 year ago
vhost-user-gpu-pci.c modules: introduces module_kconfig directive 3 years ago
vhost-user-gpu.c virtio-gpu: Add definition for resource_uuid feature 1 month ago
vhost-user-vga.c modules: introduces module_kconfig directive 3 years ago
virtio-dmabuf.c hw/display: fix memleak from virtio_add_resource 1 year ago
virtio-gpu-base.c virtio-gpu: Add definition for resource_uuid feature 1 month ago
virtio-gpu-gl.c Accel & Exec patch queue 2 months ago
virtio-gpu-pci-gl.c modules: introduces module_kconfig directive 3 years ago
virtio-gpu-pci-rutabaga.c virtio-gpu-rutabaga: Add empty interface to fix arm64 crash 1 year ago
virtio-gpu-pci.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
virtio-gpu-rutabaga.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
virtio-gpu-udmabuf-stubs.c virtio-gpu: splitting one extended mode guest fb into n-scanouts 3 years ago
virtio-gpu-udmabuf.c include: Rename sysemu/ -> system/ 2 months ago
virtio-gpu-virgl.c hw/display: factor out the scanout blob to fb conversion 3 months ago
virtio-gpu.c Accel & Exec patch queue 2 months ago
virtio-vga-gl.c modules: introduces module_kconfig directive 3 years ago
virtio-vga-rutabaga.c gfxstream + rutabaga: add initial support for gfxstream 1 year ago
virtio-vga.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
virtio-vga.h hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase reset 2 years ago
vmware_vga.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
xenfb.c include: Rename sysemu/ -> system/ 2 months ago
xlnx_dp.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago