qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 16:28:52 to 2023-03-01 03:05:08 UTC [more...]

[PULL 00/62] tcg patch queue
 2023-03-01  2:56 UTC  (53+ messages)
` [PULL 01/62] exec/helper-head: Include missing "fpu/softfloat-types.h" header
` [PULL 02/62] softmmu: Use memmove in flatview_write_continue
` [PULL 03/62] accel/tcg: Add 'size' param to probe_access_flags()
` [PULL 04/62] accel/tcg: Add 'size' param to probe_access_full
` [PULL 05/62] include/exec: Introduce `CF_PCREL`
` [PULL 06/62] target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
` [PULL 07/62] target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
` [PULL 08/62] accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
` [PULL 09/62] include/exec: "
` [PULL 10/62] target/arm: "
` [PULL 11/62] target/i386: "
` [PULL 12/62] include/exec: Remove `TARGET_TB_PCREL` define
` [PULL 13/62] target/arm: "
` [PULL 14/62] target/i386: "
` [PULL 15/62] accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
` [PULL 16/62] accel/tcg: Replace `tb_pc()` with `tb->pc`
` [PULL 17/62] target/tricore: "
` [PULL 18/62] target/sparc: "
` [PULL 19/62] target/sh4: "
` [PULL 20/62] target/rx: "
` [PULL 21/62] target/riscv: "
` [PULL 22/62] target/openrisc: "
` [PULL 23/62] target/mips: "
` [PULL 24/62] target/microblaze: "
` [PULL 25/62] target/loongarch: "
` [PULL 26/62] target/i386: "
` [PULL 27/62] target/hppa: "
` [PULL 28/62] target/hexagon: "
` [PULL 29/62] target/avr: "
` [PULL 30/62] target/arm: "
` [PULL 31/62] include/exec: Remove `tb_pc()`
` [PULL 32/62] tcg: Adjust TCGContext.temps_in_use check
` [PULL 33/62] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
` [PULL 34/62] accel/tcg: Use more accurate max_insns for tb_overflow
` [PULL 35/62] tcg: Remove branch-to-next regardless of reference count
` [PULL 36/62] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PULL 37/62] tcg: Use noinline for major tcg_gen_code subroutines
` [PULL 38/62] tcg: Add liveness_pass_0
` [PULL 39/62] tcg: Remove TEMP_NORMAL
` [PULL 42/62] tcg: Add tcg_gen_movi_ptr
` [PULL 43/62] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
` [PULL 44/62] tcg: Use tcg_temp_ebb_new_* in tcg/
` [PULL 46/62] accel/tcg/plugin: Use tcg_temp_ebb_*
` [PULL 47/62] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
` [PULL 48/62] tcg: Don't re-use TEMP_TB temporaries
` [PULL 50/62] target/arm: Drop copies in gen_sve_{ldr,str}
` [PULL 53/62] target/hexagon: Don't use tcg_temp_local_new_*
` [PULL 55/62] target/hppa: Don't use tcg_temp_local_new
` [PULL 56/62] target/i386: "
` [PULL 57/62] target/mips: "
` [PULL 60/62] exec/gen-icount: Don't use tcg_temp_local_new_i32
` [PULL 62/62] tcg: Update docs/devel/tcg-ops.rst for temporary changes

[PATCH v4 00/12] Refactor cryptodev
 2023-03-01  2:53 UTC  (8+ messages)
` [PATCH v4 11/12] cryptodev: Support query-stats QMP command
            `  "

[PATCH v5 00/12] Refactor cryptodev
 2023-03-01  2:51 UTC  (13+ messages)
` [PATCH v5 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v5 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v5 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v5 04/12] cryptodev: Introduce server "
` [PATCH v5 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v5 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v5 07/12] hmp: add cryptodev info command
` [PATCH v5 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v5 09/12] cryptodev: Account statistics
` [PATCH v5 10/12] cryptodev: support QoS
` [PATCH v5 11/12] cryptodev: Support query-stats QMP command
` [PATCH v5 12/12] MAINTAINERS: add myself as the maintainer for cryptodev

[PATCH 0/2] plugin: fix clearing of plugin_mem_cbs on TB exit
 2023-03-01  2:47 UTC  (3+ messages)
` [PATCH 1/2] tcg: Clear "
` [PATCH 2/2] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-01  1:30 UTC  (3+ messages)
` [PATCH v4 07/15] vdpa: add vhost_vdpa_suspend

