qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 07:37:33 to 2023-05-23 13:50:55 UTC [more...]

[PATCH v2 00/27] accel/tcg: Improvements to atomic128.h
 2023-05-23 13:47 UTC  (16+ messages)
` [PATCH v2 02/27] util: Add cpuinfo-i386.c
` [PATCH v2 04/27] tcg/i386: Use host/cpuinfo.h
` [PATCH v2 05/27] util/bufferiszero: Use i386 host/cpuinfo.h
` [PATCH v2 06/27] migration/xbzrle: Shuffle function order
` [PATCH v2 07/27] migration/xbzrle: Use i386 host/cpuinfo.h
` [PATCH v2 08/27] migration: Build migration_files once
` [PATCH v2 09/27] util: Add cpuinfo-aarch64.c
` [PATCH v2 12/27] meson: Fix detect atomic128 support with optimization
` [PATCH v2 15/27] target/s390x: Use tcg_gen_qemu_{ld, st}_i128 for LPQ, STPQ
` [PATCH v2 18/27] target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csst
` [PATCH v2 19/27] accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu
` [PATCH v2 21/27] accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
` [PATCH v2 24/27] tcg: Split out tcg/debug-assert.h
` [PATCH v2 25/27] qemu/atomic128: Improve cmpxchg fallback for atomic16_set
` [PATCH v2 27/27] qemu/atomic128: Add x86_64 atomic128-ldst.h

[PATCH] fsl-imx6: Add SNVS support for i.MX6 boards
 2023-05-23 13:46 UTC  (2+ messages)

[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
 2023-05-23 13:46 UTC  (5+ messages)
` [PULL 32/62] hw/xen: Implement EVTCHNOP_bind_virq
    ` [PATCH] i386/xen: consistent locking around Xen singleshot timers

[PATCH v2] docs: build-system: rename "default-configs" to "configs"
 2023-05-23 13:45 UTC  (2+ messages)

[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
 2023-05-23 13:40 UTC  (9+ messages)

[PATCH 00/12] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-05-23 13:39 UTC  (23+ messages)
` [PATCH 01/12] util/fifo8: Fix typo in fifo8_push_all() description
` [PATCH 02/12] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH 03/12] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH 04/12] hw/char/pl011: Display register name in trace events
` [PATCH 05/12] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PATCH 06/12] hw/char/pl011: Replace magic values by register field definitions
` [PATCH 07/12] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH 08/12] hw/char/pl011: Extract pl011_write_tx() from pl011_write()
` [PATCH 09/12] hw/char/pl011: Check if transmitter is enabled
` [PATCH 10/12] hw/char/pl011: Check if receiver "
` [PATCH 11/12] hw/char/pl011: Rename RX FIFO methods

Help finding Coverity defects for generated Hexagon code
 2023-05-23 13:29 UTC  (4+ messages)

Add CI configuration for Kubernetes
 2023-05-23 13:28 UTC  (19+ messages)
