messages from 2023-01-16 14:17:14 to 2023-01-16 23:57:30 UTC [more...]
[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-16 23:56 UTC (5+ messages)
` [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v2 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
[PULL 0/5] tcg patch queue
2023-01-16 22:36 UTC (6+ messages)
` [PULL 1/5] linux-user: Clean up when exiting due to a signal
` [PULL 2/5] accel/tcg: Add debuginfo support
` [PULL 3/5] tcg: add perfmap and jitdump
` [PULL 4/5] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
` [PULL 5/5] accel/tcg: Split out cpu_exec_{setjmp,loop}
[PULL 0/5] tcg patch queue
2023-01-16 22:36 UTC
[PATCH v7 00/51] Xen support under KVM
2023-01-16 22:19 UTC (72+ messages)
` [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
` [PATCH v7 02/51] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v7 03/51] xen: Add XEN_DISABLED mode and make it default
` [PATCH v7 04/51] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v7 05/51] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v7 06/51] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v7 07/51] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v7 08/51] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v7 09/51] i386/xen: handle guest hypercalls
` [PATCH v7 10/51] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v7 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v7 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v7 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v7 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v7 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v7 16/51] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v7 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v7 18/51] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v7 19/51] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v7 20/51] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v7 21/51] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v7 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v7 24/51] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v7 25/51] i386/xen: implement HVMOP_set_param
` [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v7 28/51] hw/xen: Implement EVTCHNOP_status
` [PATCH v7 29/51] hw/xen: Implement EVTCHNOP_close
` [PATCH v7 30/51] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v7 31/51] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v7 32/51] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v7 33/51] hw/xen: Implement EVTCHNOP_send
` [PATCH v7 34/51] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v7 35/51] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v7 36/51] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v7 37/51] hw/xen: Implement EVTCHNOP_reset
` [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
` [PATCH v7 39/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v7 40/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v7 41/51] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v7 42/51] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v7 43/51] hw/xen: Support mapping grant frames
` [PATCH v7 44/51] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v7 45/51] hw/xen: Implement GNTTABOP_query_size
` [PATCH v7 46/51] i386/xen: handle PV timer hypercalls
` [PATCH v7 47/51] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v7 48/51] i386/xen: handle HVMOP_get_param
` [PATCH v7 49/51] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v7 50/51] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v7 51/51] hw/xen: Add basic ring handling to xenstore
` [RFC PATCH v7bis 00/19] Emulated Xen PV backend and PIRQ support
` [RFC PATCH v7bis 01/19] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [RFC PATCH v7bis 02/19] hw/xen: Add emulated evtchn ops
` [RFC PATCH v7bis 03/19] hw/xen: Add gnttab operations to allow redirection to internal emulation
` [RFC PATCH v7bis 04/19] hw/xen: Pass grant ref to gnttab unmap
` [RFC PATCH v7bis 05/19] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [RFC PATCH v7bis 06/19] hw/xen: Add xenstore "
` [RFC PATCH v7bis 07/19] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [RFC PATCH v7bis 08/19] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [RFC PATCH v7bis 09/19] hw/xen: Rename xen_common.h to xen_native.h
` [RFC PATCH v7bis 10/19] hw/xen: Build PV backend drivers for XENFV_MACHINE
` [RFC PATCH v7bis 11/19] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [RFC PATCH v7bis 12/19] hw/xen: Add backend implementation of grant table operations
` [RFC PATCH v7bis 13/19] hw/xen: Implement soft reset for emulated gnttab
` [RFC PATCH v7bis 14/19] hw/xen: Remove old version of Xen headers
` [RFC PATCH v7bis 15/19] i386/xen: Initialize XenBus and legacy backends from pc_init1()
` [RFC PATCH v7bis 16/19] i386/xen: Implement HYPERVISOR_physdev_op
` [RFC PATCH v7bis 17/19] hw/xen: Implement emulated PIRQ hypercall support
` [RFC PATCH v7bis 18/19] hw/xen: Support GSI mapping to PIRQ
` [RFC PATCH v7bis 19/19] hw/xen: Support MSI "
[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
2023-01-16 21:50 UTC (2+ messages)
completion timeouts with pin-based interrupts in QEMU hw/nvme
2023-01-16 21:14 UTC (2+ messages)
[PATCH v14 00/11] s390x: CPU Topology
2023-01-16 21:09 UTC (17+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
2023-01-16 21:01 UTC (11+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
[RFC PATCH] tests/tcg: skip the vma-pthread test on CI
2023-01-16 20:31 UTC (3+ messages)
[PATCH 0/1] hw/ide: share bmdma read and write functions
2023-01-16 20:29 UTC (5+ messages)
[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
2023-01-16 20:16 UTC (2+ messages)
[PATCH 0/1] Fix some typos
2023-01-16 20:06 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH v6 00/51] Xen support under KVM
2023-01-16 19:54 UTC (37+ messages)
` [PATCH v6 08/51] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v6 09/51] i386/xen: handle guest hypercalls
` [PATCH v6 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v6 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v6 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v6 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v6 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v6 16/51] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v6 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v6 18/51] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v6 19/51] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v6 20/51] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v6 21/51] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v6 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v6 23/51] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v6 25/51] i386/xen: implement HVMOP_set_param
[PATCH 0/4] accel/tcg: Fixes for user-only page tracking
2023-01-16 19:21 UTC (10+ messages)
` [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
[PATCH trivial for 7.2 2/2] hw/virtio/virtio.c: spelling: suppoted
2023-01-16 18:37 UTC (2+ messages)
[PATCH trivial for 7.2] hw/ssi/sifive_spi.c: spelling: reigster
2023-01-16 18:30 UTC (2+ messages)
[PATCH] hw/cxl/cxl-host: Fix an error message typo
2023-01-16 18:16 UTC (2+ messages)
[PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
2023-01-16 18:15 UTC (2+ messages)
[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-16 18:00 UTC (12+ messages)
[PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
2023-01-16 17:56 UTC (2+ messages)
[PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
2023-01-16 17:50 UTC (7+ messages)
[PATCH 00/10] Various win32 fixes & new 'get-win32-socket' QMP command
2023-01-16 17:46 UTC (3+ messages)
` [PATCH 01/10] ccid-card-emulated: fix cast warning/error
[PATCH v3 0/3]s390x/pv: Improve error reporting of protected VMs
2023-01-16 17:46 UTC (4+ messages)
` [PATCH v3 1/3] s390x/pv: Implement a CGS check helper
` [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
` [PATCH v3 3/3] s390x/pv: Move check on hugepage under s390_pv_guest_check()
[PATCH v2] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init
2023-01-16 17:42 UTC (2+ messages)
[PATCH] tests/qtest/test-hmp: Improve the check for verbose mode
2023-01-16 17:37 UTC (2+ messages)
[PATCH v2 0/6] riscv: fdt related cleanups
2023-01-16 17:34 UTC (7+ messages)
` [PATCH v2 1/6] hw/riscv/boot.c: calculate fdt size after fdt_pack()
` [PATCH v2 2/6] hw/riscv: split fdt address calculation from fdt load
` [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
` [PATCH v2 4/6] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
` [PATCH v2 5/6] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
` [PATCH v2 6/6] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
[PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
2023-01-16 17:35 UTC (3+ messages)
[PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
2023-01-16 17:30 UTC (2+ messages)
[PATCH 00/12] More cleanups and fixes for drain
2023-01-16 17:25 UTC (9+ messages)
` [PATCH 07/15] block-backend: enter aio coroutine only after drain
` [PATCH 10/15] block-backend: always wait for drain before starting operation
` [PATCH 11/15] block-backend: make queued_requests thread-safe
[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-16 17:23 UTC (12+ messages)
` [PATCH 1/6] hw/nvram/eeprom_at24c: Add header w/ init helper
` [PATCH 2/6] hw/arm/aspeed: Remove local copy of at24c_eeprom_init
` [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
[PATCH 0/7] Trivial: Mark some more files as target-independant
2023-01-16 16:58 UTC (2+ messages)
[PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
2023-01-16 16:55 UTC (2+ messages)
[PATCH v3 0/7] AML Housekeeping
2023-01-16 16:45 UTC (11+ messages)
` [PATCH v3 1/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
` [PATCH v3 3/7] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
` [PATCH v3 4/7] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
` [PATCH v3 5/7] hw/i386/acpi-build: Remove unused attributes
` [PATCH v3 6/7] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
` [PATCH v3 7/7] piix3, ich9: Reuse qbus_build_aml()
Call qemu_socketpair() instead of socketpair() when possible
2023-01-16 16:43 UTC (2+ messages)
[PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
2023-01-16 16:39 UTC (9+ messages)
[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
2023-01-16 16:17 UTC (16+ messages)
` [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
` [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier
[QUESTION] About virtio and eventloop
2023-01-16 16:16 UTC (2+ messages)
[PATCH 0/7] AML Housekeeping
2023-01-16 15:51 UTC (8+ messages)
` [PATCH 2/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
` [PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
[PATCH] usb-ccid: make ids and descriptor configurable
2023-01-16 15:46 UTC
[PATCH v8 00/13] vfio/migration: Implement VFIO migration protocol v2
2023-01-16 15:38 UTC (5+ messages)
` [PATCH v8 01/13] linux-headers: Update to v6.2-rc1
` [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
[RFC] 2-stage translation emulation support for SMMUv3 on TCG
2023-01-16 15:37 UTC
[PATCH 0/3] various aarch64 fixes for running Hyper-V on TCG
2023-01-16 15:19 UTC (4+ messages)
` [PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
[PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
2023-01-23 12:21 UTC
[PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
2023-01-01 21:45 UTC
[PULL 00/46] MIPS patches for 2023-01-13
2023-01-16 15:00 UTC (4+ messages)
[PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
2023-01-16 14:57 UTC (12+ messages)
[PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps
2023-01-16 14:52 UTC (5+ messages)
` [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
[PATCH v4] qapi/qmp: Add timestamps to qmp command responses
2023-01-16 14:45 UTC (3+ messages)
` [PING] "
[RFC] cxl-host: Fix committed check for passthrough decoder
2023-01-16 14:37 UTC (4+ messages)
[PATCH v5 0/2] riscv: Allow user to set the satp mode
2023-01-16 14:16 UTC (3+ messages)
` [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
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).