qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 07:40:23 to 2023-01-20 13:20:56 UTC [more...]

[PATCH 00/58] Xen HVM support under KVM
 2023-01-20 13:13 UTC  (46+ messages)
` [PATCH v8 01/58] include: import Xen public headers to include/standard-headers/
` [PATCH v8 03/58] xen: Add XEN_DISABLED mode and make it default
` [PATCH v8 04/58] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v8 06/58] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v8 07/58] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v8 08/58] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v8 09/58] i386/xen: handle guest hypercalls
` [PATCH v8 10/58] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v8 11/58] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v8 12/58] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v8 13/58] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v8 15/58] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v8 16/58] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v8 17/58] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v8 18/58] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v8 19/58] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v8 21/58] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v8 22/58] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v8 23/58] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v8 25/58] i386/xen: implement HVMOP_set_param
` [PATCH v8 26/58] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v8 30/58] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v8 31/58] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v8 32/58] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v8 33/58] hw/xen: Implement EVTCHNOP_send
` [PATCH v8 34/58] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v8 35/58] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v8 36/58] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v8 39/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v8 40/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v8 41/58] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v8 44/58] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v8 45/58] hw/xen: Implement GNTTABOP_query_size
` [PATCH v8 46/58] i386/xen: handle PV timer hypercalls
` [PATCH v8 47/58] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v8 49/58] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v8 50/58] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v8 51/58] hw/xen: Add basic ring handling to xenstore
` [PATCH v8 52/58] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v8 53/58] i386/xen: Document Xen HVM emulation
` [PATCH v8 54/58] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v8 55/58] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v8 56/58] hw/xen: Support GSI mapping to PIRQ
` [PATCH v8 57/58] hw/xen: Support MSI "
` [PATCH v8 58/58] kvm/i386: Add xen-evtchn-max-pirq property

[PATCH v3 0/4] Nested virtualization fixes for QEMU
 2023-01-20 12:59 UTC  (5+ messages)
` [PATCH v3 1/4] target/riscv: Update VS timer whenever htimedelta changes
` [PATCH v3 2/4] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
` [PATCH v3 3/4] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX
` [PATCH v3 4/4] target/riscv: Ensure opcode is saved for all relevant instructions

