messages from 2023-02-23 04:38:03 to 2023-02-23 13:20:07 UTC [more...]
[PATCH v2 0/4] NUMA: Apply socket-NUMA-node boundary for aarch64 and RiscV machines
2023-02-23 13:18 UTC (10+ messages)
` [PATCH v2 1/4] qtest/numa-test: Follow socket-NUMA-node boundary for aarch64
` [PATCH v2 2/4] numa: Validate socket and NUMA node boundary if required
` [PATCH v2 3/4] hw/arm: Validate socket and NUMA node boundary
` [PATCH v2 4/4] hw/riscv: "
[PATCH 0/5] Pegasos2 fixes and audio output support
2023-02-23 13:17 UTC (11+ messages)
[PATCH v7 00/20] target/arm: Allow CONFIG_TCG=n builds
2023-02-23 13:08 UTC (21+ 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 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)
[PATCH v2] hw/smbios: fix field corruption in type 4 table
2023-02-23 12:57 UTC
out of CI pipeline minutes again
2023-02-23 12:56 UTC
[PATCH v16 00/11] s390x: CPU Topology
2023-02-23 12:53 UTC (3+ messages)
` [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
[PATCH v3 0/4] target: Restrict 'qapi-commands-machine.h' to system emulation
2023-02-23 12:43 UTC (5+ 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 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] meson: Avoid duplicates in generated config-poison.h again
2023-02-23 11:46 UTC (2+ 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 (10+ messages)
` [PATCH v9 1/9] net/eth: Introduce EthL4HdrProto
` [PATCH v9 2/9] pcie: Introduce pcie_sriov_num_vfs
` [PATCH v9 3/9] e1000: Split header files
` [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
[PATCH v9 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
2023-02-23 10:44 UTC (4+ messages)
` [PATCH v9 08/14] hw/nvram: NPCM7xx OTP device model
[PATCH v5 0/9] Add support for AST1030 SoC
2023-02-23 10:44 UTC (4+ messages)
` [PATCH v5 7/9] aspeed/soc : Add AST1030 support
[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
2023-02-23 10:37 UTC (6+ messages)
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges
[PATCH v6 00/34] e1000x cleanups (preliminary for IGB)
2023-02-23 10:20 UTC (35+ messages)
` [PATCH v6 01/34] e1000e: Fix the code style
` [PATCH v6 02/34] hw/net: Add more MII definitions
` [PATCH v6 03/34] fsl_etsec: Use hw/net/mii.h
` [PATCH v6 04/34] e1000: "
` [PATCH v6 05/34] e1000: Mask registers when writing
` [PATCH v6 06/34] e1000e: Introduce E1000E_LOW_BITS_SET_FUNC
` [PATCH v6 07/34] e1000e: Mask registers when writing
` [PATCH v6 08/34] e1000: Use more constant definitions
` [PATCH v6 09/34] e1000e: "
` [PATCH v6 10/34] e1000: Use memcpy to intialize registers
` [PATCH v6 11/34] e1000e: "
` [PATCH v6 12/34] e1000e: Remove pending interrupt flags
` [PATCH v6 13/34] e1000e: Improve software reset
` [PATCH v6 14/34] e1000: Configure ResettableClass
` [PATCH v6 15/34] e1000e: "
` [PATCH v6 16/34] e1000e: Introduce e1000_rx_desc_union
` [PATCH v6 17/34] e1000e: Set MII_ANER_NWAY
` [PATCH v6 18/34] e1000e: Remove extra pointer indirection
` [PATCH v6 19/34] net: Check L4 header size
` [PATCH v6 20/34] e1000x: Alter the signature of e1000x_is_vlan_packet
` [PATCH v6 21/34] net: Strip virtio-net header when dumping
` [PATCH v6 22/34] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
` [PATCH v6 23/34] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
` [PATCH v6 24/34] e1000e: Perform software segmentation for loopback
` [PATCH v6 25/34] hw/net/net_tx_pkt: Implement TCP segmentation
` [PATCH v6 26/34] hw/net/net_tx_pkt: Check the payload length
` [PATCH v6 27/34] e1000e: Do not assert when MSI-X is disabled later
` [PATCH v6 28/34] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
` [PATCH v6 29/34] MAINTAINERS: Add e1000e test files
` [PATCH v6 30/34] e1000e: Combine rx traces
` [PATCH v6 31/34] e1000: Count CRC in Tx statistics
` [PATCH v6 32/34] e1000e: "
` [PATCH v6 33/34] net/eth: Report if headers are actually present
` [PATCH v6 34/34] e1000e: Implement system clock
[PATCH] target/riscv: Add support for Zicond extension
2023-02-23 10:10 UTC (2+ messages)
[PATCH v3 0/5] target/cpu: System/User cleanups around hwaddr/vaddr
2023-02-23 10:09 UTC (4+ messages)
` [PATCH v3 1/5] dump: Include missing "cpu.h" header for tswap32/tswap64() declarations
[PATCH] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
2023-02-23 9:58 UTC (2+ messages)
mttcg: warning to user about memory ordering
2023-02-23 9:52 UTC (3+ messages)
[PATCH v3 0/6] Python: Drop support for Python 3.6
2023-02-23 8:53 UTC (8+ messages)
` [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'
[PATCH] vdpa: stop all svq on device deletion
2023-02-23 8:51 UTC (2+ messages)
[PATCH] hw/smbios: fix field corruption in type 4 table
2023-02-23 8:32 UTC (3+ messages)
[RFC PATCH 00/43] Add LoongArch LSX instructions
2023-02-23 8:23 UTC (6+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
2023-02-23 7:37 UTC (9+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[PATCH v3 1/1] vhost-user-fs: add migration type property
2023-02-23 7:36 UTC (11+ messages)
[PATCH] qapi: allow unions to contain further unions
2023-02-23 7:24 UTC (2+ messages)
[PATCH] hw/i386: fix microvm segfault with virtio cmdline
2023-02-23 7:02 UTC (2+ messages)
[PATCH V2 0/5] Fix UNMAP notifier for intel-iommu
2023-02-23 6:59 UTC (6+ messages)
` [PATCH V2 1/5] intel-iommu: fail MAP notifier without caching mode
` [PATCH V2 2/5] intel-iommu: fail DEVIOTLB_UNMAP without dt mode
` [PATCH V2 3/5] memory: introduce memory_region_unmap_iommu_notifier_range()
` [PATCH V2 4/5] smmu: switch to use memory_region_unmap_iommu_notifier_range()
` [PATCH V2 5/5] intel-iommu: send UNMAP notifications for domain or global inv desc
[PATCH] hw/virtio: added virtio-serial test cases
2023-02-23 6:41 UTC (2+ messages)
[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
2023-02-23 6:17 UTC (3+ messages)
` [PATCH v7 03/10] target/riscv: allow MISA writes as experimental
[PULL 0/2] Python patches
2023-02-23 4:36 UTC (3+ messages)
` [PULL 1/2] python: support pylint 2.16
` [PULL 2/2] python: drop pipenv
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).