messages from 2023-05-29 12:24:14 to 2023-05-30 12:20:15 UTC [more...]
[PATCH 00/10] memory-device: Some cleanups
2023-05-30 12:19 UTC (14+ messages)
` [PATCH 01/10] memory-device: Unify enabled vs. supported error messages
` [PATCH 02/10] memory-device: Introduce memory_devices_init()
` [PATCH 03/10] hw/arm/virt: Use memory_devices_init()
` [PATCH 04/10] hw/ppc/spapr: "
` [PATCH 05/10] hw/loongarch/virt: "
` [PATCH 06/10] hw/i386/pc: "
` [PATCH 07/10] hw/i386/acpi-build: Rely on machine->device_memory when building SRAT
` [PATCH 08/10] hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE
` [PATCH 09/10] memory-device: Refactor memory_device_pre_plug()
` [PATCH 10/10] memory-device: Track used region size in DeviceMemoryState
[PATCH 0/5] meson: replace submodules with wrap files
2023-05-30 12:18 UTC (11+ messages)
` [PATCH 1/5] configure: remove --with-git= option
` [PATCH 2/5] configure: rename --enable-pypi to --enable-download, control subprojects too
` [PATCH 4/5] configure: check for SLOF submodule before building pc-bios/s390-ccw
[PATCH] Update copyright dates to 2023
2023-05-30 12:13 UTC (3+ messages)
[PATCH] Prepare bcm properties for videocore 4
2023-05-30 12:12 UTC (2+ messages)
[PATCH v5 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-05-30 12:10 UTC (19+ messages)
` [PATCH v5 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol
` [PATCH v5 6/9] migration: modified migration QAPIs to accept 'channels' argument for migration
[PATCH 0/3] arm/Kconfig: Some convenience changes
2023-05-30 12:07 UTC (2+ messages)
[PULL 00/21] Migration 20230530 patches
2023-05-30 11:54 UTC (22+ messages)
` [PULL 01/21] runstate: add runstate_get()
` [PULL 02/21] migration: never fail in global_state_store()
` [PULL 03/21] runstate: drop unused runstate_store()
` [PULL 04/21] migration: switch from .vm_was_running to .vm_old_state
` [PULL 05/21] migration: restore vmstate on migration failure
` [PULL 06/21] migration: Don't abuse qemu_file transferred for RDMA
` [PULL 07/21] migration/RDMA: It is accounting for zero/normal pages in two places
` [PULL 08/21] migration/rdma: Remove QEMUFile parameter when not used
` [PULL 09/21] migration/rdma: Don't use imaginary transfers
` [PULL 10/21] migration: Remove unused qemu_file_credit_transfer()
` [PULL 11/21] migration/rdma: Simplify the function that saves a page
` [PULL 12/21] migration: Create migrate_rdma()
` [PULL 13/21] migration/rdma: Unfold ram_control_before_iterate()
` [PULL 14/21] migration/rdma: Unfold ram_control_after_iterate()
` [PULL 15/21] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PULL 16/21] migration/rdma: Unfold hook_ram_load()
` [PULL 17/21] migration/rdma: Create rdma_control_save_page()
` [PULL 18/21] qemu-file: Remove QEMUFileHooks
` [PULL 19/21] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PULL 20/21] migration/rdma: Remove qemu_ prefix from exported functions
` [PULL 21/21] migration/rdma: Check sooner if we are in postcopy for save_page()
[PATCH v1 0/2] Add LoongArch cpu arch_id support
2023-05-30 11:53 UTC (4+ messages)
` [PATCH v1 1/2] hw/loongarch/virt: Add "
[PATCH 00/30] q800: add support for booting MacOS Classic
2023-05-30 11:29 UTC (28+ messages)
` [PATCH 01/30] q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
` [PATCH 02/30] q800: introduce Q800MachineState
` [PATCH 03/30] q800: rename q800_init() to q800_machine_init()
` [PATCH 04/30] q800: move CPU object into Q800MachineState
` [PATCH 05/30] q800: move ROM memory region to Q800MachineState
` [PATCH 06/30] q800: move GLUE device "
` [PATCH 07/30] q800: introduce mac-io container memory region
` [PATCH 08/30] q800: reimplement mac-io region aliasing using IO "
` [PATCH 09/30] q800: add djMEMC memory controller
` [PATCH 13/30] q800: allow accesses to RAM area even if less memory is available
` [PATCH 15/30] asc: generate silence if FIFO empty but engine still running
` [PATCH 17/30] q800: add easc bool machine class property to switch between ASC and EASC
` [PATCH 18/30] swim: add trace events for IWM and ISM registers
[PATCH v4 0/9] migration: Add switchover ack capability and VFIO precopy support
2023-05-30 11:06 UTC (15+ messages)
` [PATCH v4 2/9] migration: Implement switchover ack logic
` [PATCH v4 6/9] vfio/migration: Store VFIO migration flags in VFIOMigration
` [PATCH v4 7/9] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v4 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property
` [PATCH v4 9/9] vfio/migration: Add support for switchover ack capability
stable-8.0: block/export: call blk_set_dev_ops and Fix null pointer dereference in error path
2023-05-30 10:59 UTC (4+ messages)
[PATCH v2 0/5] gitlab: improvements to handling of stable staging branches
2023-05-30 10:56 UTC (3+ messages)
[PATCH] hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI
2023-05-30 10:43 UTC (2+ messages)
[PATCH v2 00/16] Migration: More migration atomic counters
2023-05-30 10:30 UTC (6+ messages)
` [PATCH v2 02/16] migration: Correct transferred bytes value
[PATCH v3] meson: Avoid implicit declaration of functions
2023-05-30 10:31 UTC
[PATCH 1/3] hw/ufs: Initial commit for emulated Universal-Flash-Storage
2023-05-30 10:17 UTC (5+ messages)
[PATCH v13 00/10] TCG code quality tracking
2023-05-30 10:08 UTC (8+ messages)
` [PATCH v13 01/10] accel/tcg: remove CONFIG_PROFILER
` [PATCH v13 04/10] accel/tcg: add jit stats and time to TBStatistics
[PATCH v3 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
2023-05-30 10:01 UTC (9+ messages)
` [PATCH v3 1/2] exec/ram_addr: return nr of dirty pages in cpu_physical_memory_set_dirty_lebitmap()
` [PATCH v3 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-05-30 9:54 UTC (12+ messages)
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
[PATCH] tcg: Add tlb_index_and_entry() function
2023-05-30 9:44 UTC (3+ messages)
[PATCH v14 00/10] TCG code quality tracking
2023-05-30 9:37 UTC (12+ messages)
` [PATCH v14 01/10] accel/tcg: remove CONFIG_PROFILER
` [PATCH v14 02/10] accel/tcg: introduce TBStatistics structure
` [PATCH v14 03/10] accel: collecting TB execution count
` [PATCH v14 04/10] accel/tcg: add jit stats and time to TBStatistics
` [PATCH v14 05/10] debug: add -d tb_stats to control TBStatistics collection:
` [PATCH v14 06/10] monitor: adding tb_stats hmp command
` [PATCH v14 07/10] tb-stats: reset the tracked TBs on a tb_flush
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)
` [PATCH v14 09/10] tb-stats: dump hot TBs at the end of the execution
` [PATCH v14 10/10] docs: add tb-stats how to
[PATCH v2] meson: Avoid implicit declaration of functions
2023-05-30 9:30 UTC (2+ messages)
[PATCH 3/4] Implement zero page checking using DSA
2023-05-30 9:26 UTC
stable-8.0.1 re-tagging?
2023-05-30 9:23 UTC (4+ messages)
[PATCH v2 0/2] Enfore multifd and postcopy preempt setting
2023-05-30 9:02 UTC (3+ messages)
` [PATCH v2 1/2] migration: enfocre multifd and postcopy preempt to be set before incoming
` [PATCH v2 2/2] qtest/migration-tests.c: use "-incoming defer" for postcopy tests
[PATCH v1] migration: fix migrate_params_test_apply to set the dest param correctly
2023-05-30 8:58 UTC (5+ messages)
[PATCH] igb: Add Function Level Reset to PF and VF
2023-05-30 8:30 UTC (8+ messages)
[PATCH 0/2] Vhost-vdpa Shadow Virtqueue Offloads support
2023-05-30 7:20 UTC (6+ messages)
` [PATCH 1/2] vdpa: Add vhost_vdpa_net_load_offloads
` [PATCH 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
[PATCH v5 0/2] block/blkio: support fd passing for virtio-blk-vhost-vdpa driver
2023-05-30 7:19 UTC (3+ messages)
` [PATCH v5 1/2] block/blkio: use qemu_open() to support fd passing for virtio-blk
` [PATCH v5 2/2] qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpa
[PATCH] hw/ppc/mac_newworld: Check for the availability of pci-ohci before using it
2023-05-30 5:18 UTC (4+ messages)
[PATCH v4 0/2] block/blkio: support fd passing for virtio-blk-vhost-vdpa driver
2023-05-30 5:02 UTC (8+ messages)
` [PATCH v4 1/2] block/blkio: use qemu_open() to support fd passing for virtio-blk
` [PATCH v4 2/2] qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpa
[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
2023-05-30 3:21 UTC (5+ messages)
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode
` [PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time
[PATCH v10 0/7] igb: packet-split descriptors support
2023-05-30 2:49 UTC (9+ messages)
` [PATCH v10 1/7] igb: remove TCP ACK detection
` [PATCH v10 2/7] igb: rename E1000E_RingInfo_st
` [PATCH v10 3/7] igb: RX descriptors guest writting refactoring
` [PATCH v10 4/7] igb: RX payload "
` [PATCH v10 5/7] igb: add IPv6 extended headers traffic detection
` [PATCH v10 6/7] igb: packet-split descriptors support
` [PATCH v10 7/7] e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffers
[PATCH 0/2] net: Update MemReentrancyGuard for NIC
2023-05-30 2:43 UTC (3+ messages)
` [PATCH 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
` [PATCH 2/2] net: Update MemReentrancyGuard for NIC
[PULL 00/10] ppc queue
2023-05-29 23:02 UTC (7+ messages)
[PULL 00/19] Ui patches
2023-05-29 21:29 UTC (2+ messages)
[PATCH 0/4] Add Intel Data Streaming Accelerator offloading
2023-05-29 18:24 UTC (6+ messages)
` [PATCH 1/4] Introduce new instruction set enqcmd/mmovdir64b to the build system
` [PATCH 2/4] Add dependency idxd
` [PATCH 3/4] Implement zero page checking using DSA
` [PATCH 4/4] Add QEMU command line argument to enable DSA offloading
[RFC] cxl: Multi-headed device design
2023-05-29 18:13 UTC (5+ messages)
[RFC PATCH 0/6] block: Make raw_co_get_allocated_file_size asynchronous
2023-05-29 17:47 UTC (4+ messages)
` [RFC PATCH 5/6] block: Allow bdrv_get_allocated_file_size to run in bdrv context
[PATCH] intel_iommu: Optimize out some unnecessary UNMAP calls
2023-05-29 17:00 UTC (8+ messages)
[PATCH 0/3] hw/smbios: Cleanup topology related variables
2023-05-29 16:43 UTC (4+ messages)
` [PATCH 1/3] hw/smbios: Fix smbios_smp_sockets caculation
` [PATCH 2/3] hw/smbios: Fix thread count in type4
` [PATCH 3/3] hw/smbios: Fix core "
[PATCH v5 0/5] parallels: Add duplication check, repair at open, fix bugs
2023-05-29 15:15 UTC (6+ messages)
` [PATCH v5 1/5] parallels: Incorrect data end calculation in parallels_open()
` [PATCH v5 2/5] parallels: Split image leak handling to separate check and fix helpers
` [PATCH v5 3/5] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v5 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v5 5/5] parallels: Image repairing in parallels_open()
[PATCH v2 0/2] vhost: release memory objects in an error path
2023-05-29 15:06 UTC (5+ messages)
` [PATCH v2 1/2] vhost: release memory_listener object in "
` [PATCH v2 2/2] vhost: release virtqueue objects "
[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
2023-05-29 14:26 UTC (3+ messages)
` [PATCH v3 03/14] nbd/server: Prepare for alternate-size headers
[PATCH v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
2023-05-29 14:05 UTC (3+ messages)
[PATCH] i386/WHPX: Fix error message when fail to set ProcessorCount
2023-05-29 12:43 UTC
[PATCH v2 00/17] Support smp.clusters for x86
2023-05-29 12:30 UTC (7+ messages)
` [PATCH v2 01/17] i386: Fix comment style in topology.h
` [PATCH v2 03/17] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v2 08/17] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v2 10/17] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v2 11/17] tests: Add test case of APIC ID for module level parsing
` [PATCH v2 12/17] hw/i386/pc: Support smp.clusters for x86 PC machine
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).