qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-01 16:06:34 to 2023-05-02 14:53:17 UTC [more...]

[PATCH] block/blkio: add 'fd' option to virtio-blk-vhost-vdpa driver
 2023-05-02 14:50 UTC 

[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds
 2023-05-02 14:51 UTC  (11+ messages)
` [PATCH v11 04/13] target/arm: Do not expose all -cpu max features to qtests
` [PATCH v11 06/13] tests/qtest: Adjust and document query-cpu-model-expansion test for arm

[PATCH 0/2] tcg: ppc64: Fix mask generation for vextractdm
 2023-05-02 14:02 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions

[PULL v2 00/34] target-arm queue
 2023-05-02 14:49 UTC 

[PULL 00/35] target-arm queue
 2023-05-02 14:47 UTC  (38+ messages)
` [PULL 01/35] target/arm: Move cortex sysregs into a separate file
` [PULL 02/35] target/arm: Remove dead code from cpu_max_set_sve_max_vq
` [PULL 03/35] target/arm: Extract TCG -cpu max code into a function
` [PULL 04/35] target/arm: Do not expose all -cpu max features to qtests
` [PULL 05/35] target/arm: Move 64-bit TCG CPUs into tcg/
` [PULL 06/35] tests/qtest: Adjust and document query-cpu-model-expansion test for arm
` [PULL 07/35] target/arm: move cpu_tcg to tcg/cpu32.c
` [PULL 08/35] tests/qtest: Fix tests when no KVM or TCG are present
` [PULL 09/35] tests/avocado: Pass parameters to migration test
` [PULL 10/35] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PULL 11/35] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PULL 12/35] tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG
` [PULL 13/35] gitlab-ci: Check building KVM-only aarch64 target
` [PULL 14/35] hw/net: npcm7xx_emc: set MAC in register space
` [PULL 15/35] hw/arm/bcm2835_property: Implement "get command line" message
` [PULL 16/35] make one-insn-per-tb an accel option
` [PULL 17/35] softmmu: Don't use 'singlestep' global in QMP and HMP commands
` [PULL 18/35] accel/tcg: Use one_insn_per_tb global instead of old singlestep global
` [PULL 19/35] linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
` [PULL 20/35] bsd-user: "
` [PULL 21/35] Document that -singlestep command line option is deprecated
` [PULL 22/35] accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'
` [PULL 23/35] hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
` [PULL 24/35] qapi/run-state.json: Fix missing newline at end of file
` [PULL 25/35] qmp: Deprecate 'singlestep' member of StatusInfo
` [PULL 26/35] docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation
` [PULL 27/35] hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()
` [PULL 28/35] hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()
` [PULL 29/35] hw/arm/aspeed: Use arm_write_bootloader() to write the bootloader
` [PULL 30/35] hw/arm/raspi: Use arm_write_bootloader() to write boot code
` [PULL 31/35] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
` [PULL 32/35] target/arm: Define and use new load_cpu_field_low32()
` [PULL 33/35] target/arm: Add compile time asserts to load/store_cpu_field macros
` [PULL 34/35] hw/sd/allwinner-sdhost: Correctly byteswap descriptor fields
` [PULL 35/35] hw/net/allwinner-sun8i-emac: "

[PATCH v2 0/4] Cleanup [h_enter|spapr_exit]_nested routines
 2023-05-02 14:46 UTC  (16+ messages)
` [PATCH v2 1/4] ppc: spapr: cleanup cr get/store in [h_enter|spapr_exit]_nested with helpers
` [PATCH v2 2/4] ppc: spapr: cleanup h_enter_nested() with helper routines
` [PATCH v2 3/4] ppc: spapr: cleanup spapr_exit_nested() "

proposed schedule for 8.1 release
 2023-05-02 14:44 UTC 

[PATCH] 9pfs/xen: Fix segfault on shutdown
 2023-05-02 14:37 UTC 

Patch for png_save(), QEMU v8.0
 2023-05-02 14:37 UTC 

[RFC PATCH] docs: document breakpoint and watchpoint support
 2023-05-02 14:26 UTC 

[PATCH 0/9] tcg: Remove compatability helpers for qemu ld/st
 2023-05-02 14:11 UTC  (11+ messages)
` [PATCH 1/9] target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*
` [PATCH 2/9] target/cris: "
` [PATCH 3/9] target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
` [PATCH 4/9] target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*
` [PATCH 5/9] target/mips: "
` [PATCH 6/9] target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*
` [PATCH 7/9] target/sparc: "
` [PATCH 8/9] target/xtensa: "
` [PATCH 9/9] tcg: Remove compatability helpers for qemu ld/st

[PATCH v3 0/2] igb: packet-split descriptors support
 2023-05-02 14:00 UTC  (4+ messages)
  ` [PATCH v3 1/2] igb: RX descriptors handling cleanup

