qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 10:51:55 to 2023-02-23 15:56:41 UTC [more...]

[PATCH v4 0/4] target: Restrict 'qapi-commands-machine.h' to system emulation
 2023-02-23 15:55 UTC  (3+ messages)
` [PATCH v4 3/4] target/loongarch: "
` [PATCH v4 4/4] target/ppc: "

[RFC PATCH 0/1] ci: Speed up container stage
 2023-02-23 15:53 UTC  (5+ messages)
` [RFC PATCH 1/1] ci: Attempt to pull container images before building

[PATCH v1 00/19] target/arm: Implement FEAT_LSE2
 2023-02-23 15:47 UTC  (15+ messages)
` [PATCH v1 01/19] target/arm: Make cpu_exclusive_high hold the high bits
` [PATCH v1 03/19] target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}
` [PATCH v1 04/19] target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2G
` [PATCH v1 05/19] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r
` [PATCH v1 06/19] target/arm: Sink gen_mte_check1 into load/store_exclusive
` [PATCH v1 07/19] target/arm: Add feature test for FEAT_LSE2
` [PATCH v1 08/19] target/arm: Add atom_data to DisasContext

[PATCH V2 0/5] Fix UNMAP notifier for intel-iommu
 2023-02-23 15:47 UTC  (2+ messages)

[PATCH 0/5] bulk: Have object_child_foreach() take Error* and return boolean
 2023-02-23 15:42 UTC  (7+ messages)
` [PATCH 1/5] hw/nmi: Have nmi_monitor_handler() return a boolean indicating error
` [PATCH 3/5] bulk: Have object_child_foreach() take Error* and return boolean
` [RFC PATCH 5/5] hw/ppc/pnv_bmc: Simplify pnv_bmc_find()

[PATCH] tcg: Allow displaying TCG_TYPE_I128 arguments
 2023-02-23 15:42 UTC  (3+ messages)

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-23 15:36 UTC  (14+ messages)
` [PATCH v2 03/20] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH v2 11/20] vfio/common: Add device dirty page tracking start/stop

[PATCH v2 0/3] virtio-scsi: fix SCSIDevice hot unplug with IOThread
 2023-02-23 15:03 UTC  (4+ messages)