[PATCH 0/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
 2023-01-20 12:53 UTC  (5+ messages)
` [PATCH 1/2] tests/avocado: Factor file_truncate() helper out
` [PATCH 2/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB

[PULL 0/5] tcg patch queue
 2023-01-20 12:51 UTC  (5+ messages)

QEMU iotest 267 failure / assertion in migration code
 2023-01-20 12:47 UTC  (3+ messages)

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-20 12:44 UTC  (10+ messages)
` [PATCH v5 2/2] "

[RFC PATCH 0/2] fix SD card migration
 2023-01-20 12:38 UTC  (4+ messages)
` [RFC PATCH 1/2] hw/sd/sd.c: add sd_card_powered_up()
` [RFC PATCH 2/2] hw/sd: skip double power-up in sd_vmstate_pre_load()

[PULL 00/38] Block layer patches
 2023-01-20 12:26 UTC  (39+ messages)
` [PULL 01/38] tests/qemu-iotests/312: Mark "quorum" as required driver
` [PULL 02/38] tests/qemu-iotests/262: Check for availability of "blkverify" first
` [PULL 03/38] pflash: Only read non-zero parts of backend image
` [PULL 04/38] coroutine: annotate coroutine_fn for libclang
` [PULL 05/38] block: Add no_coroutine_fn and coroutine_mixed_fn marker
` [PULL 06/38] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
` [PULL 07/38] block: remove bdrv_coroutine_enter
` [PULL 08/38] qcow2: Fix theoretical corruption in store_bitmap() error path
` [PULL 09/38] qemu-img commit: Report errors while closing the image
` [PULL 10/38] qemu-img bitmap: "
` [PULL 11/38] qemu-iotests: Test qemu-img bitmap/commit exit code on error
` [PULL 12/38] block-coroutine-wrapper: support void functions
` [PULL 13/38] block: Convert bdrv_io_plug() to co_wrapper
` [PULL 14/38] block: Convert bdrv_io_unplug() "
` [PULL 15/38] block: Convert bdrv_is_inserted() "
` [PULL 16/38] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
` [PULL 17/38] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
` [PULL 18/38] block-backend: use bdrv_getlength instead of blk_getlength
` [PULL 19/38] block: use bdrv_co_refresh_total_sectors when possible
` [PULL 20/38] block: Convert bdrv_get_allocated_file_size() to co_wrapper
` [PULL 21/38] block: Convert bdrv_get_info() to co_wrapper_mixed
` [PULL 22/38] block: Convert bdrv_eject() to co_wrapper
` [PULL 23/38] block: Convert bdrv_lock_medium() "
` [PULL 24/38] block: Convert bdrv_debug_event() to co_wrapper_mixed
` [PULL 25/38] block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
` [PULL 26/38] block/nbd: Add missing <qemu/bswap.h> include
` [PULL 27/38] block: Improve empty format-specific info dump
` [PULL 28/38] block/file: Add file-specific image info
` [PULL 29/38] block/vmdk: Change extent info type
` [PULL 30/38] block: Split BlockNodeInfo off of ImageInfo
` [PULL 31/38] qemu-img: Use BlockNodeInfo
` [PULL 32/38] block/qapi: Let bdrv_query_image_info() recurse
` [PULL 33/38] block/qapi: Introduce BlockGraphInfo
` [PULL 34/38] block/qapi: Add indentation to bdrv_node_info_dump()
` [PULL 35/38] iotests: Filter child node information
` [PULL 36/38] iotests/106, 214, 308: Read only one size line
` [PULL 37/38] qemu-img: Let info print block graph
` [PULL 38/38] qemu-img: Change info key names for protocol nodes

[RFC PATCH v4 00/15] target/arm: Allow CONFIG_TCG=n builds
 2023-01-20 12:24 UTC  (12+ messages)
` [RFC PATCH v4 03/15] target/arm: Remove default cpu for KVM-only builds
` [RFC PATCH v4 04/15] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
` [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args

[PATCH v6 00/33] Consolidate PIIX south bridges
 2023-01-20 12:22 UTC  (4+ messages)

[PATCH 0/4] misc tweaks for kvm and the 64bit pci window
 2023-01-20 12:21 UTC  (3+ messages)
` [PATCH 1/4] better kvm detection
  ` [SeaBIOS] "

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-20 11:56 UTC  (5+ messages)
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event

[PATCH v2 0/4] Series of fixes for PL011 char device
 2023-01-20 11:45 UTC  (5+ messages)
` [PATCH v2 2/4] hw/char/pl011: implement a reset method

[PATCH 0/8] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-20 11:39 UTC  (8+ messages)
` [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator

[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
 2023-01-20 11:33 UTC 

[PATCH] virtio-scsi: reset SCSI devices from main loop thread
 2023-01-20 11:20 UTC  (2+ messages)

[PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-20 11:09 UTC  (14+ messages)
` [PATCH v3 01/11] tests/qtest/boot-serial-test: Constify tests[] array
` [PATCH v3 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
` [PATCH v3 03/11] tests/qtest/boot-serial-test: Build command line using GString API
` [PATCH v3 04/11] tests/qtest/boot-serial-test: Only use available accelerators
` [PATCH v3 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
` [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
` [PATCH v3 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
` [PATCH v3 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
` [PATCH v3 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
` [PATCH v3 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
` [PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators

[PATCH v2 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-01-20 11:04 UTC  (9+ messages)
` [PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
` [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
` [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

[RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
 2023-01-20 10:59 UTC  (12+ messages)

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-20 10:47 UTC  (12+ messages)
                ` cxl nvdimm Potential probe ordering issues

[PATCH v8 00/11] parallels: Refactor the code of images checks and fix a bug
 2023-01-20 10:37 UTC  (7+ messages)
` [PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
` [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check

[PATCH 00/18] testing/next updates (gitlab, docker, check-tcg)
 2023-01-20 10:14 UTC  (11+ messages)
` [PATCH 10/18] Update lcitool and fedora to 37
` [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status
` [PATCH 17/18] gitlab: wrap up test results for custom runners

[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
 2023-01-20  9:59 UTC  (3+ messages)

[PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
 2023-01-20  9:09 UTC  (3+ messages)
` [RFC PATCH 3/3] tests/qtest/vnc-display-test: Disable on Darwin

[RFC PATCH 0/3] migration: support query migration thread information
 2023-01-20  8:47 UTC  (4+ messages)
` [PATCH 1/3] migration: report migration thread name to libvirt
` [PATCH 2/3] migration: implement query migration threadinfo by name
` [PATCH 3/3] migration: save/delete migration thread info

[PATCH 0/2] read kvmclock from guest memory if !correct_tsc_shift
 2023-01-20  8:54 UTC  (2+ messages)

[PATCH] mac_nvram: Add block backend to persist NVRAM contents
 2023-01-20  8:44 UTC  (2+ messages)

[PATCH 00/25] aspeed: Various extensions, fixes and cleanups
 2023-01-20  8:40 UTC  (3+ messages)
` [PATCH 15/25] target/arm: Allow users to set the number of VFP registers

[PATCH v2] travis.yml: Use the libfdt from the distro instead of the submodule
 2023-01-20  8:33 UTC  (2+ messages)

MSYS2 and libfdt
 2023-01-20  8:31 UTC  (3+ messages)

[PATCH v2] gitlab-ci: Check building KVM-only aarch64 target
 2023-01-20  8:29 UTC  (2+ messages)

[PULL 00/37] riscv-to-apply queue
 2023-01-20  7:39 UTC  (37+ messages)
` [PULL 01/37] hw/char: riscv_htif: Avoid using magic numbers
` [PULL 02/37] hw/char: riscv_htif: Drop {to, from}host_size in HTIFState
` [PULL 04/37] hw/char: riscv_htif: Use conventional 's' for HTIFState
` [PULL 05/37] hw/char: riscv_htif: Move registers from CPUArchState to HTIFState
` [PULL 06/37] hw/char: riscv_htif: Remove forward declarations for non-existent variables
` [PULL 07/37] hw/char: riscv_htif: Support console output via proxy syscall
` [PULL 08/37] hw/riscv: spike: Remove the out-of-date comments
` [PULL 09/37] hw/riscv/boot.c: make riscv_find_firmware() static
` [PULL 10/37] hw/riscv/boot.c: introduce riscv_default_firmware_name()
` [PULL 11/37] hw/riscv/boot.c: Introduce riscv_find_firmware()
` [PULL 12/37] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
` [PULL 13/37] target/riscv/cpu.c: Fix elen check
` [PULL 14/37] tests/avocado: add RISC-V OpenSBI boot test
` [PULL 15/37] hw/riscv/spike: use 'fdt' from MachineState
` [PULL 16/37] hw/riscv/sifive_u: "
` [PULL 17/37] hw/riscv/boot.c: exit early if filename is NULL in load functions
` [PULL 18/37] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
` [PULL 19/37] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PULL 20/37] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PULL 21/37] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PULL 22/37] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PULL 23/37] target/riscv/cpu: set cpu->cfg in register_cpu_props()
` [PULL 24/37] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
` [PULL 25/37] target/riscv: Use TARGET_FMT_lx for env->mhartid
` [PULL 26/37] hw/riscv/spike.c: simplify create_fdt()
` [PULL 27/37] hw/riscv/virt.c: "
` [PULL 28/37] hw/riscv/sifive_u.c: "
` [PULL 29/37] hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()
` [PULL 30/37] hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()
` [PULL 31/37] hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()
` [PULL 32/37] target/riscv: Fix up masking of vsip/vsie accesses
` [PULL 33/37] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
` [PULL 34/37] tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
` [PULL 35/37] target/riscv: Introduce helper_set_rounding_mode_chkfrm
` [PULL 36/37] target/riscv: Remove helper_set_rod_rounding_mode
` [PULL 37/37] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()


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