qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-02 21:36:36 to 2023-01-04 12:04:12 UTC [more...]

[RFC PATCH v5 00/52] Xen support under KVM
 2023-01-04 12:01 UTC  (10+ messages)
` [RFC PATCH v5 14/52] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v5 21/52] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v5 50/52] hw/xen: Add backend implementation of interdomain event channel support
` [RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation

[PATCH 0/5] s390x/pv: Improve protected VM support
 2023-01-04 11:51 UTC  (6+ messages)
` [PATCH 1/5] confidential guest support: Introduce a 'check' class handler
` [PATCH 2/5] s390x/pv: Implement CGS check handler
` [PATCH 3/5] s390x/pv: Check for support on the host
` [PATCH 4/5] s390x/pv: Introduce a s390_pv_check() helper for runtime
` [PATCH 5/5] s390x/pv: Move check on hugepage under s390_pv_guest_check()

[PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
 2023-01-04 11:46 UTC 

[PATCH] tests/qemu-iotests/262: Check for availability of "blkverify" first
 2023-01-04 11:28 UTC 

[PATCH v6 0/2] check magic value for deciding the mapping of channels
 2023-01-04 10:52 UTC  (2+ messages)

[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
 2023-01-04 10:38 UTC  (7+ messages)

IO port write width clamping differs between TCG and KVM
 2023-01-04 10:21 UTC  (6+ messages)

[PATCH 1/1] qemu-iotests/stream-under-throttle: do not shutdown QEMU
 2023-01-04 10:10 UTC  (3+ messages)

[PATCH v4 0/2] Refactoring: expand usage of TFR() macro
 2023-01-04  9:47 UTC  (3+ messages)

[PULL v2 00/45] riscv-to-apply queue
 2023-01-04  9:38 UTC  (4+ messages)
` [PULL v2 03/45] hw/ssi/ibex_spi: implement `FIELD32_1CLEAR` macro

[PATCH 0/6] mc146818rtc related clean-ups and improvements
 2023-01-04  8:55 UTC  (16+ messages)
` [PATCH 1/6] hw/i386/pc: Create RTC controllers in south bridges
` [PATCH 2/6] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH 3/6] hw/intc: Extract the IRQ counting functions into a separate file
` [PATCH 4/6] hw/rtc/mc146818rtc: Add a property for the availability of the slew tick policy
` [PATCH 5/6] hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
` [PATCH 6/6] softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818

[PATCH 0/6] hw/arm: Fix smpboot[] on big-endian hosts and remove tswap32()
 2023-01-04  8:43 UTC  (5+ messages)
` [PATCH 1/6] hw/arm/aspeed: Fix smpboot[] on big-endian hosts

[PATCH v2] Hexagon (target/hexagon) implement mutability mask for GPRs
 2023-01-04  8:28 UTC  (5+ messages)

[PULL v2 0/6] testing updates
 2023-01-04  8:26 UTC  (4+ messages)