[PATCH RESEND v7 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-03-01  1:21 UTC  (11+ messages)
` [PATCH RESEND v7 1/9] target/arm: Move cortex sysregs into a separate file
` [PATCH RESEND v7 2/9] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH RESEND v7 3/9] target/arm: Move aa32_max_features out of cpu_tcg.c
` [PATCH RESEND v7 4/9] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test
` [PATCH RESEND v7 6/9] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH RESEND v7 7/9] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PATCH RESEND v7 8/9] gitlab-ci: Check building KVM-only aarch64 target
` [PATCH RESEND v7 9/9] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-01  0:33 UTC  (9+ messages)
` [PATCH v5 1/7] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
` [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v5 4/7] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
` [PATCH v5 6/7] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
` [PATCH v5 7/7] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
 2023-03-01  0:09 UTC  (2+ messages)

[PATCH v2 0/2] QGA installer fixes
 2023-02-28 22:48 UTC  (4+ messages)

[PATCH 0/4] hw/isa/piix: Housekeeping QOM names / macros
 2023-02-28 22:33 UTC  (7+ messages)
` [PATCH 1/4] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH 3/4] hw/isa/piix: Unify QOM type name of PIIX ISA function

[PATCH 0/3] hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
 2023-02-28 22:26 UTC  (17+ messages)
` [PATCH 1/3] hw/acpi/cpu_hotplug: Rename gpe_cpu -> gpe
` [PATCH 2/3] hw/acpi/cpu_hotplug: Rename 'parent' MemoryRegion as 'container'
` [PATCH 3/3] hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'

[PATCH 0/5] eBPF RSS Helper support
 2023-02-28 22:21 UTC  (9+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check

[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
 2023-02-28 22:19 UTC  (13+ messages)

[PATCH 2/2] log: remove unneeded new line
 2023-02-28 22:16 UTC  (2+ messages)

[PATCH][RESEND v3 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-02-28 22:12 UTC  (12+ messages)
` [PATCH][RESEND v3 1/3] hapvdimm: add a virtual DIMM device for memory hot-add protocols
` [PATCH][RESEND v3 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2023-02-28 22:00 UTC  (2+ messages)

[PATCH v3 00/24] testing/next: docker, avocado, unit, gitlab
 2023-02-28 21:59 UTC  (30+ messages)
` [PATCH v3 01/24] tests: don't run socat tests on MacOS as well
` [PATCH v3 02/24] tests: add socat dependency for tests
` [PATCH v3 03/24] tests: be a bit more strict cleaning up fifos
` [PATCH v3 04/24] tests: make fp-test less chatty when running from test suite
` [PATCH v3 05/24] gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs
` [PATCH v3 06/24] gitlab: extend custom runners with base_job_template
` [PATCH v3 07/24] tests: don't run benchmarks for the tsan build
` [PATCH v3 08/24] testing: update ubuntu2004 to ubuntu2204
` [PATCH v3 09/24] tests: skip the nios2 replay_kernel test
` [PATCH v3 10/24] tests: add tuxrun baseline test to avocado
` [PATCH v3 11/24] tests/docker: Use binaries for debian-tricore-cross
` [PATCH v3 12/24] tests: ensure we export job results for some cross builds
` [PATCH v3 13/24] cirrus.yml: Improve the windows_msys2_task
` [PATCH v3 14/24] tests/dockerfiles: unify debian-toolchain references
` [PATCH v3 15/24] gitlab: Use plain docker in container-template.yml
` [PATCH v3 16/24] tests: Ensure TAP version is printed before other messages
` [PATCH v3 17/24] configure: expose the direct container command
` [PATCH v3 18/24] tests/lcitool: append user setting stanza to dockerfiles
` [PATCH v3 19/24] tests/docker: add USER stanzas to non-lci images
` [PATCH v3 20/24] tests/docker: use direct RUNC call to build containers
` [PATCH v3 21/24] tests/docker: use direct RUNC call to run test jobs
` [PATCH v3 22/24] gitlab: move the majority of artefact handling to a template
` [PATCH v3 23/24] tests/docker: add zstdtools to the images (!AWAITING UPSTREAM)
` [PATCH v3 24/24] tests/avocado: disable BootLinuxPPC64 test in CI

[PATCH v3 1/1] vhost-user-fs: add migration type property
 2023-02-28 21:54 UTC  (16+ messages)

[PATCH 0/2] Deprecate support for 32-bit x86 and arm hosts
 2023-02-28 21:32 UTC  (12+ messages)
` [PATCH 1/2] docs/about: Deprecate 32-bit x86 hosts and qemu-system-i386