Patch for png_save(), QEMU v8.0
 2023-05-02 13:59 UTC  (2+ messages)

[PATCH] ui: Fix pixel colour channel order for PNG screenshots
 2023-05-02 13:55 UTC 

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-02 13:48 UTC  (6+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug

[PATCH] linux-user: Add /proc/cpuinfo handler for RISC-V
 2023-05-02 13:44 UTC 

[PATCH v4 00/20] block: remove aio_disable_external() API
 2023-05-02 13:19 UTC  (5+ messages)
` [PATCH v4 04/20] virtio-scsi: stop using aio_disable_external() during unplug

[PATCH v3] meson: Pass -j option to sphinx
 2023-05-02 13:06 UTC  (7+ messages)

QMP (without OOB) function running in thread different from the main thread as part of aio_poll
 2023-05-02 12:49 UTC  (17+ messages)

[PULL 00/18] testing and doc updates
 2023-05-02 12:21 UTC  (3+ messages)

[PATCH] hw/arm/bcm2835_property: Implement "get command line" message
 2023-05-02 11:42 UTC  (4+ messages)

[PATCH] linux-user: Fix mips fp64 executables loading
 2023-05-02 11:41 UTC  (3+ messages)

[PATCH v2] vhost-user: send SET_STATUS 0 after GET_VRING_BASE
 2023-05-01 23:04 UTC 

[PATCH] async: avoid use-after-free on re-entrancy guard
 2023-05-02 11:40 UTC  (3+ messages)

[PATCH RFC v2 0/9] Add loongarch kvm accel support
 2023-05-02 11:32 UTC  (11+ messages)
` [PATCH RFC v2 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v2 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v2 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v2 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v2 6/9] target/loongarch: Implement kvm_arch_init_vcpu

[PATCH v2 0/3] ROM migration
 2023-05-02 11:26 UTC  (13+ messages)
` [PATCH v2 1/3] pci: pci_add_option_rom(): improve style
` [PATCH v2 2/3] pci: pci_add_option_rom(): refactor: use g_autofree for path variable
` [PATCH v2 3/3] pci: ROM preallocation for incoming migration

[PULL 00/12] tcg patch queue
 2023-05-02 11:20 UTC  (13+ messages)
` [PULL 01/12] softmmu: Tidy dirtylimit_dirty_ring_full_time
` [PULL 02/12] accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
` [PULL 03/12] qemu/bitops.h: Limit rotate amounts
` [PULL 04/12] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
` [PULL 05/12] tcg: Add tcg_gen_gvec_andcs
` [PULL 06/12] tcg: Add tcg_gen_gvec_rotrs
` [PULL 07/12] qemu/int128: Re-shuffle Int128Alias members
` [PULL 08/12] migration/xbzrle: Use __attribute__((target)) for avx512
` [PULL 09/12] accel/tcg: Add cpu_ld*_code_mmu
` [PULL 10/12] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PULL 11/12] tcg/mips: "
` [PULL 12/12] tcg: Introduce tcg_out_movext2

[PATCH v3] Hexagon (target/hexagon) Additional instructions handled by idef-parser
 2023-05-02 11:12 UTC  (2+ messages)

[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
 2023-05-02 10:58 UTC  (7+ messages)
` [PATCH v7 1/1] arm/kvm: add support for MTE

[PATCH] tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test
 2023-05-02 10:57 UTC 

[PULL 00/21] Migration 20230428 patches
 2023-05-02 10:43 UTC  (4+ messages)

[PATCH v3 00/10] Deprecate/rename singlestep command line option, monitor interfaces
 2023-05-02 10:43 UTC  (3+ messages)

[PATCH 0/2] arm: allwinner: fix endianness bugs in sdhost and sun8i-emac
 2023-05-02 10:34 UTC  (2+ messages)

[PATCH 0/2] target/arm: Load correct half of 64-bit fields
 2023-05-02 10:33 UTC  (2+ messages)

[PATCH] migration/xbzrle: Use __attribute__((target)) for avx512
 2023-05-02 10:31 UTC  (3+ messages)

[PATCH] qemu/int128: Re-shuffle Int128Alias members
 2023-05-02 10:30 UTC  (3+ messages)

[PATCH] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
 2023-05-02 10:28 UTC  (2+ messages)

[PATCH 0/3] hw/arm: Fix raspi, aspeed bootloaders on big-endian hosts
 2023-05-02 10:27 UTC  (2+ messages)

[PATCH] hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()
 2023-05-02 10:25 UTC  (3+ messages)

[PATCH] docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation
 2023-05-02 10:23 UTC  (2+ messages)

[PULL 0/3] Various fixes
 2023-05-02 10:18 UTC  (4+ messages)
` [PULL 1/3] tests/qtest: Disable the spice test of readconfig-test on FreeBSD
` [PULL 2/3] tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG
` [PULL 3/3] async: avoid use-after-free on re-entrancy guard

[PATCH v2] hw/net: npcm7xx_emc: set MAC in register space
 2023-05-02 10:03 UTC  (4+ messages)

[PATCH v2] migration: Handle block device inactivation failures better
 2023-05-02  9:54 UTC  (2+ messages)

[PATCH v2 00/12] simpletrace: refactor and general improvements
 2023-05-02  9:23 UTC  (13+ messages)
` [PATCH v2 01/12] simpletrace: Improve parsing of sys.argv; fix files never closed
` [PATCH v2 02/12] simpletrace: Annotate magic constants from QEMU code
` [PATCH v2 03/12] simpletrace: changed naming of edict and idtoname to improve readability
` [PATCH v2 04/12] simpletrace: update code for Python 3.11
` [PATCH v2 05/12] simpletrace: Changed Analyzer class to become context-manager
` [PATCH v2 06/12] simpletrace: Simplify construction of tracing methods
` [PATCH v2 07/12] simpletrace: Improved error handling on struct unpack
` [PATCH v2 08/12] simpletrace: define exception and add handling
` [PATCH v2 09/12] simpletrace: Refactor to separate responsibilities
` [PATCH v2 10/12] MAINTAINERS: add maintainer of simpletrace.py
` [PATCH v2 11/12] scripts/analyse-locks-simpletrace.py: changed iteritems() to items()
` [PATCH v2 12/12] scripts/analyse-locks-simpletrace.py: reflect changes to process in simpletrace.py

[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-05-02  8:54 UTC  (3+ messages)
` [RESEND PATCH v6 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register

[PULL 00/15] Kraxel 20220614 patches
 2023-05-02  8:25 UTC  (6+ messages)
` [PULL 04/15] hw/usb: Add CanoKey Implementation
  ` Apache license usage (was Re: [PULL 04/15] hw/usb: Add CanoKey Implementation)

[PATCH] tests/9p: fix potential leak in v9fs_rreaddir()
 2023-05-02  5:46 UTC  (4+ messages)

[PATCH] vhost-user: send SET_STATUS 0 after GET_VRING_BASE
 2023-05-01 20:26 UTC  (3+ messages)

[PATCH 00/10] tracing: remove dynamic vcpu state
 2023-05-01 20:25 UTC  (2+ messages)

[PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
 2023-05-01 20:20 UTC  (7+ messages)
` [PATCH v3 08/19] qemu/bitops.h: Limit rotate amounts
` [PATCH v3 09/19] tcg: Add andcs and rotrs tcg gvec ops
` [PATCH v3 10/19] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers

[RFC PATCH v3 00/20] configure: create a python venv and ensure meson, sphinx
 2023-05-01 19:20 UTC  (2+ messages)

[PATCH 00/20] Graph locking, part 3 (more block drivers)
 2023-05-01 19:10 UTC  (23+ messages)
` [PATCH 10/20] nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
` [PATCH 11/20] vhdx: Take graph lock for accessing a node's parent list
` [PATCH 12/20] mirror: "
` [PATCH 13/20] block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
` [PATCH 14/20] block: Mark bdrv_co_get_info() "
` [PATCH 15/20] block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
` [PATCH 16/20] block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
` [PATCH 17/20] block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
` [PATCH 18/20] block: Mark bdrv_query_block_graph_info() "
` [PATCH 19/20] block: Mark bdrv_recurse_can_replace() "
` [PATCH 20/20] block: Mark bdrv_refresh_limits() "

[RFC PATCH v4 00/44] Add LoongArch LSX instructions
 2023-05-01 18:43 UTC  (14+ messages)
` [RFC PATCH v4 01/44] target/loongarch: Add LSX data type VReg
` [RFC PATCH v4 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH v4 30/44] target/loongarch: Implement vpcnt
` [RFC PATCH v4 34/44] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH v4 37/44] target/loongarch: Implement vbitsel vset
` [RFC PATCH v4 41/44] target/loongarch: Implement vld vst

[PATCH v6 0/3] qga: Support merging output streams in guest-exec
 2023-05-01 17:54 UTC  (6+ messages)
` [PATCH v6 2/3] qga: Add `merged` variant to GuestExecCaptureOutputMode

[PATCH] block: compile out assert_bdrv_graph_readable() by default
 2023-05-01 17:34 UTC 

[PATCH v2 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
 2023-05-01 16:53 UTC  (4+ messages)
` [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

[PATCH v4 0/3] Smstateen FCSR
 2023-05-01 16:33 UTC  (3+ messages)
` [PATCH v4 2/3] target/riscv: Reuse tb->flags.FS

[PATCH v2] Hexagon (target/hexagon) Additional instructions handled by idef-parser
 2023-05-01 16:06 UTC  (4+ 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).