[PATCH 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-01-04  8:18 UTC  (13+ messages)
` [PATCH 1/6] include/hw/xen/xen: Make xen_piix3_set_irq() generic and rename it
` [PATCH 2/6] hw/isa/piix: Reuse piix3_realize() in piix3_xen_realize()
` [PATCH 3/6] hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3
` [PATCH 4/6] hw/isa/piix: Avoid Xen-specific variant of piix_write_config()
` [PATCH 5/6] hw/isa/piix: Resolve redundant k->config_write assignments

[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
 2023-01-04  7:39 UTC  (11+ messages)
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview
    ` [External] "
` [RFC v4 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH] hw/pci: Display correct size for unmapped BARs in HMP 'info pci'
 2023-01-04  7:29 UTC  (5+ messages)

[PATCH v3] intel-iommu: Document iova_tree
 2023-01-04  4:15 UTC  (6+ messages)

[PATCH v5 0/3] Add irq number property for loongarch pch interrupt controller
 2023-01-04  2:05 UTC  (4+ messages)
` [PATCH v5 1/3] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v5 2/3] hw/intc/loongarch_pch_pic: "
` [PATCH v5 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller

[RFC PATCH 00/40] Toward class init of cpu features
 2023-01-04  0:01 UTC  (43+ messages)
` [RFC PATCH 01/40] qdev: Don't always force the global property array non-null
` [RFC PATCH 02/40] qom: Introduce class_late_init
` [RFC PATCH 03/40] qom: Create class properties
` [RFC PATCH 04/40] target/arm: Remove aarch64_cpu_finalizefn
` [RFC PATCH 05/40] target/arm: Create arm_cpu_register_parent
` [RFC PATCH 06/40] target/arm: Remove AArch64CPUClass
` [RFC PATCH 07/40] target/arm: Create TYPE_ARM_V7M_CPU
` [RFC PATCH 08/40] target/arm: Pass ARMCPUClass to ARMCPUInfo.class_init
` [RFC PATCH 09/40] target/arm: Utilize arm-cpu instance_post_init hook
` [RFC PATCH 10/40] target/arm: Copy dtb_compatible from ARMCPUClass
` [RFC PATCH 11/40] target/arm: Copy features "
` [RFC PATCH 12/40] target/arm: Copy isar and friends "
` [RFC PATCH 13/40] hw/arm/bcm2836: Set mp-affinity property in realize
` [RFC PATCH 14/40] target/arm: Rename arm_cpu_mp_affinity
` [RFC PATCH 15/40] target/arm: Create arm_cpu_mp_affinity
` [RFC PATCH 16/40] target/arm: Represent the entire MPIDR_EL1
` [RFC PATCH 17/40] target/arm: Copy cp_regs from ARMCPUClass
` [RFC PATCH 18/40] target/arm: Create cpreg definition functions with GHashTable arg
` [RFC PATCH 19/40] target/arm: Move most cpu initialization to the class
` [RFC PATCH 20/40] target/arm: Merge kvm64.c with kvm.c
` [RFC PATCH 21/40] target/arm: Remove aarch64 check from aarch64_host_object_init
` [RFC PATCH 22/40] target/arm: Hoist feature and dtb_compatible from KVM, HVF
` [RFC PATCH 23/40] target/arm: Probe KVM host into ARMCPUClass
` [RFC PATCH 24/40] target/arm/hvf: Probe "
` [RFC PATCH 25/40] target/arm/hvf: Use offsetof in hvf_arm_get_host_cpu_features
` [RFC PATCH 26/40] target/arm: Rename 'cpu' to 'acc' in class init functions
` [RFC PATCH 27/40] target/arm: Split out strongarm_class_init
` [RFC PATCH 28/40] target/arm: Split out xscale*_class_init
` [RFC PATCH 29/40] target/arm: Remove m-profile has_vfp and has_dsp properties
` [RFC PATCH 30/40] target/arm: Move feature bit propagation to class init
` [RFC PATCH 31/40] target/arm: Get and set class properties in the monitor
` [RFC PATCH 32/40] target/arm: Move "midr" to class property
` [RFC PATCH 33/40] target/arm: Move "cntfrq" "
` [RFC PATCH 34/40] target/arm: Move "reset-hivecs" "
` [RFC PATCH 35/40] target/arm: Move "has_el2" "
` [RFC PATCH 36/40] target/arm: Move "has_el3" "
` [RFC PATCH 37/40] target/arm: Move "cfgend" "
` [RFC PATCH 38/40] target/arm: Move "vfp" and "neon" to class properties
` [RFC PATCH 39/40] target/arm: Move "has-mpu" and "pmsav7-dregion" "
` [RFC PATCH 40/40] target/arm: Move "pmu" to class property

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-03 23:06 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH v6] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-03 22:58 UTC  (7+ messages)

[PATCH] Windows installer: keep dependency cache
 2023-01-03 22:13 UTC 

[PATCH] memory: Do not print MR priority in flatview HMP output
 2023-01-03 21:48 UTC  (2+ messages)

[PATCH] Update scripts/meson-buildoptions.sh
 2023-01-03 19:31 UTC  (8+ messages)

[PATCH 0/2] hw/intc/arm_gicv3: Bump ITT entry size to 16
 2023-01-03 19:30 UTC  (3+ messages)

[RFC v4 0/3] CXL Type-3 Volatile Memory Support
 2023-01-03 18:15 UTC  (11+ messages)
` [RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v2 0/8] QEMU CXL Provide mock CXL events and irq support
 2023-01-03 18:07 UTC  (9+ messages)
