messages from 2023-07-28 12:10:36 to 2023-07-31 05:34:47 UTC [more...]
[PATCH v2 0/8] machine: Unified CPU type check
2023-07-31 5:33 UTC (8+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
[PATCH v3 0/6] Add nRF51 DETECT signal with test
2023-07-31 5:17 UTC (8+ messages)
` [PATCH v3 1/6] hw/gpio/nrf51: implement DETECT signal
` [PATCH v3 2/6] qtest: factor out qtest_install_gpio_out_intercept
` [PATCH v3 3/6] qtest: implement named interception of out-GPIO
` [PATCH v3 4/6] qtest: bail from irq_intercept_in if name is specified
` [PATCH v3 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
` [PATCH v3 6/6] qtest: microbit-test: add tests for nRF51 DETECT
[PATCH RFC v1 0/3] Support dynamic MSI-X allocation
2023-07-31 3:57 UTC (12+ messages)
` [PATCH RFC v1 1/3] vfio/pci: detect the support of "
[PATCH] hw/riscv: split RAM into low and high memory
2023-07-31 1:53 UTC
[PATCH] kvm: Fix crash by initializing kvm_state early
2023-07-30 23:48 UTC
[PATCH] vhost-user-scsi: support reconnect to backend
2023-07-30 22:14 UTC (17+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
` [PATCH v2 1/4] vhost: fix the fd leak
` [PATCH v2 2/4] vhost-user-common: send get_inflight_fd once
` [PATCH v2 3/4] vhost: move and rename the conn retry times
` [PATCH v2 4/4] vhost-user-scsi: support reconnect to backend
[RFC][PATCH] accel/tcg: Use lookup_and_goto_ptr() for linux-user in translator_use_goto_tb()
2023-07-30 20:37 UTC (6+ messages)
[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
2023-07-30 19:52 UTC (5+ messages)
[PULL 0/1] hw/nvme fixes
2023-07-30 19:29 UTC (2+ messages)
` [PULL 1/1] hw/nvme: use stl/ldl pci dma api
[PATCH] hda-audio: use log-scale for amplifier levels
2023-07-30 19:17 UTC (2+ messages)
[PATCH] Fix some typos in documentation and comments
2023-07-30 18:03 UTC
[PATCH] target/hppa: Move iaoq registers and thus reduce generated code size
2023-07-30 17:50 UTC (2+ messages)
[PATCH QEMU v2 0/3] migration: enrich the dirty-limit test case
2023-07-30 16:18 UTC (4+ messages)
` [PATCH QEMU v2 1/3] tests: Add migration dirty-limit capability test
` [PATCH QEMU v2 2/3] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH QEMU v2 3/3] tests/migration: Introduce dirty-limit "
[PATCH] target/openrisc: Set EPCR to next PC on FPE exceptions
2023-07-30 17:43 UTC (3+ messages)
[PATCH v2] target/ppc: Fix VRMA page size for ISA v3.0
2023-07-30 16:35 UTC (2+ messages)
[PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)
2023-07-30 17:13 UTC (8+ messages)
` [PATCH for-8.2 1/2] hw/ppc: use g_free() in spapr_tce_table_post_load()
` [PATCH for-8.2 2/2] target/ppc: use g_free() in test_opcode_table()
[PATCH QEMU v3 0/3] migration: craft the doc comments
2023-07-30 16:48 UTC (4+ messages)
` [PATCH QEMU v3 3/3] MAINTAINERS: Add section "Migration dirty limit and dirty page rate"
` [PATCH QEMU v3 1/3] qapi: Reformat the dirty-limit migration doc comments
` [PATCH QEMU v3 2/3] qapi: Craft the dirty-limit capability comment
[PATCH for-8.2 0/6] vfio/migration: Add P2P support for VFIO migration
2023-07-30 16:25 UTC (9+ messages)
` [PATCH for-8.2 1/6] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
` [PATCH for-8.2 2/6] sysemu: Add pre VM state change callback
[PATCH 0/6] ppc fixes possibly for 8.1
2023-07-30 16:18 UTC (6+ messages)
` [PATCH 5/6] hw/ppc: Always store the decrementer value
[PATCH v3 0/3] Enable -cpu <cpu>,help
2023-07-30 15:15 UTC (5+ messages)
` [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`
` [PATCH v3 2/3] qapi, target/: Enable 'query-cpu-model-expansion' on all architectures
` [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu, help to print options for the CPU type similar to how the '-device' option works
[PATCH] gdbstub: Fix client Ctrl-C handling
2023-07-30 9:43 UTC (5+ messages)
[PATCH v2 0/5] Complete i.MX6UL and i.MX7 processor for bare metal application
2023-07-29 21:18 UTC (6+ messages)
` [PATCH v2 1/5] Refactor i.MX6UL processor code
` [PATCH v2 2/5] Add i.MX6UL TZ missing devices
` [PATCH v2 3/5] Refactor i.MX7 processor code
` [PATCH v2 4/5] Add i.MX7 missing TZ devices and memory regions
` [PATCH v2 5/5] Add i.MX7 SRC device implementation
[PATCH] target/riscv: Fix page_check_range use in fault-only-first
2023-07-29 21:18 UTC (2+ messages)
[PATCH v5 00/12] Add VIRTIO sound card
2023-07-29 11:27 UTC (15+ messages)
` [PATCH v5 01/12] Add virtio-sound device stub
` [PATCH v5 02/12] Add virtio-sound-pci device
` [PATCH v5 03/12] virtio-sound: handle control messages and streams
` [PATCH v5 04/12] virtio-sound: set PCM stream parameters
` [PATCH v5 05/12] virtio-sound: prepare PCM streams
` [PATCH v5 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v5 07/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v5 08/12] virtio-sound: handle VIRTIO_SND_PCM_SET_PARAMS
` [PATCH v5 09/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v5 10/12] virtio-sound: handle VIRTIO_SND_PCM_RELEASE
` [PATCH v5 11/12] virtio-sound: implement audio output (TX)
` [PATCH v5 12/12] virtio-sound: implement audio capture (RX)
[PATCH] target/s390x: Move trans_exc_code update to do_program_interrupt
2023-07-29 8:43 UTC (3+ messages)
[PATCH QEMU 0/3] migration: craft the doc comments
2023-07-29 6:12 UTC (6+ messages)
` [PATCH QEMU 3/3] MAINTAINERS: Add Hyman Huang as maintainer
` [PATCH QEMU 1/3] qapi: Reformat the dirty-limit migration doc comments
` [PATCH QEMU 2/3] qapi: Craft the dirty-limit capability comment
[PATCH] target/ppc: Disable goto_tb with architectural singlestep
2023-07-29 4:48 UTC (3+ messages)
[PATCH v2] softmmu/physmem: try opening file readonly before failure in file_ram_open
2023-07-29 4:51 UTC (7+ messages)
` "
[PATCH 0/3] Fix segfault on migration return path
2023-07-28 21:45 UTC (7+ messages)
` [PATCH 1/3] migration: Stop marking RP bad after shutdown
` [PATCH 2/3] migration: Simplify calling of await_return_path_close_on_source
` [PATCH 3/3] migration: Replace the return path retry logic
[PATCH v7 0/5] Support x2APIC mode with TCG accelerator
2023-07-28 21:25 UTC (7+ messages)
` [PATCH v7 1/5] i386/tcg: implement x2APIC registers MSR access
` [PATCH v7 2/5] apic: add support for x2APIC mode
` [PATCH v7 3/5] apic, i386/tcg: add x2apic transitions
` [PATCH v7 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
` [PATCH v7 5/5] amd_iommu: report x2APIC support to the operating system
[PATCH v3] linux-user/armeb: Fix __kernel_cmpxchg() for armeb
2023-07-28 21:03 UTC (5+ messages)
[PATCH 1/1] dump: kdump-zlib data pages not dumped with pvtime/aarch64
2023-07-28 20:39 UTC (3+ messages)
[PATCH v2] linux-user/armeb: Fix __kernel_cmpxchg() for armeb
2023-07-28 19:16 UTC (5+ messages)
[PULL for-8.1 0/1] NBD patches for 2023-07-28
2023-07-28 19:24 UTC (3+ messages)
` [PULL 1/1] qemu-nbd: regression with arguments passing into nbd_client_thread()
[PATCH QEMU 0/3] migration: enrich the dirty-limit test case
2023-07-28 19:45 UTC (5+ messages)
` [PATCH QEMU 1/3] tests: Add migration dirty-limit capability test
` [PATCH QEMU 2/3] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH QEMU 3/3] tests/migration: Introduce dirty-limit "
[PATCH 0/7] Enable vdpa net migration with features depending on CVQ
2023-07-28 17:20 UTC (8+ messages)
` [PATCH 1/7] vdpa: export vhost_vdpa_set_vring_ready
` [PATCH 2/7] vdpa: add should_enable op
` [PATCH 3/7] vdpa: use virtio_ops->should_enable at vhost_vdpa_set_vrings_ready
` [PATCH 4/7] vdpa: add stub vhost_vdpa_should_enable
` [PATCH 5/7] vdpa: delay enable of data vqs
` [PATCH 6/7] vdpa: enable cvq svq if data vq are shadowed
` [PATCH 7/7] vdpa: remove net cvq migration blocker
[PATCH v5 0/3] linux-user: Fix and optimize target memory layout
2023-07-28 17:31 UTC (4+ messages)
` [PATCH v5 1/3] linux-user: Show heap address in /proc/pid/maps
` [PATCH v5 2/3] linux-user: Optimize memory layout for static and dynamic executables
` [PATCH v5 3/3] linux-user: Load pie executables at upper memory
[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job
2023-07-28 16:39 UTC (10+ messages)
` [RFC PATCH 1/6] gitlab: remove duplication between msys jobs
` [RFC PATCH 2/6] ui/dbus: fix clang compilation issue
` [RFC PATCH 3/6] util/oslib-win32: Fix compiling with Clang from MSYS2
` [RFC PATCH 4/6] hw/i386/intel_iommu: Fix VTD_IR_TableEntry for ms_struct layout
` [RFC PATCH 5/6] include/qemu/compiler: Fix problem with gcc_struct and Clang
` [RFC PATCH 6/6] gitlab-ci.d/windows: Use Clang for compiling in the 64-bit MSYS2 job
[RFC PATCH] target/i386: Truncate ESP when exiting from long mode
2023-07-28 16:47 UTC (6+ messages)
[PATCH v2] bsd-user: Specify host page alignment if none specified
2023-07-28 16:46 UTC (2+ messages)
assert fails in s390x TCG
2023-07-28 16:43 UTC (11+ messages)
[PATCH] bsd-user: Specify host page alignment if none specified
2023-07-28 16:20 UTC (4+ messages)
[PATCH 0/8] riscv: detecting user choice in TCG extensions
2023-07-28 13:15 UTC (9+ messages)
` [PATCH 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH 2/8] target/riscv: make CPUCFG() macro public
` [PATCH 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH 8/8] target/riscv/cpu.c: consider user option with RVG
[PATCH 0/8] Adds CPU hot-plug support to Loongarch
2023-07-28 13:30 UTC (18+ messages)
` [PATCH 1/8] Update ACPI GED framework to support vcpu hot-(un)plug
` [PATCH 2/8] Update CPUs AML with cpu-(ctrl)dev change
` [PATCH 3/8] Introduced a new function to disconnect GPIO connections
` [PATCH 4/8] Introduce the CPU address space destruction function
` [PATCH 5/8] Adds basic CPU hot-(un)plug support for Loongarch
` [PATCH 6/8] Add support of *unrealize* for loongarch cpu
` [PATCH 7/8] Update the ACPI table for the Loongarch CPU
` [PATCH 8/8] Turn on CPU hot-(un)plug customization for loongarch
[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
2023-07-28 13:30 UTC (3+ messages)
[RFC] migration/block-dirty-bitmap: make loading bitmap for device with iothread future-proof
2023-07-28 13:39 UTC
[PULL for-8.1 0/8] Block patches
2023-07-28 12:56 UTC (2+ messages)
[PATCH] semihosting/uaccess.c: Replaced a malloc call with g_malloc
2023-07-28 12:16 UTC (9+ messages)
` 回复: "
[PATCH 0/2] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
2023-07-28 12:28 UTC (3+ 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).