messages from 2023-10-03 23:39:57 to 2023-10-04 08:56:47 UTC [more...]
[PULL 00/63] virtio,pci: features, cleanups
2023-10-04 8:46 UTC (45+ messages)
` [PULL 01/63] pci: SLT must be RO
` [PULL 02/63] hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()
` [PULL 03/63] hw/virtio: Propagate page_mask to vhost_vdpa_section_end()
` [PULL 04/63] hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macro
` [PULL 05/63] hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()
` [PULL 06/63] hw/virtio: Build vhost-vdpa.o once
` [PULL 07/63] hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]
` [PULL 08/63] virtio: add vhost-user-base and a generic vhost-user-device
` [PULL 09/63] hw/virtio: add config support to vhost-user-device
` [PULL 10/63] virtio-net: do not reset vlan filtering at set_features
` [PULL 12/63] vdpa: Restore vlan filtering state
` [PULL 13/63] vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQ
` [PULL 14/63] virtio: don't zero out memory region cache for indirect descriptors
` [PULL 15/63] vdpa: use first queue SVQ state for CVQ default
` [PULL 16/63] vdpa: export vhost_vdpa_set_vring_ready
` [PULL 17/63] vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
` [PULL 19/63] vdpa: remove net cvq migration blocker
` [PULL 20/63] vhost: Add count argument to vhost_svq_poll()
` [PULL 21/63] qmp: remove virtio_list, search QOM tree instead
` [PULL 22/63] qmp: update virtio feature maps, vhost-user-gpio introspection
` [PULL 23/63] vhost-user: move VhostUserProtocolFeature definition to header file
` [PULL 25/63] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PULL 26/63] vhost-user: factor out "vhost_user_write_sync"
` [PULL 28/63] vhost-user: hoist "write_sync", "get_features", "get_u64"
` [PULL 31/63] hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routing
` [PULL 32/63] tests/acpi: Allow update of DSDT.cxl
` [PULL 33/63] hw/cxl: Add QTG _DSM support for ACPI0017 device
` [PULL 34/63] tests/acpi: Update DSDT.cxl with QTG DSM
` [PULL 36/63] hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callback
` [PULL 38/63] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
` [PULL 39/63] hw/i386: Remove now redundant TYPE_ACPI_GED_X86
` [PULL 40/63] hw/i386/acpi-build: Determine SMI command port just once
` [PULL 41/63] hw/acpi: Trace GPE access in all device models, not just PIIX4
` [PULL 42/63] hw/acpi/core: Trace enable and status registers of GPE separately
` [PULL 44/63] vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
` [PULL 46/63] hw/cxl: Add utility functions decoder interleave ways and target count
` [PULL 47/63] hw/cxl: Fix and use same calculation for HDM decoder block size everywhere
` [PULL 48/63] hw/cxl: Support 4 HDM decoders at all levels of topology
` [PULL 51/63] vdpa net: stop probing if cannot set features
` [PULL 53/63] amd_iommu: Fix APIC address check
` [PULL 57/63] virtio: use shadow_avail_idx while checking number of heads
` [PULL 58/63] virtio: remove unnecessary thread fence while reading next descriptor
` [PULL 60/63] util/uuid: add a hash function
` [PULL 61/63] hw/display: introduce virtio-dmabuf
[PATCH v2 0/3] migration-qtest: zero the first byte of each page on start
2023-10-04 8:53 UTC (5+ messages)
` [PATCH v2 1/3] i386/a-b-bootblock: factor test memory addresses out into constants
` [PATCH v2 2/3] i386/a-b-bootblock: zero the first byte of each page on start
[Stable-8.1.2 00/45] Patch Round-up for stable 8.1.2, freeze on 2023-10-14
2023-10-04 8:44 UTC (48+ messages)
` [Stable-8.1.2 01/45] hw/ppc: Introduce functions for conversion between timebase and nanoseconds
` [Stable-8.1.2 02/45] host-utils: Add muldiv64_round_up
` [Stable-8.1.2 03/45] hw/ppc: Round up the decrementer interval when converting to ns
` [Stable-8.1.2 04/45] hw/ppc: Avoid decrementer rounding errors
` [Stable-8.1.2 05/45] target/ppc: Sign-extend large decrementer to 64-bits
` [Stable-8.1.2 06/45] hw/ppc: Always store the decrementer value
` [Stable-8.1.2 07/45] hw/ppc: Reset timebase facilities on machine reset
` [Stable-8.1.2 08/45] hw/ppc: Read time only once to perform decrementer write
` [Stable-8.1.2 09/45] linux-user/hppa: clear the PSW 'N' bit when delivering signals
` [Stable-8.1.2 10/45] linux-user/hppa: lock both words of function descriptor
` [Stable-8.1.2 11/45] hw/cxl: Fix CFMW config memory leak
` [Stable-8.1.2 12/45] hw/cxl: Fix out of bound array access
` [Stable-8.1.2 13/45] file-posix: Clear bs->bl.zoned on error
` [Stable-8.1.2 14/45] file-posix: Check bs->bl.zoned for zone info
` [Stable-8.1.2 15/45] file-posix: Fix zone update in I/O error path
` [Stable-8.1.2 16/45] file-posix: Simplify raw_co_prw's 'out' zone code
` [Stable-8.1.2 17/45] tests/file-io-error: New test
` [Stable-8.1.2 18/45] include/exec: Widen tlb_hit/tlb_hit_page()
` [Stable-8.1.2 19/45] hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
` [Stable-8.1.2 20/45] target/arm: Don't skip MTE checks for LDRT/STRT at EL0
` [Stable-8.1.2 21/45] meson.build: Make keyutils independent from keyring
` [Stable-8.1.2 22/45] accel/tcg: mttcg remove false-negative halted assertion
` [Stable-8.1.2 23/45] hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
` [Stable-8.1.2 24/45] ui/vnc: fix debug output for invalid audio message
` [Stable-8.1.2 25/45] ui/vnc: fix handling of VNC_FEATURE_XVP
` [Stable-8.1.2 26/45] migration: Fix race that dest preempt thread close too early
` [Stable-8.1.2 27/45] migration: Fix possible race when setting rp_state.error
` [Stable-8.1.2 28/45] migration: Fix possible races when shutting down the return path
` [Stable-8.1.2 29/45] migration: Fix possible race when shutting down to_dst_file
` [Stable-8.1.2 30/45] migration: Remove redundant cleanup of postcopy_qemufile_src
` [Stable-8.1.2 31/45] migration: Consolidate return path closing code
` [Stable-8.1.2 32/45] migration: Replace the return path retry logic
` [Stable-8.1.2 33/45] migration: Move return path cleanup to main migration thread
` [Stable-8.1.2 34/45] softmmu: Use async_run_on_cpu in tcg_commit
` [Stable-8.1.2 35/45] accel/tcg: Avoid load of icount_decr if unused
` [Stable-8.1.2 36/45] accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop
` [Stable-8.1.2 37/45] accel/tcg: Track current value of can_do_io in the TB
` [Stable-8.1.2 38/45] accel/tcg: Improve setting of can_do_io at start of TB
` [Stable-8.1.2 39/45] accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
` [Stable-8.1.2 40/45] accel/tcg: Always require can_do_io
` [Stable-8.1.2 41/45] target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
` [Stable-8.1.2 42/45] optionrom: Remove build-id section
` [Stable-8.1.2 43/45] esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
` [Stable-8.1.2 44/45] esp: restrict non-DMA transfer length to that of available data
` [Stable-8.1.2 45/45] scsi-disk: ensure that FORMAT UNIT commands are terminated
[RFC PATCH 0/1] tests/migration-test: Allow testing older machine types
2023-10-04 8:45 UTC (6+ messages)
` [RFC PATCH 1/1] qtest/migration: Support more than one QEMU binary
[PATCH v4 00/20] q800: add support for booting MacOS Classic - part 2
2023-10-04 8:38 UTC (21+ messages)
` [PATCH v4 01/20] q800-glue.c: convert to Resettable interface
` [PATCH v4 02/20] q800: add djMEMC memory controller
` [PATCH v4 03/20] q800: add machine id register
` [PATCH v4 04/20] q800: implement additional machine id bits on VIA1 port A
` [PATCH v4 05/20] q800: add IOSB subsystem
` [PATCH v4 06/20] q800: allow accesses to RAM area even if less memory is available
` [PATCH v4 07/20] audio: add Apple Sound Chip (ASC) emulation
` [PATCH v4 08/20] asc: generate silence if FIFO empty but engine still running
` [PATCH v4 09/20] q800: add Apple Sound Chip (ASC) audio to machine
` [PATCH v4 10/20] q800: add easc bool machine class property to switch between ASC and EASC
` [PATCH v4 11/20] swim: add trace events for IWM and ISM registers
` [PATCH v4 12/20] swim: split into separate IWM and ISM register blocks
` [PATCH v4 13/20] swim: update IWM/ISM register block decoding
` [PATCH v4 14/20] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
` [PATCH v4 15/20] mac_via: workaround NetBSD ADB bus enumeration issue
` [PATCH v4 16/20] mac_via: implement ADB_STATE_IDLE state if shift register in input mode
` [PATCH v4 17/20] mac_via: always clear ADB interrupt when switching to A/UX mode
` [PATCH v4 18/20] q800: add ESCC alias at 0xc000
` [PATCH v4 19/20] q800: add alias for MacOS toolbox ROM at 0x40000000
` [PATCH v4 20/20] mac_via: extend timer calibration hack to work with A/UX
[PATCH] audio/ossaudio: Fix compiler warning with -Wshadow
2023-10-04 8:39 UTC
[PATCH] hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow
2023-10-04 8:25 UTC (3+ messages)
[PATCH v5 0/2] migration: Update error description outside migration.c
2023-10-04 8:23 UTC (5+ messages)
` [PATCH v5 2/2] "
[PATCH] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
2023-10-04 8:22 UTC
[PATCH v15 0/9] rutabaga_gfx + gfxstream
2023-10-04 8:19 UTC (3+ messages)
` [PATCH v15 6/9] gfxstream + rutabaga: add initial support for gfxstream
[PATCH] target/riscv/tcg: remove RVG warning
2023-10-04 8:13 UTC (2+ messages)
[PATCH v2 0/2] riscv, kvm: support KVM_GET_REG_LIST
2023-10-04 8:08 UTC (5+ messages)
` [PATCH v2 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PATCH v2 2/2] target/riscv/kvm: support KVM_GET_REG_LIST
[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-10-04 7:58 UTC (11+ messages)
` [PATCH v11 01/10] migration: New QAPI type 'MigrateAddress'
` [PATCH v11 02/10] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v11 03/10] migration: convert socket backend to accept MigrateAddress
` [PATCH v11 04/10] migration: convert rdma "
` [PATCH v11 05/10] migration: convert exec "
` [PATCH v11 06/10] migration: New migrate and migrate-incoming argument 'channels'
` [PATCH v11 07/10] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
` [PATCH v11 08/10] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v11 09/10] migration: Implement MigrateChannelList to hmp "
` [PATCH v11 10/10] migration: modify test_multifd_tcp_none() to use new QAPI syntax
[PATCH 0/1] CVE-2023-5088
2023-10-04 7:51 UTC (6+ messages)
` [PATCH 1/1] hw/ide/core: terminate in-flight DMA on IDE bus reset
[PULL 0/2] hex queue
2023-10-04 7:38 UTC (4+ messages)
` [PULL 1/2] target/hexagon: move GETPC() calls to top level helpers
` [PULL 2/2] target/hexagon: fix some occurrences of -Wshadow=local
[RFC] Proposal of QEMU PCI Endpoint test environment
2023-10-04 7:36 UTC
[PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel
2023-10-04 7:33 UTC (5+ messages)
` [PATCH v4 7/8] vdpa: Introduce cursors to vhost_vdpa_net_loadx()
` [PATCH v4 8/8] vdpa: Send cvq state load commands in parallel
[PATCH v8 0/5] Support x2APIC mode with TCG accelerator
2023-10-04 6:51 UTC (3+ messages)
[PATCH 00/10] tcg: Allow softmmu for user-only
2023-10-04 6:43 UTC (17+ messages)
` [PATCH 01/10] tcg: Introduce tcg_use_softmmu
` [PATCH 02/10] tcg: Provide guest_base fallback for system mode
` [PATCH 04/10] tcg/aarch64: Use tcg_use_softmmu
` [PATCH 06/10] tcg/loongarch64: "
` [PATCH 07/10] tcg/mips: "
` [PATCH 08/10] tcg/ppc: "
` [PATCH 09/10] tcg/riscv: "
` [PATCH 10/10] tcg/s390x: "
[PATCH v3] hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers being identical
2023-10-04 6:28 UTC (3+ messages)
[PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment
2023-10-04 6:25 UTC (2+ messages)
[PATCH] linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
2023-10-04 6:04 UTC (2+ messages)
[PATCH] xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device reset
2023-10-04 5:57 UTC
[PATCH] xlnx-versal-efuse: hw/nvram: Remove deprecated device reset
2023-10-04 5:53 UTC
[PATCH v3 00/15] Prerequisite changes for IOMMUFD support
2023-10-04 5:35 UTC (5+ messages)
` [PATCH v3 03/15] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PATCH v3 10/15] vfio/ccw: Use vfio_[attach/detach]_device
[PATCH v10 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-10-04 5:01 UTC (6+ messages)
[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
2023-10-04 4:49 UTC (4+ messages)
` [PATCH RESEND 09/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE_VCPU
[PATCH v2 0/3] vhost: clean up device reset
2023-10-04 2:07 UTC (5+ messages)
` [PATCH v2 1/3] vhost-user: do not send RESET_OWNER on "
` [PATCH v2 2/3] vhost-backend: remove vhost_kernel_reset_device()
` [PATCH v2 3/3] virtio: call ->vhost_reset_device() during reset
[PULL 0/5] Block patches
2023-10-04 1:18 UTC (7+ messages)
` [PULL 4/5] hw/ufs: Support for UFS logical unit
` Ping: "
[PULL 00/51] Bsd user mmap patches
2023-10-03 23:32 UTC (27+ messages)
` [PULL 01/51] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PULL 02/51] bsd-user: Define procctl(2) related structs
` [PULL 04/51] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PULL 11/51] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PULL 19/51] bsd-user: Implement get_filename_from_fd
` [PULL 20/51] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PULL 24/51] bsd-user: Implement setloginclass(2) and getloginclass(2) system calls
` [PULL 25/51] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PULL 26/51] bsd-user: Implement fork(2) and vfork(2) system calls
` [PULL 27/51] bsd-user: Implement rfork(2) system call
` [PULL 28/51] bsd-user: Implement pdfork(2) "
` [PULL 30/51] bsd-user: Implement struct target_shmid_ds
` [PULL 31/51] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions
` [PULL 32/51] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PULL 33/51] bsd-user: Implement shm_open2(2) system call
` [PULL 37/51] bsd-user: Implement ipc_perm conversion between host and target
` [PULL 39/51] bsd-user: Introduce bsd-mem.h to the source tree
` [PULL 40/51] bsd-user: Implement mmap(2) and munmap(2)
` [PULL 42/51] bsd-user: Implement msync(2)
` [PULL 43/51] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PULL 44/51] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PULL 45/51] bsd-user: Implement mincore(2)
` [PULL 46/51] bsd-user: Implement do_obreak function
` [PULL 47/51] bsd-user: Implement shm_open(2)
` [PULL 49/51] bsd-user: Implement shmctl(2)
` [PULL 50/51] bsd-user: Implement shmat(2) and shmdt(2)
[PATCH v2 0/5] hw/intc/apic: QOM cleanup
2023-10-03 23:41 UTC (3+ messages)
` [PATCH v2 3/5] hw/i386/apic: Simplify apic_get_class()
[PATCH v3 00/14] Cleanup deprecated audio features, take 2
2023-10-03 23:36 UTC (3+ messages)
` [PATCH v3 08/14] Introduce machine property "audiodev"
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).