qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-28 00:18:06 to 2023-07-29 15:36:20 UTC [more...]

[PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)
 2023-07-29 15:35 UTC  (5+ 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 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  (8+ messages)
  `  "

[PATCH] target/riscv: Fix page_check_range use in fault-only-first
 2023-07-29  3:16 UTC 

[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 0/6] ppc fixes possibly for 8.1
 2023-07-28 20:05 UTC  (2+ 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 v3 0/6] Add nRF51 DETECT signal with test
 2023-07-28 16:05 UTC  (7+ 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 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 RFC v1 0/3] Support dynamic MSI-X allocation
 2023-07-28 15:51 UTC  (10+ messages)
` [PATCH RFC v1 1/3] vfio/pci: detect the support of "

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

[PULL 00/12] Migration 20230518 patches
 2023-07-28 11:48 UTC  (4+ messages)
` [PULL 09/12] migration: Use migration_transferred_bytes() to calculate rate_limit

[PATCH] semihosting/uaccess.c: Replaced a malloc call with g_malloc
 2023-07-28 11:27 UTC  (5+ messages)

[PATCH 0/3] KVM: s390: Enable AP instructions for pv-guests
 2023-07-28 10:58 UTC  (6+ messages)
` [PATCH 2/3] target/s390x: refractor AP functionalities
` [PATCH 3/3] target/s390x: AP-passthrough for PV guests

[PATCH] gitlab: remove duplication between msys jobs
 2023-07-28 10:39 UTC  (9+ messages)

[PATCH 0/6] Add nRF51 DETECT signal with test
 2023-07-28  9:32 UTC  (6+ messages)

[PATCH v5 0/9] Misc fixes for throttle
 2023-07-28  9:47 UTC  (11+ messages)
` [PATCH v5 1/9] throttle: introduce enum ThrottleDirection
` [PATCH v5 2/9] test-throttle: use "
` [PATCH v5 3/9] throttle: support read-only and write-only
` [PATCH v5 4/9] test-throttle: test read only and write only
` [PATCH v5 5/9] cryptodev: use NULL throttle timer cb for read direction
` [PATCH v5 6/9] throttle: use enum ThrottleDirection instead of bool is_write
` [PATCH v5 7/9] throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code
` [PATCH v5 8/9] fsdev: Use ThrottleDirection instread of bool is_write
` [PATCH v5 9/9] block/throttle-groups: "

[PATCH v2 0/6] Add nRF51 DETECT signal with test
 2023-07-28  9:31 UTC  (5+ messages)
` [PATCH v2 3/6] qtest: implement named interception of out-GPIO

[PATCH] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
 2023-07-28  9:24 UTC  (2+ messages)

[PATCH QEMU 1/2] qapi: Reformat and craft the migration doc comments
 2023-07-28  9:11 UTC  (3+ messages)

[PATCH v4 0/4] Virtio shared dma-buf
 2023-07-28  9:05 UTC  (8+ messages)
` [PATCH v4 3/4] vhost-user: add shared_object msg

[PATCH] pci: do not respond config requests after PCI device eject
 2023-07-28  8:40 UTC 

[PATCH] target/i386: Avoid cpu number overflow in legacy topology
 2023-07-28  8:01 UTC 

[PATCH 1/2] hw/intc: Fix upper/lower mtime write calculation
 2023-07-28  8:24 UTC  (2+ messages)
` [PATCH 2/2] hw/intc: Make rtc variable names consistent

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-07-28  7:49 UTC  (9+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
  ` [PATCH v2 2/4] vhost-user-common: send get_inflight_fd once

[PATCH] target/riscv: Fix zfa fleq.d and fltq.d
 2023-07-28  7:47 UTC  (3+ messages)

[RFC 0/1] virtio-net: add support for SR-IOV emulation
 2023-07-28  7:35 UTC  (5+ messages)

[PATCH v3 00/47] Add LoongArch LASX instructions
 2023-07-28  7:02 UTC  (2+ messages)

[PATCH] bsd-user: Properly allocate guest virtual address space
 2023-07-28  4:06 UTC  (4+ messages)

[PATCH v4 0/9] Misc fixes for throttle
 2023-07-28  2:19 UTC  (4+ messages)
` [PATCH v4 9/9] block/throttle-groups: Use ThrottleDirection instread of bool is_write
    `  "

[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-07-28  1:02 UTC  (3+ messages)
` [PATCH v6 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message

[PATCH] hw/i2c: Fix bitbang_i2c_data trace event
 2023-07-28  0:45 UTC 

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-07-27 23:53 UTC  (7+ messages)
` [PATCH 6/9] include/exec: typedef abi_ptr to vaddr in softmmu
` [PATCH 7/9] include/exec: Widen tlb_hit/tlb_hit_page()
` [PATCH 8/9] accel/tcg: Widen address arg. in tlb_compare_set()

linux-user/armeb: Fix __kernel_cmpxchg() for armeb
 2023-07-28  0:12 UTC  (2+ messages)


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