messages from 2023-01-14 14:40:02 to 2023-01-16 11:14:54 UTC [more...]
[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-16 11:13 UTC (9+ 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 3/6] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH 4/6] hw/arm/npcm7xx: Remove local copy of at24c_eeprom_init
` [PATCH 5/6] hw/nvram/eeprom_at24c: Add I2C write helper
` [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
[for-8.0 v2 00/11] Refactor cryptodev
2023-01-16 11:09 UTC (11+ messages)
` [for-8.0 v2 01/11] cryptodev: Introduce cryptodev.json
` [for-8.0 v2 02/11] cryptodev: Remove 'name' & 'model' fields
` [for-8.0 v2 03/11] cryptodev: Introduce cryptodev alg type in QAPI
` [for-8.0 v2 04/11] cryptodev: Introduce server "
` Re: [for-8.0 v2 00/11] Refactor cryptodev
[PATCH 0/7] hw/cxl: RAS error emulation and injection
2023-01-16 11:04 UTC (4+ messages)
` [PATCH 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[PATCH v7 00/13] vfio/migration: Implement VFIO migration protocol v2
2023-01-16 10:55 UTC (15+ messages)
` [PATCH v7 01/13] linux-headers: Update to v6.2-rc1
` [PATCH v7 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
` [PATCH v7 03/13] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v7 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v7 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v7 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v7 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v7 08/13] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v7 10/13] vfio/migration: Optimize vfio_save_pending()
` [PATCH v7 11/13] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v7 12/13] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v7 13/13] docs/devel: Align VFIO migration docs to v2 protocol
[PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps
2023-01-16 10:46 UTC (5+ messages)
` [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
regarding qapi and qapi-rs
2023-01-16 10:40 UTC (2+ messages)
[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
2023-01-16 10:35 UTC (11+ messages)
` [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
2023-01-16 9:53 UTC (39+ messages)
` [RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
` [RFC v2 02/13] vdpa net: move iova tree creation from init to start
` [RFC v2 04/13] vdpa: rewind at get_base, not set_base
` [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
` [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
` [RFC v2 12/13] vdpa: preemptive kick at enable
[PATCH 00/19] e1000x cleanups (preliminary for IGB)
2023-01-16 9:28 UTC (3+ messages)
` [PATCH 17/19] e1000e: Remove extra pointer indirection
[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
2023-01-16 9:25 UTC (7+ messages)
` [PATCH v7 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
[PATCH 0/9] audio: remove deprecated QEMU_AUDIO env support
2023-01-16 9:23 UTC (6+ messages)
` [PATCH 1/9] audio: don't check qemu_add_vm_change_state_handler failure
` [PATCH 2/9] audio: remove special audio_calloc function
[PATCH v2] Fix exec migration on Windows (w32+w64)
2023-01-16 9:22 UTC (3+ messages)
[PULL 0/4] M68k next patches
2023-01-16 9:19 UTC (5+ messages)
` [PULL 1/4] target/m68k: pass quotient directly into make_quotient()
` [PULL 2/4] target/m68k: pass sign "
` [PULL 3/4] target/m68k: fix FPSR quotient byte for fmod instruction
` [PULL 4/4] target/m68k: fix FPSR quotient byte for frem instruction
[PATCH 0/7] AML Housekeeping
2023-01-16 9:14 UTC (14+ messages)
` [PATCH 1/7] hw/acpi: Add missing includes
` [PATCH 2/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
` [PATCH 3/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
` [PATCH 4/7] hw/i386/acpi-build: Remove unused attributes
` [PATCH 5/7] hw/acpi/acpi_aml_interface: Extract qbus_build_aml()
` [PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
` [PATCH 7/7] hw/isa/isa-bus: Remove now unused isa_build_aml()
[PATCH] tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4
2023-01-16 9:13 UTC (3+ messages)
[PATCH 00/11] audio: more improvements
2023-01-16 9:03 UTC (7+ messages)
` [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
` [PATCH 08/11] audio/audio_template: use g_new0() "
[QUESTION] About virtio and eventloop
2023-01-16 8:54 UTC (2+ messages)
` 答复: "
[PATCH v2 00/14] block: Move more functions to coroutines
2023-01-16 8:51 UTC (2+ messages)
[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
2023-01-16 8:41 UTC (7+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
[PATCH v5] tests/qtest: netdev: test stream and dgram backends
2023-01-16 8:40 UTC (3+ messages)
[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
2023-01-16 8:39 UTC (3+ messages)
` [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
Call qemu_socketpair() instead of socketpair() when possible
2023-01-16 8:31 UTC (3+ messages)
[PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
2023-01-16 8:31 UTC (2+ messages)
[PATCH v3] net: stream: add a new option to automatically reconnect
2023-01-16 8:29 UTC (2+ messages)
[PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
2023-01-16 8:23 UTC (4+ messages)
` [PATCH 1/2] tests/tcg/i386: Introduce and use reg_t consistently
` [PATCH 2/2] target/i386: Fix BEXTR instruction
[PATCH] tests/vm: Update haiku test vm to R1/Beta3
2023-01-16 8:19 UTC (6+ messages)
[PATCH v2 00/13] Introduce igb
2023-01-16 8:01 UTC (2+ messages)
[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
2023-01-16 7:14 UTC (7+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start
[PATCH 0/3] Fix UNMAP notifier for intel-iommu
2023-01-16 7:06 UTC (3+ messages)
[PATCH 1/2] target/riscv: Fix up masking of vsip/vsie accesses
2023-01-16 5:24 UTC (5+ messages)
` [PATCH 2/2] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
[PATCH v2 0/5] Nested virtualization fixes for QEMU
2023-01-16 5:20 UTC (11+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes
[PATCH v5 0/2] riscv: Allow user to set the satp mode
2023-01-16 4:06 UTC (3+ messages)
` [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
[PATCH 00/10] riscv: create_fdt() related cleanups
2023-01-16 4:04 UTC (14+ messages)
` [PATCH 01/10] hw/riscv/spike.c: simplify create_fdt()
` [PATCH 02/10] hw/riscv/virt.c: "
` [PATCH 03/10] hw/riscv/sifive_u.c: "
` [PATCH 04/10] hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()
` [PATCH 05/10] hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()
` [PATCH 06/10] hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()
[PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
2023-01-16 3:46 UTC (3+ messages)
[PATCH] hw/display/xlnx_dp: fix abort in xlnx_dp_change_graphic_fmt()
2023-01-16 2:54 UTC
[PATCH v2 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
2023-01-16 3:09 UTC (2+ messages)
[PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
2023-01-16 2:48 UTC (9+ messages)
` [PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
` [PATCH 2/4] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PATCH 3/4] hw/or-irq: "
` [PATCH 4/4] hw: Replace qemu_or_irq typedef by OrIRQState
[PATCH] pci: add enforce_slot_reserved_mask_manual property
2023-01-16 0:49 UTC
[PATCH] Fix exec migration on Windows (w32+w64)
2023-01-15 22:11 UTC
[PATCH v3 0/3] Add gdbstub support to HVF
2023-01-15 22:50 UTC (5+ messages)
` [PATCH v3 1/3] arm: move KVM breakpoints helpers
` [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts
` [PATCH v3 3/3] hvf: handle singlestepping over instructions which trigger a VM exit
[PATCH] linux-user: Improve strace output of getgroups() and setgroups()
2023-01-15 21:00 UTC
[qemu-web PATCH] Add download procedure in Windows with msys2
2023-01-15 19:26 UTC
[PATCH v6 00/13] vfio/migration: Implement VFIO migration protocol v2
2023-01-15 18:42 UTC (4+ messages)
` [PATCH v6 09/13] "
[PATCH] vhost-user-fs: add capability to allow migration
2023-01-15 17:09 UTC
[PATCH] target/arm: Widen cnthctl_el2 to uint64_t
2023-01-15 17:16 UTC
[PATCH v3] Windows installer: keep dependency cache
2023-01-15 16:40 UTC
[PATCH 0/2] target/riscv: Fix double calls to gen_set_rm [#1411]
2023-01-15 16:21 UTC (4+ messages)
` [PATCH 1/2] target/arm: Introduce helper_set_rounding_mode_chkfrm
` [PATCH 2/2] target/riscv: Remove helper_set_rod_rounding_mode
[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
2023-01-15 16:03 UTC (2+ messages)
[PATCH v8 00/11] parallels: Refactor the code of images checks and fix a bug
2023-01-15 15:58 UTC (12+ messages)
` [PATCH v8 01/11] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v8 02/11] parallels: Fix high_off calculation in parallels_co_check()
` [PATCH v8 03/11] parallels: Fix data_end after out-of-image check
` [PATCH v8 04/11] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v8 05/11] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v8 06/11] parallels: Move check of unclean image to a separate function
` [PATCH v8 07/11] parallels: Move check of cluster outside "
` [PATCH v8 08/11] parallels: Move check of leaks "
` [PATCH v8 09/11] parallels: Move statistic collection "
` [PATCH v8 10/11] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
` [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
[PATCH v2] Windows installer: keep dependency cache
2023-01-15 15:19 UTC (3+ messages)
[PATCH 00/17] audio: improve callback interface for audio frontends
2023-01-15 13:45 UTC (19+ messages)
` [PATCH 01/17] audio: change type of mix_buf and conv_buf
` [PATCH 02/17] audio: change type and name of the resample buffer
` [PATCH 03/17] audio: make the resampling code greedy
` [PATCH 04/17] audio: replace the resampling loop in audio_pcm_sw_write()
` [PATCH 05/17] audio: remove sw == NULL check
` [PATCH 06/17] audio: rename variables in audio_pcm_sw_write()
` [PATCH 07/17] audio: don't misuse audio_pcm_sw_write()
` [PATCH 08/17] audio: remove unused noop_conv() function
` [PATCH 09/17] audio/mixeng: calculate number of input frames
` [PATCH 10/17] audio: wire up st_rate_frames_in()
` [PATCH 11/17] audio: replace the resampling loop in audio_pcm_sw_read()
` [PATCH 12/17] audio: rename variables "
` [PATCH 13/17] audio/mixeng: calculate number of output frames
` [PATCH 14/17] audio: wire up st_rate_frames_out()
` [PATCH 15/17] audio: handle leftover audio frame from upsampling
` [PATCH 16/17] audio/audio_template: substitute sw->hw with hw
` [PATCH 17/17] audio: remove sw->ratio
[PATCH v5 0/3] block/rbd: Add support for layered encryption
2023-01-15 12:39 UTC (4+ messages)
` [PATCH v5 1/3] block/rbd: Remove redundant stack variable passphrase_len
` [PATCH v5 2/3] block/rbd: Add luks-any encryption opening option
` [PATCH v5 3/3] block/rbd: Add support for layered encryption
[PATCH] linux-user: Add strace output for clock_getres_time64() and futex_time64()
2023-01-15 11:35 UTC
[PATCH] linux-user: Improve strace output of pread64() and pwrite64()
2023-01-15 9:04 UTC
[PATCH] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
2023-01-15 5:32 UTC (2+ messages)
[PATCH v4] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
2023-01-15 2:40 UTC (2+ messages)
` [PATCH v4] tcg/arm: Use register pair allocation for qemu_{ld,st}_i64
[PATCH v2 00/22] tcg: exit_tb tidy, goto_tb reorg
2023-01-15 2:33 UTC (2+ messages)
[PATCH v3 0/4] target/m68k: fix FPSR quotient byte for fmod and frem
2023-01-15 2:01 UTC (6+ messages)
` [PATCH v3 1/4] target/m68k: pass quotient directly into make_quotient()
` [PATCH v3 2/4] target/m68k: pass sign "
` [PATCH v3 3/4] target/m68k: fix FPSR quotient byte for fmod instruction
` [PATCH v3 4/4] target/m68k: fix FPSR quotient byte for frem instruction
[RFC] Reducing NEED_CPU_H usage
2023-01-15 1:52 UTC (4+ messages)
[PATCH] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode
2023-01-15 1:21 UTC
[PATCH] target/i386: Fix BZHI instruction
2023-01-14 23:32 UTC
Display update issue on M1 Macs
2023-01-14 18:11 UTC (4+ messages)
[PATCH] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
2023-01-14 18:06 UTC
[PATCH v4] Emulate dip switch language layout settings on SUN keyboard
2023-01-14 14:38 UTC (2+ messages)
` [PATCH v5] "
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).