` [PATCH v2 3/3] virtio-scsi: reset SCSI devices from main loop thread

out of CI pipeline minutes again
 2023-02-23 15:33 UTC  (7+ messages)

[PATCH v2 0/5] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-02-23 15:24 UTC  (14+ messages)
` [PATCH v2 1/5] build: deprecate --enable-gprof builds and remove from CI
` [PATCH v2 2/5] gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu job
` [PATCH v2 3/5] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
` [PATCH v2 4/5] .gitlab-ci.d/buildtest-template: Simplify the configure step
` [PATCH v2 5/5] gitlab-ci.d: Build with --enable-fdt=system by default

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2023-02-23 15:22 UTC  (7+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw

[PATCH] target/i386: Remove pointless env_archcpu() in helper_rdmsr()
 2023-02-23 15:16 UTC  (2+ messages)

[PATCH v2 0/7] hw/net/eepro100: Finish QDev conversion
 2023-02-23 15:16 UTC  (2+ messages)

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-23 14:35 UTC  (9+ messages)
` [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH 0/5] bulk: Replace assert(0) -> g_assert_not_reached()
 2023-02-23 14:51 UTC  (4+ messages)
` [PATCH 2/5] scripts/checkpatch.pl: Do not allow assert(0)

[PATCH 0/2] hw/timer: Reduce 'hw/ptimer.h' inclusion
 2023-02-23 14:39 UTC  (4+ messages)
` [PATCH 1/2] qemu/typedefs: Sort in case-insensitive alphabetical order (again)

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-02-23 14:27 UTC  (10+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-02-23 14:23 UTC  (12+ messages)

[PATCH v2] hw/smbios: fix field corruption in type 4 table
 2023-02-23 14:08 UTC  (2+ messages)

[PATCH v2 0/7] Implement Most ARMv8.3 Pointer Authentication Features
 2023-02-23 14:02 UTC  (4+ messages)
` [PATCH v2 1/7] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection

[PATCH v3 0/4] target: Restrict 'qapi-commands-machine.h' to system emulation
 2023-02-23 13:49 UTC  (9+ messages)
` [PATCH v3 1/4] target/arm: "
` [PATCH v3 2/4] target/i386: "
` [PATCH v3 3/4] target/loongarch: "
` [PATCH v3 4/4] target/ppc: "

[PULL 00/12] Error reporting patches patches for 2023-02-23
 2023-02-23 13:46 UTC  (13+ messages)
` [PULL 01/12] error: Drop superfluous #include "qapi/qmp/qerror.h"
` [PULL 02/12] dump: Improve error message when target doesn't support memory dump
` [PULL 03/12] dump: Assert cpu_get_note_size() can't fail
` [PULL 04/12] hw/core: Improve error message when machine doesn't provide NMIs
` [PULL 05/12] hw/smbios: Dumb down smbios_entry_add() stub
` [PULL 06/12] hw/acpi: Dumb down acpi_table_add() stub
` [PULL 07/12] hw/acpi: Move QMP command to hw/core/
` [PULL 08/12] qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLED
` [PULL 09/12] replay: Simplify setting replay blockers
` [PULL 10/12] hw/core: Improve the query-hotpluggable-cpus error message
` [PULL 11/12] migration/colo: Improve an x-colo-lost-heartbeat "
` [PULL 12/12] rocker: Tweak stubbed out monitor commands' error messages

[PATCH v2 0/3] qapi: allow unions to contain further unions
 2023-02-23 13:40 UTC  (4+ messages)
` [PATCH v2 1/3] qapi: improve specificity of type/member descriptions
` [PATCH v2 2/3] qapi: use env var to trigger qapi test output updates
` [PATCH v2 3/3] qapi: allow unions to contain further unions

[PATCH] qapi: allow unions to contain further unions
 2023-02-23 13:40 UTC  (3+ messages)

[PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
 2023-02-23 13:36 UTC  (3+ messages)

[PATCH] meson: Avoid duplicates in generated config-poison.h again
 2023-02-23 13:36 UTC  (3+ messages)

[PATCH] target/i386: Fix BZHI instruction
 2023-02-23 13:35 UTC  (2+ messages)

[PATCH v7 00/20] target/arm: Allow CONFIG_TCG=n builds
 2023-02-23 13:23 UTC  (22+ messages)
` [PATCH v7 01/20] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [PATCH v7 02/20] target/arm: Wrap TCG-only code in debug_helper.c
` [PATCH v7 03/20] target/arm: move translate modules to tcg/
` [PATCH v7 04/20] target/arm: move helpers "
` [PATCH v7 05/20] target/arm: Move psci.c into the tcg directory
` [PATCH v7 06/20] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [PATCH v7 07/20] target/arm: Move hflags code into the tcg directory
` [PATCH v7 08/20] target/arm: Move regime_using_lpae_format into internal.h
` [PATCH v7 09/20] target/arm: Don't access TCG code when debugging with KVM
` [PATCH v7 10/20] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [PATCH v7 11/20] target/arm: Move cortex sysregs into a separate file
` [PATCH v7 12/20] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH v7 13/20] target/arm: Move aa32_max_features out of cpu_tcg.c
` [PATCH v7 14/20] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH v7 15/20] tests/avocado: Pass parameters to migration test
` [PATCH v7 16/20] tests/avocado: add machine:none tag to version.py
` [PATCH v7 17/20] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH v7 18/20] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PATCH v7 19/20] gitlab-ci: Check building KVM-only aarch64 target
` [PATCH v7 20/20] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH v2 0/4] NUMA: Apply socket-NUMA-node boundary for aarch64 and RiscV machines
 2023-02-23 13:18 UTC  (4+ messages)

[PATCH 0/4] hw/qdev-properties: Constify Property* in DeviceClass
 2023-02-23 13:00 UTC  (2+ messages)

[PATCH v13 00/60] Xen HVM support under KVM
 2023-02-23 12:46 UTC  (61+ messages)
