qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-23 16:53:21 to 2023-04-24 10:52:51 UTC [more...]

[PATCH v2] block/monitor/block-hmp-cmds.c: Fix crash when execute hmp_commit
 2023-04-24 10:51 UTC  (2+ messages)

[PATCH v3 00/47] igb: Fix for DPDK
 2023-04-24 10:51 UTC  (12+ messages)
` [PATCH v3 06/47] igb: Clear IMS bits when committing ICR access
` [PATCH v3 29/47] igb: Rename a variable in igb_receive_internal()
` [PATCH v3 36/47] igb: Implement Rx SCTP CSO
` [PATCH v3 37/47] igb: Implement Tx "
` [PATCH v3 40/47] igb: Implement igb-specific oversize check

[PATCH] hw/riscv/virt: Add a second UART for secure world
 2023-04-24 10:51 UTC 

[PATCH 00/18] testing/next: avocado, docs (pre-PR)
 2023-04-24 10:46 UTC  (21+ messages)
` [PATCH 01/18] tests/requirements.txt: bump up avocado-framework version to 101.0
` [PATCH 02/18] tests/avocado: use the new snapshots for testing
` [PATCH 03/18] tests/avocado: Add set of boot tests on SBSA-ref
` [PATCH 04/18] gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
` [PATCH 05/18] scripts/device-crash-test: Add a parameter to run with TCG only
` [PATCH 06/18] qemu-options: finesse the recommendations around -blockdev
` [PATCH 07/18] .gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12
` [PATCH 08/18] tests/avocado: Make ssh_command_output_contains() globally available
` [PATCH 09/18] tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk tests
` [PATCH 10/18] MAINTAINERS: Cover tests/avocado/machine_aspeed.py
` [PATCH 11/18] avocado_qemu/__init__.py: factor out the qemu-img finding
` [PATCH 12/18] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
` [PATCH 13/18] tests/tcg: limit the scope of the plugin tests
` [PATCH 14/18] qemu-options.hx: Update descriptions of memory options for NUMA node
` [PATCH 15/18] docs/system: remove excessive punctuation from guest-loader docs
` [PATCH 16/18] docs/devel: make a statement about includes
` [PATCH 17/18] docs/devel: mention the spacing requirement for QOM
` [PATCH 18/18] docs/style: call out the use of GUARD macros

[PATCH] hw/riscv/virt: Add a second UART for secure world
 2023-04-24 10:43 UTC  (3+ messages)

[PATCH v2 RESEND] xen: Fix SEGV on domain disconnect
 2023-04-24 10:32 UTC  (2+ messages)

[PATCH 00/13] Clean up PCI IDE device models
 2023-04-24 10:10 UTC  (28+ messages)
` [PATCH 02/13] hw/ide/via: Implement ISA IRQ routing
` [PATCH 04/13] hw/ide: Extract IDEBus assignment into bmdma_init()
` [PATCH 05/13] hw/ide: Extract pci_ide_class_init()
` [PATCH 06/13] hw/ide: Extract bmdma_init_ops()
` [PATCH 07/13] hw/ide: Extract pci_ide_{cmd, data}_le_ops initialization into base class constructor
  ` [PATCH 07/13] hw/ide: Extract pci_ide_{cmd,data}_le_ops "
` [PATCH 11/13] hw/ide/sii3112: Reuse PCIIDEState::{cmd,data}_ops
` [PATCH 13/13] hw/ide: Extract bmdma_clear_status()

[PATCH v3 00/10] Deprecate/rename singlestep command line option, monitor interfaces
 2023-04-24 10:06 UTC  (3+ messages)
` [PATCH v3 10/10] hmp: Deprecate 'singlestep' member of StatusInfo

[PULL 00/20] Migration 20230420 patches
 2023-04-24  9:57 UTC  (6+ messages)

[PATCH v2 0/6] tests/qtest: make migration-test massively faster
 2023-04-24  9:53 UTC  (10+ messages)
` [PATCH v2 3/6] tests/qtest: capture RESUME events during migration
` [PATCH v2 6/6] tests/migration: Only run auto_converge in slow mode