` [PATCH v2 1/5] Remove redundant CI variables
` [PATCH v2 2/5] Use docker "stable" tag
` [PATCH v2 3/5] Add loop over docker info
` [PATCH v2 4/5] Add CI variable RUNNER_TAG
` [PATCH v2 5/5] Add Kubernetes runner configuration
` [PATCH v3 "

[PATCH] target/arm: Explicitly select short-format FSR for M-profile
 2023-05-23 13:17 UTC 

[PATCH] Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests
 2023-05-23 13:16 UTC  (2+ messages)

[PATCH] machine: do not crash if default RAM backend name has been stollen
 2023-05-23 13:16 UTC  (6+ messages)
` The madness of ad hoc special IDs (was: [PATCH] machine: do not crash if default RAM backend name has been stollen)

[PATCH] meson: remove -no-pie linker flag
 2023-05-23 13:14 UTC  (8+ messages)

[RFC PATCH] softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
 2023-05-23 13:11 UTC 

[PATCH v12 00/15] TCG code quality tracking
 2023-05-23 13:08 UTC  (4+ messages)
` [PATCH v12 02/15] accel: collecting TB execution count

[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
 2023-05-23 13:07 UTC  (10+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes

[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
 2023-05-23 13:02 UTC  (9+ messages)

[PATCH v4 00/10] tracing: remove dynamic vcpu state
 2023-05-23 12:50 UTC  (11+ messages)
` [PATCH v4 01/10] *-user: remove the guest_user_syscall tracepoints
` [PATCH v4 02/10] trace-events: remove the remaining vcpu trace events
` [PATCH v4 03/10] trace: remove vcpu_id from the TraceEvent structure
` [PATCH v4 04/10] scripts/qapi: document the tool that generated the file
` [PATCH v4 05/10] qapi: make the vcpu parameters deprecated for 8.1
` [PATCH v4 06/10] trace: remove code that depends on setting vcpu
` [PATCH v4 07/10] trace: remove control-vcpu.h
` [PATCH v4 08/10] tcg: remove the final vestiges of dstate
` [PATCH v4 09/10] hw/9pfs: use qemu_xxhash4
` [PATCH v4 10/10] accel/tcg: include cs_base in our hash calculations

[PATCH v4 0/2] migration: Update error description whenever migration fails
 2023-05-23 12:46 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] migration: Refactor repeated call of yank_unregister_instance

[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-23 12:46 UTC  (6+ messages)
` [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

[PULL 00/12] Migration 20230518 patches
 2023-05-23 12:31 UTC  (3+ messages)
` [PULL 09/12] migration: Use migration_transferred_bytes() to calculate rate_limit

[PATCH v2 0/8] Add support for extension specific disas
 2023-05-23 12:15 UTC  (10+ messages)
` [PATCH v2 1/8] disas: Change type of disassemble_info.target_info to pointer
` [PATCH v2 2/8] target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.h
` [PATCH v2 3/8] target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
` [PATCH v2 4/8] disas/riscv.c: Support disas for Zcm* extensions
` [PATCH v2 5/8] disas/riscv.c: Support disas for Z*inx extensions
` [PATCH v2 6/8] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions
` [PATCH v2 7/8] disas/riscv.c: Fix lines with over 80 characters
` [PATCH v2 8/8] disas/riscv.c: Remove redundant parentheses

[PATCH v3 00/10] tracing: remove dynamic vcpu state
 2023-05-23 12:11 UTC  (4+ messages)
` [PATCH v3 06/10] trace: remove code that depends on setting vcpu

[PATCH 0/6] decodetree: support named fields
 2023-05-23 12:04 UTC  (7+ messages)
` [PATCH 1/6] tests/decodetree/check.sh: Exit failure for all failures
` [PATCH 2/6] docs: Document decodetree named field syntax
` [PATCH 3/6] scripts/decodetree: Pass lvalue-formatter function to str_extract()
` [PATCH 4/6] scripts/decodetree: Implement a topological sort
` [PATCH 5/6] scripts/decodetree: Implement named field support
` [PATCH 6/6] tests/decode: Add tests for various named-field cases

[PATCH 0/2] Refresh the dynamic CSR xml after updating the state of the cpu
 2023-05-23 11:44 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml
` [PATCH 2/2] hw/intc: riscv_imsic: Refresh the CSRs xml after updating the state of the cpu

[PATCH 0/5] Use MachineClass->default_nic in more machines
 2023-05-23 11:04 UTC  (6+ messages)
` [PATCH 1/5] hw/hppa: Use MachineClass->default_nic in the hppa machine
` [PATCH 2/5] hw/alpha: Use MachineClass->default_nic in the alpha machine
` [PATCH 3/5] hw/arm: Use MachineClass->default_nic in the virt machine
` [PATCH 4/5] hw/loongarch64: "
` [PATCH 5/5] hw/xtensa: "

[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-23 10:39 UTC  (4+ messages)
  ` [PATCH v7 3/7] hw/cxl/events: Wire up get/clear event mailbox commands

[PATCH v3] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
 2023-05-23 10:28 UTC 

[Stable-7.2.3 v2 00/42] Patch Round-up for stable 7.2.3, freeze on 2023-05-27
 2023-05-23 10:17 UTC  (15+ messages)
` [Stable-7.2.3 27/45] s390x/tcg: Fix LDER instruction format
` [Stable-7.2.3 33/45] tests/docker: bump the xtensa base to debian:11-slim
` [Stable-7.2.3 34/45] linux-user: Fix mips fp64 executables loading
` [Stable-7.2.3 35/45] linux-user: fix getgroups/setgroups allocations
` [Stable-7.2.3 36/45] migration: Handle block device inactivation failures better
` [Stable-7.2.3 37/45] migration: Minor control flow simplification
` [Stable-7.2.3 38/45] migration: Attempt disk reactivation in more failure scenarios
` [Stable-7.2.3 39/45] target/arm: Fix vd == vm overlap in sve_ldff1_z
` [Stable-7.2.3 40/45] scsi-generic: fix buffer overflow on block limits inquiry
` [Stable-7.2.3 41/45] target/i386: fix operand size for VCOMI/VUCOMI instructions
` [Stable-7.2.3 42/45] target/i386: fix avx2 instructions vzeroall and vpermdq
` [Stable-7.2.3 43/45] vhost: fix possible wrap in SVQ descriptor ring
` [Stable-7.2.3 44/45] virtio-net: not enable vq reset feature unconditionally
` [Stable-7.2.3 45/45] virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request

[PATCH v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
 2023-05-23 10:22 UTC  (5+ messages)

[Stable-8.0.1 v2 00/59] Patch Round-up for stable 8.0.1, freeze on 2023-05-27
 2023-05-23 10:15 UTC  (24+ messages)
` [Stable-8.0.1 35/59] s390x/tcg: Fix LDER instruction format
` [Stable-8.0.1 38/59] s390x/pv: Fix spurious warning with asynchronous teardown
` [Stable-8.0.1 39/59] util/async-teardown: wire up query-command-line-options
` [Stable-8.0.1 40/59] docs/about/emulation: fix typo
` [Stable-8.0.1 41/59] tests/docker: bump the xtensa base to debian:11-slim
` [Stable-8.0.1 42/59] linux-user: Fix mips fp64 executables loading
` [Stable-8.0.1 43/59] linux-user: fix getgroups/setgroups allocations
` [Stable-8.0.1 44/59] migration: Handle block device inactivation failures better
` [Stable-8.0.1 45/59] migration: Minor control flow simplification
` [Stable-8.0.1 46/59] migration: Attempt disk reactivation in more failure scenarios
` [Stable-8.0.1 47/59] target/arm: Fix vd == vm overlap in sve_ldff1_z
` [Stable-8.0.1 48/59] scsi-generic: fix buffer overflow on block limits inquiry
` [Stable-8.0.1 49/59] target/i386: fix operand size for VCOMI/VUCOMI instructions
` [Stable-8.0.1 50/59] target/i386: fix avx2 instructions vzeroall and vpermdq
` [Stable-8.0.1 51/59] vhost: fix possible wrap in SVQ descriptor ring
` [Stable-8.0.1 52/59] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
` [Stable-8.0.1 53/59] virtio-net: not enable vq reset feature unconditionally
` [Stable-8.0.1 54/59] virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request
` [Stable-8.0.1 55/59] aio-posix: do not nest poll handlers
` [Stable-8.0.1 56/59] tested: add test for nested aio_poll() in "
` [Stable-8.0.1 57/59] block: compile out assert_bdrv_graph_readable() by default
` [Stable-8.0.1 58/59] graph-lock: Disable locking for now
` [Stable-8.0.1 59/59] nbd/server: Fix drained_poll to wake coroutine in right AioContext

[PATCH v5 00/11] *** Add allwinner-r40 support ***
 2023-05-23 10:05 UTC  (11+ messages)
` [PATCH v5 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v5 02/11] hw/arm/allwinner-r40: add Clock Control Unit
` [PATCH v5 03/11] hw: allwinner-r40: Complete uart devices
` [PATCH v5 04/11] hw: arm: allwinner-r40: Add i2c0 device
` [PATCH v5 05/11] hw/misc: Rename axp209 to axp22x and add support AXP221 PMU
` [PATCH v5 06/11] hw/arm/allwinner-r40: add SDRAM controller device
` [PATCH v5 07/11] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support
` [PATCH v5 08/11] hw: arm: allwinner-r40: Add emac and gmac support
` [PATCH v5 09/11] hw: arm: allwinner-sramc: Add SRAM Controller support for R40
` [PATCH v5 10/11] tests: avocado: boot_linux_console: Add test case for bpim2u

[PATCH v5 11/11] docs: system: arm: Introduce bananapi_m2u
 2023-05-23 10:05 UTC 

[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
 2023-05-23  9:58 UTC  (10+ messages)

[PTACH v2 0/6] Add RISC-V KVM AIA Support
 2023-05-23  9:51 UTC  (6+ messages)
` [PTACH v2 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support

[PATCH] ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
 2023-05-23  9:22 UTC  (2+ messages)

[PATCH 0/3] hw: Fix abuse of QOM class internals modified by their instances
 2023-05-23  9:03 UTC  (3+ messages)
` [PATCH 2/3] hw/ppc/e500plat: Fix modifying QOM class internal state from instance

[PATCH v2 0/1] Add vpd data for Rainier machine
 2023-05-23  8:52 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/3] Implement the watchdog timer of HiFive 1 rev b
 2023-05-23  8:49 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc: sifive_e_aon: Support "
` [PATCH v4 2/3] hw/riscv: sifive_e: "
` [PATCH v4 3/3] tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e

[PATCH] intel_iommu: Optimize out some unnecessary UNMAP calls
 2023-05-23  8:07 UTC 

[PATCH v2] meson: move -no-pie from linker to compiler
 2023-05-23  8:16 UTC  (2+ messages)

[PATCH v3 0/3] Implement the watchdog timer of HiFive 1 rev b
 2023-05-23  7:59 UTC  (7+ messages)
` [PATCH v3 1/3] hw/misc: sifive_e_aon: Support "
` [PATCH v3 3/3] tests/qtest: sifive-e-aon-watchdog-test.c : Add QTest of watchdog of sifive_e

[PULL 00/50] Net patches
 2023-05-23  7:32 UTC  (17+ messages)
` [PULL 17/50] e1000x: Take CRC into consideration for size check
` [PULL 25/50] igb: Add more definitions for Tx descriptor
` [PULL 26/50] igb: Share common VF constants
` [PULL 29/50] e1000e: Rename a variable in e1000e_receive_internal()
` [PULL 31/50] net/eth: Use void pointers
` [PULL 34/50] tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
` [PULL 35/50] igb: Implement MSI-X single vector mode
` [PULL 36/50] igb: Use UDP for RSS hash
` [PULL 38/50] igb: Implement Tx SCTP CSO
` [PULL 39/50] igb: Strip the second VLAN tag for extended VLAN
` [PULL 40/50] igb: Filter with "
` [PULL 42/50] igb: Implement Rx PTP2 timestamp
` [PULL 43/50] igb: Implement Tx timestamp
` [PULL 45/50] igb: Notify only new interrupts
` [PULL 47/50] vmxnet3: Do not depend on PC
` [PULL 50/50] rtl8139: fix large_send_mss divide-by-zero


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