[PATCH 0/6] tests/qtest/readconfig: Test configs in docs/config/
 2023-02-28 21:15 UTC  (7+ messages)
` [PATCH 1/6] tests/qtest/readconfig: Rework test_object_rng_resp into a generic function
` [PATCH 2/6] tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg
` [PATCH 3/6] docs/config: Set the "kvm" accelerator via "[accel]" section
` [PATCH 4/6] tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes
` [PATCH 5/6] tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
` [PATCH 6/6] tests/qtest/readconfig: Test docs/config/q35-emulated.cfg

[PATCH] plugin: fix clearing of plugin_mem_cbs before TB exit
 2023-02-28 20:50 UTC  (3+ messages)

[PATCH v3 0/4] qga: Add optional `merge-output` flag to guest-exec QAPI
 2023-02-28 20:48 UTC  (5+ messages)
` [PATCH v3 1/4] crypto/luks: Initialize stack variable to silence warning
` [PATCH v3 2/4] qemu-keymap: Fix memory leaks
` [PATCH v3 3/4] qga: Add optional `merge-output` flag to guest-exec qapi
` [PATCH v3 4/4] qga: test: Add tests for `merge-output` flag

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-28 20:36 UTC  (9+ messages)
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges

[PATCH v2 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI
 2023-02-28 20:31 UTC  (6+ messages)
` [PATCH v2 1/3] crypto/luks: Initialize stack variable to silence warning
` [PATCH v2 2/3] qga: Add optional `merge-output` flag to guest-exec qapi
` [PATCH v2 3/3] qga: test: Add tests for `merge-output` flag

[PATCH] tests: Ensure TAP version is printed before other messages
 2023-02-28 20:30 UTC  (2+ messages)

[PULL v2 000/125] Buildsys / QOM / QDev / UI patches for 2023-02-27
 2023-02-28 20:08 UTC  (2+ messages)

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-02-28 19:16 UTC  (9+ messages)
` [PATCH v3 06/10] monitor: release the lock before calling close()
` [PATCH v3 07/10] qapi: implement conditional command arguments

[PATCH v2 00/30] tcg: Improve atomicity support
 2023-02-28 18:19 UTC  (11+ messages)
` [PATCH v2 02/30] include/exec/memop: Add bits describing atomicity
` [PATCH v2 03/30] accel/tcg: Add cpu_in_serial_context
` [PATCH v2 04/30] accel/tcg: Introduce tlb_read_idx
` [PATCH v2 05/30] accel/tcg: Reorg system mode load helpers
` [PATCH v2 07/30] accel/tcg: Honor atomicity of loads

[PATCH v4 00/31] tcg: Simplify temporary usage
 2023-02-28 17:48 UTC  (5+ messages)
` [PATCH v4 07/31] tcg: Add liveness_pass_0
` [PATCH v4 17/31] tcg: Don't re-use TEMP_TB temporaries

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-02-28 17:34 UTC  (3+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[PATCH] memory: avoid unnecessary iteration when updating ioeventfds
 2023-02-28 17:16 UTC  (2+ messages)

[PATCH v4 0/7] Pegasos2 fixes and audio output support
 2023-02-28 17:14 UTC  (10+ messages)

[PATCH] MAINTAINERS: Add Fan Ni as Compute eXpress Link QEMU reviewer
 2023-02-28 17:00 UTC  (2+ messages)

[PATCH V4 0/8] Add basic ACPI support for risc-v virt
 2023-02-28 16:52 UTC  (7+ messages)
` [PATCH V4 5/8] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2023-02-28 16:50 UTC  (16+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw

[PATCH 0/4] Support x2APIC mode with TCG accelerator
 2023-02-28 16:39 UTC  (7+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode

[PATCH v6 0/4] memory: prevent dma-reentracy issues
 2023-02-28 16:28 UTC  (5+ 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).