qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-01 21:13:15 to 2023-02-02 11:55:14 UTC [more...]

[PATCH v5 0/8] virtio-mem: Handle preallocation with migration
 2023-02-02 11:54 UTC  (18+ messages)
` [PATCH v5 1/8] migration/savevm: Move more savevm handling into vmstate_save()
` [PATCH v5 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
` [PATCH v5 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v5 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v5 5/8] migration/ram: Factor out check for advised postcopy
` [PATCH v5 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v5 7/8] virtio-mem: Migrate immutable properties early

[PATCH] target/arm: Fix physical address resolution for Stage2
 2023-02-02 11:46 UTC  (2+ messages)

[PATCH] hw/arm: Use TYPE_ARM_SMMUV3
 2023-02-02 11:45 UTC  (2+ messages)

An issue with x86 tcg and MMIO
 2023-02-02 11:39 UTC  (4+ messages)

[PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
 2023-02-02 11:34 UTC  (7+ messages)

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-02-02 11:30 UTC  (2+ messages)

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-02 11:27 UTC  (11+ messages)
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier
` [RFC v2 12/13] vdpa: preemptive kick at enable

[PATCH v6 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-02-02  7:52 UTC  (9+ messages)
` [PATCH v6 1/8] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v6 2/8] igb: handle PF/VF reset properly
` [PATCH v6 3/8] igb: add ICR_RXDW
` [PATCH v6 4/8] igb: implement VFRE and VFTE registers
` [PATCH v6 5/8] igb: check oversized packets for VMDq
` [PATCH v6 6/8] igb: respect E1000_VMOLR_RSSE
` [PATCH v6 7/8] igb: implement VF Tx and Rx stats
` [PATCH v6 8/8] igb: respect VMVIR and VMOLR for VLAN

[PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations
 2023-02-02 11:21 UTC  (13+ messages)
` [PATCH v1 1/5] migration/ram: Fix populate_read_range()
` [PATCH v1 2/5] migration/ram: Fix error handling in ram_write_tracking_start()
` [PATCH v1 3/5] migration/ram: Don't explicitly unprotect when unregistering uffd-wp
` [PATCH v1 4/5] migration/ram: Rely on used_length for uffd_change_protection()
` [PATCH v1 5/5] migration/ram: Optimize ram_write_tracking_start() for RamDiscardManager

[PULL 00/34] target-arm queue
 2023-02-02 11:07 UTC  (6+ messages)
` [PULL 08/34] hw/arm/virt: Let the virtio-iommu bypass MSIs

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-02-02 11:07 UTC  (6+ messages)
` [RFC v5 1/3] rcu: introduce rcu_read_is_locked()
` [RFC v5 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-02-02 11:05 UTC  (4+ messages)
` [PATCH v3 6/6] i386: Add "

[PATCH v5 00/20] Clean up includes
 2023-02-02 10:54 UTC  (9+ messages)
` [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message

[PATCH] accel/tcg: Complete cpu initialization before registration
 2023-02-02 10:53 UTC  (4+ messages)

Display update issue on M1 Macs
 2023-02-02 10:51 UTC  (11+ messages)

[PATCH v2 0/3] util/userfaultfd: Support /dev/userfaultfd
 2023-02-02 10:53 UTC  (7+ messages)
` [PATCH v2 1/3] linux-headers: Update to v6.1
` [PATCH v2 2/3] util/userfaultfd: Add uffd_open()
` [PATCH v2 3/3] util/userfaultfd: Support /dev/userfaultfd

[PULL 00/35] Testing, docs, semihosting and plugin updates
 2023-02-02 10:50 UTC  (4+ messages)

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-02 10:44 UTC  (3+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology

[PULL 0/5] Next patches
 2023-02-02 10:24 UTC  (4+ messages)
` [PULL 5/5] migration: simplify migration_iteration_run()

[PATCH v3] migration: Remove res_compatible parameter
 2023-02-02 10:12 UTC  (3+ messages)

[PULL 0/7] Python patches
 2023-02-02 10:09 UTC  (2+ messages)

[PATCH v3 0/3] Add gdbstub support to HVF
 2023-02-02 10:03 UTC  (6+ messages)
` [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts

[PATCH] vhost-user-fs: add capability to allow migration
 2023-02-02  9:59 UTC  (10+ messages)

[PATCH 00/18] Support smp.clusters for x86
 2023-02-02  9:49 UTC  (19+ messages)
` [PATCH 01/18] machine: Fix comment of machine_parse_smp_config()
` [PATCH 02/18] tests: Rename test-x86-cpuid.c to test-x86-apicid.c
` [PATCH 03/18] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH 04/18] i386/cpu: Fix number of addressable IDs in CPUID.04H
` [PATCH 05/18] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH 06/18] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH 07/18] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH 08/18] i386: Support module_id in X86CPUTopoIDs
` [PATCH 09/18] i386: Fix comment style in topology.h
` [PATCH 10/18] i386: Update APIC ID parsing rule to support module level
` [PATCH 11/18] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH 12/18] tests: Add test case of APIC ID for module level parsing
` [PATCH 13/18] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH 14/18] i386: Add cache topology info in CPUCacheInfo
` [PATCH 15/18] i386: Use CPUCacheInfo.share_level to encode CPUID[4].EAX[bits 25:14]
` [PATCH 16/18] i386: Fix NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH 17/18] i386: Use CPUCacheInfo.share_level to encode "
` [PATCH 18/18] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH 0/5] docs: expand block driver documentation
 2023-02-02  9:17 UTC  (6+ messages)
` [PATCH 2/5] docs: differentiate between block driver create and runtime opts
` [PATCH 3/5] docs: flesh out raw format driver description
` [PATCH 4/5] docs: flesh out qcow2 "
` [PATCH 5/5] docs: add throttle filter description

[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
 2023-02-02  9:10 UTC  (4+ messages)
` [SeaBIOS] "
    ` [SeaBIOS] "

[PATCH v5 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-02-02  8:28 UTC  (10+ messages)
` [PATCH v5 1/8] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v5 2/8] igb: handle PF/VF reset properly
` [PATCH v5 3/8] igb: add ICR_RXDW
` [PATCH v5 4/8] igb: implement VFRE and VFTE registers
` [PATCH v5 5/8] igb: check oversized packets for VMDq
` [PATCH v5 6/8] igb: respect E1000_VMOLR_RSSE
` [PATCH v5 7/8] igb: implement VF Tx and Rx stats
` [PATCH v5 8/8] igb: respect VMVIR and VMOLR for VLAN

qemu-x86_64: clang: RIP: 0010:sched_clock_cpu
 2023-02-02  8:21 UTC 

[PATCH 0/4] target/arm: Cache ARMVAParameters
 2023-02-02  7:52 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Flush only required tlbs for TCR_EL[12]
` [PATCH 2/4] target/arm: Store tbi for both insns and data in ARMVAParameters
` [PATCH 3/4] target/arm: Use FIELD for ARMVAParameters
` [PATCH 4/4] target/arm: Cache ARMVAParameters

[PATCH v3 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-02-02  7:24 UTC  (6+ messages)
` [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field

[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-02-02  7:20 UTC  (6+ messages)

[PATCH 1/9] Updated the FSF address in file hw/sh4/sh7750_regs.h
 2023-02-02  6:37 UTC  (2+ messages)

[PULL 00/11] Net patches
 2023-02-02  6:21 UTC  (12+ messages)
` [PULL 01/11] net: Move the code to collect available NIC models to a separate function
` [PULL 02/11] net: Restore printing of the help text with "-nic help"
` [PULL 03/11] net: Replace "Supported NIC models" with "Available NIC models"
` [PULL 04/11] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
` [PULL 05/11] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
` [PULL 06/11] net: Increase L2TPv3 buffer to fit jumboframes
` [PULL 07/11] vmnet: stop recieving events when VM is stopped
` [PULL 08/11] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
` [PULL 09/11] tests/qtest: netdev: test stream and dgram backends
` [PULL 10/11] net: stream: add a new option to automatically reconnect
` [PULL 11/11] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check

[PATCH 1/1] target/loongarch: LL.{W/D} need writes val to dest register after sign extension
 2023-02-02  5:51 UTC  (2+ messages)

[PATCH v2 00/23] vfio-user client
 2023-02-02  5:55 UTC  (24+ messages)
` [PATCH v2 01/23] vfio-user: introduce vfio-user protocol specification
` [PATCH v2 02/23] vfio-user: add VFIO base abstract class
` [PATCH v2 03/23] vfio-user: add container IO ops vector
` [PATCH v2 04/23] vfio-user: add region cache
` [PATCH v2 05/23] vfio-user: add device IO ops vector
` [PATCH v2 06/23] vfio-user: Define type vfio_user_pci_dev_info
` [PATCH v2 07/23] vfio-user: connect vfio proxy to remote server
` [PATCH v2 08/23] vfio-user: define socket receive functions
` [PATCH v2 09/23] vfio-user: define socket send functions
` [PATCH v2 10/23] vfio-user: get device info
` [PATCH v2 11/23] vfio-user: get region info
` [PATCH v2 12/23] vfio-user: region read/write
` [PATCH v2 13/23] vfio-user: pci_user_realize PCI setup
` [PATCH v2 14/23] vfio-user: get and set IRQs
` [PATCH v2 15/23] vfio-user: forward msix BAR accesses to server
` [PATCH v2 16/23] vfio-user: proxy container connect/disconnect
` [PATCH v2 17/23] vfio-user: dma map/unmap operations
` [PATCH v2 18/23] vfio-user: add dma_unmap_all
` [PATCH v2 19/23] vfio-user: no-mmap DMA support
` [PATCH v2 20/23] vfio-user: dma read/write operations
` [PATCH v2 21/23] vfio-user: pci reset
` [PATCH v2 22/23] vfio-user: add 'x-msg-timeout' option that specifies msg wait times
` [PATCH v2 23/23] vfio-user: add coalesced posted writes

[PATCH v1 00/24] vfio-user client
 2023-02-02  5:21 UTC  (12+ messages)
` [PATCH v1 04/24] vfio-user: add region cache
` [PATCH v1 09/24] vfio-user: define socket send functions
` [PATCH v1 14/24] vfio-user: get and set IRQs

[PATCH 00/10] Add basic ACPI support for risc-v virt
 2023-02-02  4:52 UTC  (11+ messages)
` [PATCH 01/10] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PATCH 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI
` [PATCH 03/10] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PATCH 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables
` [PATCH 05/10] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PATCH 06/10] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PATCH 07/10] hw/riscv: meson.build: Build virt-acpi-build.c
` [PATCH 08/10] hw/riscv/Kconfig: virt: Enable ACPI config options
` [PATCH 09/10] hw/riscv/virt.c: Initialize the ACPI tables
` [PATCH 10/10] MAINTAINERS: Add entry for RISC-V ACPI

Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
 2023-02-02  3:44 UTC  (12+ messages)

[PATCH v5 0/3] riscv_load_fdt() semantics change
 2023-02-02  2:03 UTC  (4+ messages)
` [PATCH v5 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics

[PATCH 00/14] linux-user/sparc: Handle missing traps
 2023-02-02  1:15 UTC  (16+ messages)
` [PATCH 01/14] linux-user/sparc: Raise SIGILL for all unhandled software traps
` [PATCH 02/14] linux-user/sparc: Tidy syscall trap
` [PATCH 03/14] linux-user/sparc: Use TT_TRAP for flush windows
` [PATCH 04/14] linux-user/sparc: Tidy window spill/fill traps
` [PATCH 05/14] linux-user/sparc: Fix sparc64_{get,set}_context traps
` [PATCH 06/14] linux-user/sparc: Handle software breakpoint trap
` [PATCH 07/14] linux-user/sparc: Handle division by zero traps
` [PATCH 08/14] linux-user/sparc: Handle getcc, setcc, getpsr traps
` [PATCH 09/14] linux-user/sparc: Handle priviledged opcode trap
` [PATCH 10/14] linux-user/sparc: Handle privilidged action trap
` [PATCH 11/14] linux-user/sparc: Handle coprocessor disabled trap
` [PATCH 12/14] linux-user/sparc: Handle unimplemented flush trap
` [PATCH 13/14] linux-user/sparc: Handle floating-point exceptions
` [PATCH 14/14] linux-user/sparc: Handle tag overflow traps

[PATCH v9 0/5] riscv: Allow user to set the satp mode
 2023-02-02  0:48 UTC  (3+ messages)
` [PATCH v9 3/5] "

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-02-02  0:46 UTC  (12+ messages)
` [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg

[PATCH v2] target/riscv: set tval for triggered watchpoints
 2023-02-02  0:42 UTC  (3+ messages)

[PATCH v9 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
 2023-02-02  0:28 UTC  (5+ messages)
` [PATCH v9 1/3] hw/riscv: clear kernel_entry higher bits from load_elf_ram_sym()

[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
 2023-02-02  0:26 UTC  (7+ messages)

[PATCH v2 0/2] mac_nvram: Add block backend to persist NVRAM contents
 2023-02-02  0:24 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mac_oldworld: Allow specifying nvram backing store

[PATCH 0/4] Misc macio clean ups
 2023-02-01 23:54 UTC  (5+ messages)
` [PATCH 4/4] hw/misc/macio: Return bool from functions taking errp

[PATCH] mac_nvram: Add block backend to persist NVRAM contents
 2023-02-01 23:27 UTC  (2+ messages)

[PATCH] target/riscv: Add RVV registers to log
 2023-02-01 21:30 UTC  (2+ messages)


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).