[PATCH v4 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-04-24  9:43 UTC  (6+ messages)
` [PATCH v4 1/5] parallels: Incorrect data end calculation in parallels_open()
` [PATCH v4 2/5] parallels: Split image leak handling to separate check and fix helpers
` [PATCH v4 3/5] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v4 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v4 5/5] parallels: Image repairing in parallels_open()

[PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug
 2023-04-24  9:31 UTC  (13+ messages)
` [PATCH v11 01/12] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v11 02/12] parallels: Fix high_off calculation in parallels_co_check()
` [PATCH v11 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
` [PATCH v11 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v11 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v11 06/12] parallels: Move check of unclean image to a separate function
` [PATCH v11 07/12] parallels: Move check of cluster outside "
` [PATCH v11 08/12] parallels: Fix statistics calculation
` [PATCH v11 09/12] parallels: Move check of leaks to a separate function
` [PATCH v11 10/12] parallels: Move statistic collection "
` [PATCH v11 11/12] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
` [PATCH v11 12/12] parallels: Incorrect condition in out-of-image check

[PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug
 2023-04-24  9:29 UTC  (14+ messages)
` [PATCH v11 01/12] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v11 02/12] parallels: Fix high_off calculation in parallels_co_check()
` [PATCH v11 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
` [PATCH v11 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v11 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v11 06/12] parallels: Move check of unclean image to a separate function
` [PATCH v11 07/12] parallels: Move check of cluster outside "
` [PATCH v11 08/12] parallels: Fix statistics calculation
` [PATCH v11 09/12] parallels: Move check of leaks to a separate function
` [PATCH v11 10/12] parallels: Move statistic collection "
` [PATCH v11 11/12] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
` [PATCH v11 12/12] parallels: Incorrect condition in out-of-image check

[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
 2023-04-24  9:28 UTC  (2+ messages)

[PATCH] block/monitor/block-hmp-cmds.c: Fix crash when execute hmp_commit
 2023-04-24  9:25 UTC  (4+ messages)

[PATCH 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-24  9:14 UTC  (8+ messages)
` [PATCH 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

[PATCH 0/6] Add RISC-V KVM AIA Support
 2023-04-24  9:07 UTC  (7+ messages)
` [PATCH 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
` [PATCH 2/6] target/riscv: support the AIA device emulateion with KVM enabled
` [PATCH 3/6] target/riscv: check the in-kernel irqchip support
` [PATCH 4/6] target/riscv: Create an KVM AIA irqchip
` [PATCH 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH 6/6] target/riscv: select KVM AIA in riscv virt machine

[PATCH 0/9] docs: various (style, punctuation and typo fixes)
 2023-04-24  9:07 UTC  (4+ messages)
` [PATCH 9/9] docs/style: call out the use of GUARD macros

[PATCH v5] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
 2023-04-24  9:01 UTC  (3+ messages)

[PATCH] Don't require libcap-ng for virtfs support
 2023-04-24  9:04 UTC  (2+ messages)

[PATCH v4 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-24  8:30 UTC  (3+ messages)
` [PATCH v4 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

[RFC PATCH v3 00/44] Add LoongArch LSX instructions
 2023-04-24  7:15 UTC  (11+ messages)
` [RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg
` [RFC PATCH v3 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [RFC PATCH v3 09/44] target/loongarch: Implement vaddw/vsubw
` [RFC PATCH v3 13/44] target/loongarch: Implement vmax/vmin
` [RFC PATCH v3 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}

[RFC PATCH v1 0/2] vhost-vdpa: cache Virtio states
 2023-04-24  7:04 UTC  (3+ messages)

[PATCH] async: Suppress GCC13 false positive in aio_bh_poll()
 2023-04-24  6:54 UTC  (3+ messages)

[PATCH v3 00/57] tcg: Simplify calls to load/store helpers
 2023-04-24  5:41 UTC  (58+ messages)
` [PATCH v3 01/57] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PATCH v3 02/57] tcg/mips: "
` [PATCH v3 03/57] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH v3 04/57] tcg: Introduce tcg_out_movext2
` [PATCH v3 05/57] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 06/57] tcg/i386: Generalize multi-part load overlap test
` [PATCH v3 07/57] tcg/i386: Introduce HostAddress
` [PATCH v3 08/57] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
` [PATCH v3 09/57] tcg/i386: Introduce tcg_out_testi
` [PATCH v3 10/57] tcg/i386: Introduce prepare_host_addr
` [PATCH v3 11/57] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v3 12/57] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v3 13/57] tcg/aarch64: Introduce HostAddress
` [PATCH v3 14/57] tcg/aarch64: Introduce prepare_host_addr
` [PATCH v3 15/57] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 16/57] tcg/arm: Introduce HostAddress
` [PATCH v3 17/57] tcg/arm: Introduce prepare_host_addr
` [PATCH v3 18/57] tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v3 19/57] tcg/loongarch64: Introduce HostAddress
` [PATCH v3 20/57] tcg/loongarch64: Introduce prepare_host_addr
` [PATCH v3 21/57] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 22/57] tcg/mips: Introduce prepare_host_addr
` [PATCH v3 23/57] tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 24/57] tcg/ppc: Introduce HostAddress
` [PATCH v3 25/57] tcg/ppc: Introduce prepare_host_addr
` [PATCH v3 26/57] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v3 27/57] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 28/57] tcg/riscv: Introduce prepare_host_addr
` [PATCH v3 29/57] tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v3 30/57] tcg/s390x: Introduce HostAddress
` [PATCH v3 31/57] tcg/s390x: Introduce prepare_host_addr
` [PATCH v3 32/57] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH v3 33/57] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v3 34/57] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH v3 35/57] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v3 36/57] tcg: Introduce arg_slot_stk_ofs
` [PATCH v3 37/57] tcg: Widen helper_*_st[bw]_mmu val arguments
` [PATCH v3 38/57] tcg: Add routines for calling slow-path helpers
` [PATCH v3 39/57] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v3 40/57] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v3 41/57] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v3 42/57] tcg/arm: "
` [PATCH v3 43/57] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v3 44/57] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v3 45/57] tcg/ppc: "
` [PATCH v3 46/57] tcg/riscv: "
` [PATCH v3 47/57] tcg/s390x: "
` [PATCH v3 48/57] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v3 49/57] tcg/mips: Remove MO_BSWAP handling
` [PATCH v3 50/57] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v3 51/57] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v3 52/57] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v3 53/57] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v3 54/57] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v3 55/57] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v3 56/57] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v3 57/57] tcg/s390x: Simplify constraints on qemu_ld/st

[PATCH] hw/riscv/virt: Add a second UART for secure world
 2023-04-24  5:50 UTC  (3+ messages)

[PATCH v2 00/54] tcg: Simplify calls to load/store helpers
 2023-04-24  4:36 UTC  (18+ messages)
` [PATCH v2 20/54] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v2 22/54] tcg/arm: "
` [PATCH v2 25/54] tcg/ppc: "
` [PATCH v2 27/54] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v2 28/54] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v2 32/54] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v2 33/54] tcg: Introduce arg_slot_stk_ofs
` [PATCH v2 34/54] tcg: Widen helper_*_st[bw]_mmu val arguments

[PATCH v4 0/2] Improve code coverage for ppc64
 2023-04-24  4:20 UTC  (3+ messages)

[PATCH v2 0/1] SDL2: fix handling of the AltGr key on Windows again
 2023-04-24  3:33 UTC  (3+ messages)
` [PATCH v2 1/1] ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows

[PATCH 0/8] Start replacing target_ulong with vaddr
 2023-04-23 19:42 UTC  (7+ messages)
` [PATCH 7/8] cpu: Replace target_ulong with vaddr in tb_invalidate_phys_addr()

get_relocated_path: the configured paths are not looked for?
 2023-04-23 18:39 UTC  (13+ messages)

[PATCH v2 0/2] linux-user: Fix mincore() with PROT_NONE
 2023-04-23 17:24 UTC  (2+ messages)

[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-04-23 16:51 UTC  (6+ messages)
` [PATCH v5 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v5 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v5 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v5 7/7] hw/cxl/events: Add injection of Memory Module Events


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