messages from 2023-01-28 03:40:46 to 2023-01-29 12:16:24 UTC [more...]
[PATCH v1 0/2] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
2023-01-29 12:15 UTC (17+ messages)
` [PATCH v1 1/2] virtio: struct VirtQueue introduce reset
` [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
Please review a important patch abort fix setting of CPUX86State::gdt::base
2023-01-29 12:09 UTC
[PATCH 0/7] PC cleanups
2023-01-29 11:28 UTC (4+ messages)
` [PATCH 6/7] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
[PATCH] hw/usb/core: fix inconsistent ep and pid (UBS_TOKEN_SETUP)
2023-01-29 10:54 UTC
[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
2023-01-29 10:39 UTC (5+ messages)
` [RFC v6 1/4] include: update virtio_blk headers
` [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
` [RFC v6 3/4] block: add accounting for zone append operation
` [RFC v6 4/4] virtio-blk: add some trace events for zoned emulation
[PATCH v15 0/8] Add support for zoned device
2023-01-29 10:28 UTC (9+ messages)
` [PATCH v15 1/8] include: add zoned device structs
` [PATCH v15 2/8] file-posix: introduce helper functions for sysfs attributes
` [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v15 4/8] raw-format: add zone operations to pass through requests
` [PATCH v15 5/8] config: add check to block layer
` [PATCH v15 6/8] qemu-iotests: test new zone operations
` [PATCH v15 7/8] block: add some trace events for new block layer APIs
` [PATCH v15 8/8] docs/zoned-storage: add zoned device documentation
[PATCH 0/9] igb: add missing feature set from
2023-01-29 9:15 UTC (16+ messages)
` [PATCH 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH 2/9] igb: handle PF/VF reset properly
` [PATCH 3/9] igb: implement VFRE and VFTE registers
` [PATCH 4/9] igb: check oversized packets for VMDq
` [PATCH 5/9] igb: respect E1000_VMOLR_RSSE
` [PATCH 6/9] igb: add ICR_RXDW
` [PATCH 7/9] igb: implement VF Tx and Rx stats
` [PATCH 8/9] igb: respect VT_CTL ignore MAC field
` [PATCH 9/9] igb: respect VMVIR and VMOLR for VLAN
[PATCH v8 0/5] riscv: Allow user to set the satp mode
2023-01-29 5:55 UTC (5+ messages)
` [PATCH v8 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v8 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
[PATCH] linux-user: move target_flat.h to target subdirs
2023-01-29 5:46 UTC (2+ messages)
[PATCH v4 0/3] riscv_load_fdt() semantics change
2023-01-29 5:45 UTC (8+ messages)
` [PATCH v4 1/3] hw/riscv/boot.c: calculate fdt size after fdt_pack()
` [PATCH v4 2/3] hw/riscv: split fdt address calculation from fdt load
` [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
[PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
2023-01-29 5:43 UTC (3+ messages)
[PATCH 0/3] Fix UNMAP notifier for intel-iommu
2023-01-29 5:43 UTC (5+ messages)
[PATCH v7] tests/qtest: netdev: test stream and dgram backends
2023-01-29 4:44 UTC (3+ messages)
[PATCH v4] net: stream: add a new option to automatically reconnect
2023-01-29 4:44 UTC (2+ messages)
[PATCH] pci: add enforce_slot_reserved_mask_manual property
2023-01-29 3:00 UTC (9+ messages)
[PATCH v4 00/12] Refactor cryptodev
2023-01-29 2:57 UTC (13+ messages)
` [PATCH v4 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v4 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v4 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v4 04/12] cryptodev: Introduce server "
` [PATCH v4 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v4 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v4 07/12] hmp: add cryptodev info command
` [PATCH v4 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v4 09/12] cryptodev: Account statistics
` [PATCH v4 10/12] cryptodev: support QoS
` [PATCH v4 11/12] cryptodev: Support query-stats QMP command
` [PATCH v4 12/12] MAINTAINERS: add myself as the maintainer for cryptodev
[PATCH 0/3] Misc sm501 clean ups
2023-01-29 2:43 UTC (3+ messages)
[PATCH 00/23] target/arm: Implement FEAT_FGT fine-grained traps
2023-01-29 0:07 UTC (22+ messages)
` [PATCH 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
` [PATCH 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
` [PATCH 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
` [PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17
` [PATCH 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
` [PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
` [PATCH 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
` [PATCH 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
` [PATCH 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
` [PATCH 23/23] target/arm: Enable FEAT_FGT on '-cpu max'
[PATCH 0/4] E500 cleanups and enhancements
2023-01-28 23:33 UTC (2+ messages)
[PATCH 0/4] PCI-related cleanup for ppc/powernv
2023-01-28 23:32 UTC (2+ messages)
[PATCH v2] hvf: arm: Add support for GICv3
2023-01-28 22:44 UTC
[PATCH] hvf: arm: Add support for GICv3
2023-01-28 22:32 UTC (3+ messages)
[PATCH 00/17] audio: improve callback interface for audio frontends
2023-01-28 22:01 UTC (5+ messages)
[PATCH v2 00/13] Introduce igb
2023-01-28 20:57 UTC (7+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-28 14:00 UTC (7+ messages)
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v4] Emulate dip switch language layout settings on SUN keyboard
2023-01-28 13:08 UTC (4+ messages)
` [PATCH v5] "
[PATCH v3 00/12] Refactor cryptodev
2023-01-28 12:50 UTC (17+ messages)
` [PATCH v3 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v3 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v3 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v3 04/12] cryptodev: Introduce server "
` [PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` "
` [PATCH v3 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v3 07/12] hmp: add cryptodev info command
` [PATCH v3 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v3 09/12] cryptodev: Account statistics
` [PATCH v3 10/12] cryptodev: support QoS
` [PATCH v3 11/12] cryptodev: Support query-stats QMP command
` [PATCH v3 12/12] MAINTAINERS: add myself as the maintainer for cryptodev
` Re: [PATCH v3 00/12] Refactor cryptodev
[PATCH 0/3] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
2023-01-28 11:19 UTC (9+ messages)
` [PATCH 1/3] virtio: move struct VirtQueue to include file
` [PATCH 2/3] virtio: struct VirtQueue introduce reset
` [PATCH 3/3] virtio-net: virtio_net_flush_tx() check for per-queue reset
[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
2023-01-28 11:15 UTC (8+ messages)
` [PATCH qemu v3] "
[PATCH v4 00/19] Clean up includes
2023-01-28 10:29 UTC (8+ messages)
` [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
` [PATCH v4 04/19] bsd-user: Clean up includes
[PATCH v9 00/58] Xen HVM support under KVM
2023-01-28 8:11 UTC (59+ messages)
` [PATCH v9 01/58] include: import Xen public headers to include/standard-headers/
` [PATCH v9 02/58] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v9 03/58] xen: Add XEN_DISABLED mode and make it default
` [PATCH v9 04/58] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v9 05/58] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v9 06/58] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v9 07/58] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v9 08/58] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v9 09/58] i386/xen: handle guest hypercalls
` [PATCH v9 10/58] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v9 11/58] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v9 12/58] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v9 13/58] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v9 14/58] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v9 15/58] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v9 16/58] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v9 17/58] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v9 18/58] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v9 19/58] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v9 20/58] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v9 21/58] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v9 22/58] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v9 23/58] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v9 24/58] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v9 25/58] i386/xen: implement HVMOP_set_param
` [PATCH v9 26/58] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v9 27/58] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v9 28/58] hw/xen: Implement EVTCHNOP_status
` [PATCH v9 29/58] hw/xen: Implement EVTCHNOP_close
` [PATCH v9 30/58] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v9 31/58] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v9 32/58] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v9 33/58] hw/xen: Implement EVTCHNOP_send
` [PATCH v9 34/58] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v9 35/58] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v9 36/58] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v9 37/58] hw/xen: Implement EVTCHNOP_reset
` [PATCH v9 38/58] i386/xen: add monitor commands to test event injection
` [PATCH v9 39/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v9 40/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v9 41/58] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v9 42/58] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v9 43/58] hw/xen: Support mapping grant frames
` [PATCH v9 44/58] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v9 45/58] hw/xen: Implement GNTTABOP_query_size
` [PATCH v9 46/58] i386/xen: handle PV timer hypercalls
` [PATCH v9 47/58] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v9 48/58] i386/xen: handle HVMOP_get_param
` [PATCH v9 49/58] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v9 50/58] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v9 51/58] hw/xen: Add basic ring handling to xenstore
` [PATCH v9 52/58] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v9 53/58] i386/xen: Document Xen HVM emulation
` [PATCH v9 54/58] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v9 55/58] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v9 56/58] hw/xen: Support GSI mapping to PIRQ
` [PATCH v9 57/58] hw/xen: Support MSI "
` [PATCH v9 58/58] kvm/i386: Add xen-evtchn-max-pirq property
RFC: towards systemd socket activation in q-s-d
2023-01-28 7:49 UTC (2+ messages)
[PATCH v5 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-28 6:05 UTC (6+ messages)
` [PATCH v5 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v5 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v5 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v5 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v5 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
[PATCH v4 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-28 5:03 UTC (6+ messages)
` [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
Display update issue on M1 Macs
2023-01-28 4:01 UTC (7+ messages)
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).