` [PATCH v2 3/8] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
` [PATCH v2 4/8] hw/cxl/events: Add event status register
` [PATCH v2 7/8] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v2 8/8] hw/cxl/events: Add in inject general media event

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2023-01-03 16:13 UTC  (10+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
 2023-01-03 15:54 UTC  (4+ messages)
` [PATCH v5 04/14] vfio/migration: Fix NULL pointer dereference bug

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2023-01-03 15:52 UTC  (9+ messages)
` [PATCH v2 01/11] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH v2 02/11] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers

[RFC PATCH] docs: add some details about compilation units to coding style
 2023-01-03 15:35 UTC  (2+ messages)

[PATCH v4] tests/qtest: netdev: test stream and dgram backends
 2023-01-03 14:46 UTC  (3+ messages)

[PATCH v2] net: stream: add a new option to automatically reconnect
 2023-01-03 14:44 UTC  (3+ messages)

[PATCH v2 0/1] tcg: add perfmap and jitdump
 2023-01-03 12:36 UTC  (2+ messages)
` PING: "

[PULL 00/24] QEMU patches for 2022-12-21
 2023-01-03 13:34 UTC  (2+ messages)

[PATCH v2] i386: Deprecate the -no-hpet QEMU command line option
 2023-01-03 12:51 UTC  (3+ messages)

[PATCH 00/10] Various win32 fixes & new 'get-win32-socket' QMP command
 2023-01-03 12:46 UTC  (20+ messages)
` [PATCH 01/10] ccid-card-emulated: fix cast warning/error
` [PATCH 02/10] tests: fix path separator, use g_build_filename()
` [PATCH 03/10] tests: fix test-io-channel-command on win32
` [PATCH 04/10] tests/docker: fix a win32 error due to portability
` [PATCH 05/10] tests/readconfig: spice doesn't support unix socket on windows yet
` [PATCH 06/10] osdep: implement qemu_socketpair() for win32
` [PATCH 07/10] qmp: 'add_client' actually expects sockets
` [PATCH 08/10] qmp: add 'get-win32-socket'
` [PATCH 09/10] libqtest: make qtest_qmp_add_client work on win32
` [PATCH 10/10] qtest: enable vnc-display test "

[PATCH v1 0/2] s390x/pv: Add support for asynchronous teardown for reboot
 2023-01-03 11:51 UTC  (5+ messages)
` [PATCH v1 2/2] "

[PATCH] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
 2023-01-03 11:38 UTC 

can we reduce the time taken for the msys2 jobs?
 2023-01-03 10:29 UTC  (3+ messages)

[PATCH v4 00/30] This series consolidates the implementations of the PIIX3 and PIIX4 south
 2023-01-03  8:52 UTC  (7+ messages)
` [PATCH v4 08/30] hw/i386/pc: Create RTC controllers in south bridges
` [PATCH v4 09/30] hw/i386/pc: No need for rtc_state to be an out-parameter

[for-8.0 v2 00/11] Refactor cryptodev
 2023-01-03  6:14 UTC  (4+ messages)
  `  "
    ` PING: "

[PATCH 0/6] target/i386: Support new Intel platform Instructions in CPUID enumeration
 2023-01-03  2:11 UTC  (2+ messages)

[PATCH v4 0/2] tpm: add mssim backend
 2023-01-03  0:49 UTC  (5+ messages)
` [PATCH v4 1/2] tpm: convert tpmdev options processing to new visitor format

[PATCH v3] tests/qtest: netdev: test stream and dgram backends
 2023-01-02 21:45 UTC  (3+ 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).