qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 11:11:59 to 2023-01-12 17:54:41 UTC [more...]

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

[PATCH v3 0/1] Clean up includes
 2023-01-12 17:44 UTC  (16+ messages)
` [PATCH v3 1/1] include: Don't include qemu/osdep.h

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-12 17:45 UTC  (4+ messages)

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-01-12 17:24 UTC  (14+ messages)
` [RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
` [RFC v2 02/13] vdpa net: move iova tree creation from init to start
` [RFC v2 03/13] vdpa: copy cvq shadow_data from data vqs, not from x-svq
` [RFC v2 04/13] vdpa: rewind at get_base, not set_base
` [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
` [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
` [RFC v2 07/13] vdpa: "
` [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
` [RFC v2 09/13] vdpa: add feature_log parameter to vhost_vdpa
` [RFC v2 10/13] vdpa net: allow VHOST_F_LOG_ALL
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier
` [RFC v2 12/13] vdpa: preemptive kick at enable
` [RFC v2 13/13] vdpa: Conditionally expose _F_LOG in vhost_net devices

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-12 17:30 UTC  (13+ messages)
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event
` [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-12 17:21 UTC  (3+ messages)

[PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
 2023-01-12 17:16 UTC  (2+ messages)

[PATCH v4 0/3] block/rbd: Add support for layered encryption
 2023-01-12 17:12 UTC  (14+ messages)
` [PATCH v4 1/3] block/rbd: encryption nit fixes
` [PATCH v4 2/3] block/rbd: Add luks-any encryption opening option
` [PATCH v4 3/3] block/rbd: Add support for layered encryption

[PATCH 00/13] hw/arm: Cleanups before pflash refactor
 2023-01-12 17:04 UTC  (2+ messages)

[RFC PATCH] docs: add a proper feature overview in "About QEMU"
 2023-01-12 16:45 UTC  (2+ messages)

[PATCH v6 00/33] Consolidate PIIX south bridges
 2023-01-12 16:36 UTC  (21+ messages)
` [PATCH v6 09/33] hw/intc/i8259: Make using the isa_pic singleton more type-safe
` [PATCH v6 10/33] hw/intc/i8259: Introduce i8259 proxy TYPE_ISA_PIC
` [PATCH v6 13/33] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH v6 14/33] hw/isa/piix3: Create USB controller in host device
` [PATCH v6 15/33] hw/isa/piix3: Create power management "
` [PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
` [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v6 30/33] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4

[Capstone] Feedback request for new architecture updater
 2023-01-12 16:24 UTC 

building qemu on windows 11
 2023-01-12 16:21 UTC  (2+ messages)

[PATCH] tests/docker: Install flex in debian-tricore-cross
 2023-01-12 16:14 UTC  (2+ messages)

[PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
 2023-01-12 16:11 UTC  (2+ messages)

[PATCH v5 0/4] compare machine type compat_props
 2023-01-12 15:28 UTC  (5+ messages)
` [PATCH v5 1/4] qom: add default value
` [PATCH v5 2/4] python/qmp: increase read buffer size
` [PATCH v5 3/4] qmp: add dump machine type compatible properties
` [PATCH v5 4/4] scripts: add script to compare "

[PATCH 00/40] x86: fixing and cleaning up ACPI PCI code part 3
 2023-01-12 14:03 UTC  (41+ messages)
` [PATCH 01/40] tests: qtest: print device_add error before failing test
` [PATCH 02/40] tests: acpi: cleanup arguments to make them more readable
` [PATCH 03/40] tests: acpi: whitelist DSDT blobs for tests that use pci-bridges
` [PATCH 04/40] tests: acpi: extend pcihp with nested bridges
` [PATCH 05/40] tests: acpi: update expected blobs
` [PATCH 06/40] tests: acpi: cleanup use_uefi argument usage
` [PATCH 07/40] pci_bridge: remove whitespace
` [PATCH 08/40] x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignment
` [PATCH 09/40] pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
` [PATCH 10/40] pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled
` [PATCH 11/40] pci: acpihp: assign BSEL only to coldplugged bridges
` [PATCH 12/40] x86: pcihp: fix invalid AML PCNT calls to hotplugged bridges
` [PATCH 13/40] tests: boot_sector_test: avoid crashing if status is not available yet
` [PATCH 14/40] tests: acpi: extend bridge tests with hotplugged bridges
` [PATCH 15/40] tests: boot_sector_test(): make it multi-shot
` [PATCH 16/40] tests: acpi: add reboot cycle to bridge test
` [PATCH 17/40] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
` [PATCH 18/40] pcihp: drop pcihp_bridge_en dependency when composing PCNT method
` [PATCH 19/40] tests: acpi: update expected blobs
` [PATCH 20/40] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
` [PATCH 21/40] pcihp: compose PCNT callchain right before its user _GPE._E01
` [PATCH 22/40] pcihp: do not put empty PCNT in DSDT
` [PATCH 23/40] tests: acpi: update expected blobs
` [PATCH 24/40] whitelist DSDT before adding endpoint devices to bridge testcases
` [PATCH 25/40] tests: acpi: add endpoint devices to bridges
` [PATCH 26/40] tests: acpi: update expected blobs
` [PATCH 27/40] x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridges
` [PATCH 28/40] pci: acpi: wire up AcpiDevAmlIf interface to generic bridge
` [PATCH 29/40] pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
` [PATCH 30/40] pci: make sure pci_bus_is_express() won't error out with "discards ‘const’ qualifier"
` [PATCH 31/40] pcihp: isolate rule whether slot should be described in DSDT
` [PATCH 32/40] tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slots description
` [PATCH 33/40] pcihp: acpi: decouple hotplug and generic "
` [PATCH 34/40] tests: acpi: update expected blobs
` [PATCH 35/40] tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges
` [PATCH 36/40] pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slots
` [PATCH 37/40] tests: acpi: update expected blobs
` [PATCH 38/40] tests: acpi: whitelist DSDT before moving non-hotpluggble slots description from hotplug path
` [PATCH 39/40] pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug path
` [PATCH 40/40] tests: acpi: update expected blobs

[PULL v2 00/29] Misc patches for 2023-01-10
 2023-01-12 15:42 UTC  (4+ messages)
` [PULL v2 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
` [PULL v2 14/29] enforce use of G_GNUC_PRINTF attributes

[PATCH v2 0/8] QEMU CXL Provide mock CXL events and irq support
 2023-01-12 15:34 UTC  (3+ messages)
` [PATCH v2 8/8] hw/cxl/events: Add in inject general media event

[PATCH v4 0/3] tcg: add perfmap and jitdump
 2023-01-12 15:20 UTC  (4+ messages)
` [PATCH v4 1/3] linux-user: Clean up when exiting due to a signal
` [PATCH v4 2/3] accel/tcg: Add debuginfo support
` [PATCH v4 3/3] tcg: add perfmap and jitdump

[PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
 2023-01-12 15:33 UTC  (2+ messages)

[RFC PATCH v2 00/19] target/arm: Allow CONFIG_TCG=n builds
 2023-01-12 14:55 UTC  (12+ messages)
` [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only

[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
 2023-01-12 15:13 UTC  (10+ messages)
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview

[RFC] Reducing NEED_CPU_H usage
 2023-01-12 15:28 UTC  (3+ messages)

[PATCH v6 00/13] vfio/migration: Implement VFIO migration protocol v2
 2023-01-12 14:43 UTC  (3+ messages)
` [PATCH v6 05/13] migration/qemu-file: Add qemu_file_get_to_fd()

[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-01-12 15:01 UTC  (6+ messages)
` [PATCH v2 1/5] parallels: Incorrect data end calculation in parallels_open()
` [PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers
` [PATCH v2 3/5] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v2 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v2 5/5] parallels: Image repairing in parallels_open()

tricore-debian-cross-container CI job failing
 2023-01-12 14:30 UTC  (2+ messages)

[PATCH 00/26] current maintainer trees (testing/semihosting/plugins)
 2023-01-12 14:26 UTC  (9+ messages)
` [PATCH 02/26] gitlab: add FF_SCRIPT_SECTIONS for timings
` [PATCH 04/26] tests/unit: drop hacky race avoidance in test-io-channel-command
` [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation

[PATCH v2] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
 2023-01-12 14:34 UTC 

[PATCH v2 0/7] target/arm: Introduce aarch64_set_svcr
 2023-01-12 14:20 UTC  (2+ messages)

[PATCH] target/arm: Introduce aarch64_set_svcr
 2023-01-12 14:20 UTC  (3+ messages)

[PATCH v4] riscv: Allow user to set the satp mode
 2023-01-12 13:55 UTC  (3+ messages)

[PULL 0/6] hw/nvme updates
 2023-01-12 13:51 UTC  (2+ messages)

[PATCH 0/7] Trivial: Mark some more files as target-independant
 2023-01-12 13:49 UTC  (8+ messages)
` [PATCH 1/7] hw/display: Move omap_lcdc.c out of target-specific source set
` [PATCH 2/7] hw/intc: Move some files out of the "
` [PATCH 3/7] hw/tpm: Move tpm_ppi.c out of "
` [PATCH 4/7] hw/arm: Move various units to softmmu_ss[]
` [PATCH 5/7] hw/cpu: Mark arm11 and realview mpcore as target-independent code
` [PATCH 6/7] hw/intc: Mark more interrupt-controller files as target independent
` [PATCH 7/7] hw/usb: Mark the XLNX_VERSAL-related files as target-independent

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-12 13:24 UTC  (4+ messages)
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()

[PATCH] remove unnecessary extern "C" blocks
 2023-01-12 13:17 UTC  (7+ messages)

[PATCH v2] scripts/archive-source: Use GNU tar on Darwin
 2023-01-12 12:20 UTC  (5+ messages)

[PATCH] virtio-rng-pci: fix migration compat for vectors
 2023-01-12 12:05 UTC  (2+ messages)

[PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
 2023-01-12 12:00 UTC  (2+ messages)

[PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
 2023-01-12 11:57 UTC  (2+ messages)

qemu-system-i386 and general protection
 2023-01-12 11:48 UTC  (2+ messages)

Questions about how block devices use snapshots
 2023-01-12 11:47 UTC  (6+ messages)

[PATCH 00/31] Introduce igb
 2023-01-12 10:52 UTC  (11+ messages)
` [PATCH 03/31] fsl_etsec: Use hw/net/mii.h
` [PATCH 07/31] e1000: Use more constant definitions
` [PATCH 14/31] e1000e: Configure ResettableClass
` [PATCH 16/31] e1000e: Set MII_ANER_NWAY
` [PATCH 18/31] tests/qtest/libqos/e1000e: Remove duplicate register definitions

[PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
 2023-01-12 11:03 UTC  (3+ messages)

[PATCH v4 0/4] compare machine type compat_props
 2023-01-12 10:14 UTC  (4+ messages)
` [PATCH v4 4/4] scripts: add script to compare compatible properties

[PATCH v2 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-12 10:26 UTC  (4+ messages)
` [PATCH v2 1/8] hw/mem/cxl_type3: Improve error handling in realize()
` [PATCH v2 4/8] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
` [PATCH v2 6/8] qemu/bswap: Add const_le64()


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