` [PATCH v13 01/60] include: import Xen public headers to hw/xen/interface
` [PATCH v13 02/60] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v13 03/60] xen: Add XEN_DISABLED mode and make it default
` [PATCH v13 04/60] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v13 05/60] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v13 06/60] i386/kvm: Set Xen vCPU ID in KVM
` [PATCH v13 07/60] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v13 08/60] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v13 09/60] i386/xen: handle guest hypercalls
` [PATCH v13 10/60] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v13 11/60] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v13 12/60] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v13 13/60] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v13 14/60] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v13 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v13 16/60] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v13 17/60] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v13 18/60] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v13 19/60] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v13 20/60] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v13 21/60] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v13 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v13 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v13 24/60] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v13 25/60] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v13 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v13 27/60] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v13 28/60] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v13 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v13 30/60] hw/xen: Implement EVTCHNOP_close
` [PATCH v13 31/60] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v13 32/60] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v13 33/60] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v13 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v13 35/60] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v13 36/60] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v13 37/60] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v13 38/60] hw/xen: Implement EVTCHNOP_reset
` [PATCH v13 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v13 40/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v13 41/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v13 42/60] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v13 43/60] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v13 44/60] hw/xen: Support mapping grant frames
` [PATCH v13 45/60] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v13 46/60] hw/xen: Implement GNTTABOP_query_size
` [PATCH v13 47/60] i386/xen: handle PV timer hypercalls
` [PATCH v13 48/60] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v13 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v13 50/60] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v13 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v13 52/60] hw/xen: Add basic ring handling to xenstore
` [PATCH v13 53/60] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v13 54/60] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v13 55/60] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v13 56/60] hw/xen: Support GSI mapping to PIRQ
` [PATCH v13 57/60] hw/xen: Support MSI "
` [PATCH v13 58/60] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v13 59/60] i386/xen: Document Xen HVM emulation
` [PATCH v13 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()

[PATCH 00/23] block: Lock the graph, part 2 (BlockDriver callbacks)
 2023-02-23 12:46 UTC  (4+ messages)

[PULL v2 00/36] Testing, docs, semihosting and plugin updates
 2023-02-23 12:59 UTC  (3+ messages)

[PULL 0/8] QAPI patches patches for 2023-02-23
 2023-02-23 12:23 UTC  (9+ messages)
` [PULL 1/8] docs/devel/qapi-code-gen: Belatedly update features documentation
` [PULL 2/8] docs/devel/qapi-code-gen: Fix a missing 'may', clarify SchemaInfo
` [PULL 3/8] qapi: Update flake8 config
` [PULL 4/8] qapi: update pylint configuration
` [PULL 5/8] qapi: Add minor typing workaround for 3.6
` [PULL 6/8] qapi/parser: add QAPIExpression type
` [PULL 7/8] qapi: remove _JSONObject
` [PULL 8/8] qapi: remove JSON value FIXME

[PATCH v1 0/6] hw/arm/virt: Support dirty ring
 2023-02-23 11:51 UTC  (7+ messages)
` [PATCH v1 5/6] hw/arm/virt: Enable backup bitmap for "

Questions about how block devices use snapshots
 2023-02-23 11:47 UTC  (7+ messages)

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-23 11:06 UTC  (6+ messages)
` [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

[RFC PATCH] hw: arm: Support direct boot for Linux/arm64 EFI zboot images
 2023-02-23 10:53 UTC 

[PATCH v9 0/9] Introduce igb
 2023-02-23 10:50 UTC  (8+ messages)
` [PATCH v9 2/9] pcie: Introduce pcie_sriov_num_vfs
` [PATCH v9 4/9] Intrdocue igb device emulation
` [PATCH v9 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
` [PATCH v9 6/9] tests/qtest/libqos/e1000e: Export macreg functions
` [PATCH v9 7/9] igb: Introduce qtest for igb device
` [PATCH v9 8/9] tests/avocado: Add igb test
` [PATCH v9 9/9] docs/system/devices/igb: Add igb documentation


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