qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-05 19:22:30 to 2021-02-08 03:03:10 UTC [more...]

[PATCH v3 00/70] TCI fixes and cleanups
 2021-02-08  2:37 UTC  (31+ messages)
` [PATCH v3 01/70] gdbstub: Fix handle_query_xfer_auxv
` [PATCH v3 02/70] tcg: Split out tcg_raise_tb_overflow
` [PATCH v3 03/70] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v3 04/70] tcg/tci: Merge identical cases in generation
` [PATCH v3 05/70] tcg/tci: Remove tci_read_r8
` [PATCH v3 06/70] tcg/tci: Remove tci_read_r8s
` [PATCH v3 07/70] tcg/tci: Remove tci_read_r16
` [PATCH v3 08/70] tcg/tci: Remove tci_read_r16s
` [PATCH v3 09/70] tcg/tci: Remove tci_read_r32
` [PATCH v3 10/70] tcg/tci: Remove tci_read_r32s
` [PATCH v3 11/70] tcg/tci: Reduce use of tci_read_r64
` [PATCH v3 12/70] tcg/tci: Merge basic arithmetic operations
` [PATCH v3 13/70] tcg/tci: Merge extension operations
` [PATCH v3 14/70] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PATCH v3 15/70] tcg/tci: Merge bswap operations
` [PATCH v3 16/70] tcg/tci: Merge mov, not and neg operations
` [PATCH v3 17/70] tcg/tci: Rename tci_read_r to tci_read_rval
` [PATCH v3 18/70] tcg/tci: Split out tci_args_rrs
` [PATCH v3 19/70] tcg/tci: Split out tci_args_rr
` [PATCH v3 20/70] tcg/tci: Split out tci_args_rrr
` [PATCH v3 21/70] tcg/tci: Split out tci_args_rrrc
` [PATCH v3 22/70] tcg/tci: Split out tci_args_l
` [PATCH v3 23/70] tcg/tci: Split out tci_args_rrrrrc
` [PATCH v3 24/70] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PATCH v3 26/70] tcg/tci: Reuse tci_args_l for calls
` [PATCH v3 27/70] tcg/tci: Reuse tci_args_l for exit_tb
` [PATCH v3 28/70] tcg/tci: Reuse tci_args_l for goto_tb
` [PATCH v3 29/70] tcg/tci: Split out tci_args_rrrrrr
` [PATCH v3 30/70] tcg/tci: Split out tci_args_rrrr
` [PATCH v3 32/70] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits

[PATCH] scsi: mptsas: dequeue request object in case of an error (CVE-2021-3392)
 2021-02-08  2:25 UTC  (2+ messages)

[PATCH] hw/block/nvme: fix Close Zone
 2021-02-08  0:32 UTC 

[PATCH v2] hw/block/nvme: add missing mor/mar constraint checks
 2021-02-08  0:13 UTC  (2+ messages)

[RFC PATCH v2 0/6] exec: Remove "tcg/tcg.h" from "exec/cpu_ldst.h"
 2021-02-07 23:23 UTC  (7+ messages)
` [RFC PATCH v2 1/6] target: Replace tcg_debug_assert() by assert()
` [PATCH v2 2/6] target/m68k: Include missing "tcg/tcg.h" header
` [PATCH v2 3/6] target/mips: "
` [PATCH v2 4/6] accel/tcg: "
` [RFC PATCH v2 5/6] accel/tcg: Refactor debugging tlb_assert_iotlb_entry_for_ptr_present()
` [PATCH v2 6/6] exec/cpu_ldst: Move tlb* declarations to "exec/exec-all.h"

[RFC PATCH 0/6] exec: Remove "tcg/tcg.h" from "exec/cpu_ldst.h"
 2021-02-07 23:20 UTC  (8+ messages)
` [RFC PATCH 1/6] target: Replace tcg_debug_assert() by assert()
` [PATCH 2/6] target/m68k: Include missing "tcg/tcg.h" header
` [PATCH 3/6] target/mips: "
` [PATCH 4/6] accel/tcg: "
` [RFC PATCH 5/6] accel/tcg: Refactor debugging tlb_assert_iotlb_entry_for_ptr_present()
` [PATCH 6/6] exec/cpu_ldst: Move tlb* declarations to "exec/exec-all.h"

[PULL 0/2] qemu-sparc queue 20210207
 2021-02-07 22:29 UTC  (3+ messages)
` [PULL 1/2] utils/fifo8: change fatal errors from abort() to assert()
` [PULL 2/2] utils/fifo8: add VMSTATE_FIFO8_TEST macro

[PULL 00/46] tcg patch queue
 2021-02-07 22:00 UTC  (54+ messages)
` [PULL 01/46] tcg/s390: Fix compare instruction from extended-immediate facility
` [PULL 02/46] exec/cpu-defs: Remove TCG backends dependency
` [PULL 03/46] tcg/aarch64: Do not convert TCGArg to temps that are not temps
` [PULL 04/46] configure: Fix --enable-tcg-interpreter
` [PULL 05/46] tcg/tci: Make tci_tb_ptr thread-local
` [PULL 06/46] tcg/tci: Implement INDEX_op_ld16s_i32
` [PULL 07/46] tcg/tci: Implement INDEX_op_ld8s_i64
` [PULL 08/46] tcg/tci: Inline tci_write_reg32s into the only caller
` [PULL 09/46] tcg/tci: Inline tci_write_reg8 into its callers
` [PULL 10/46] tcg/tci: Inline tci_write_reg16 into the only caller
` [PULL 11/46] tcg/tci: Inline tci_write_reg32 into all callers
` [PULL 12/46] tcg/tci: Inline tci_write_reg64 into 64-bit callers
` [PULL 13/46] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PULL 14/46] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
` [PULL 15/46] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PULL 16/46] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PULL 17/46] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PULL 18/46] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PULL 19/46] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PULL 20/46] tcg/tci: Move stack bounds check to compile-time
` [PULL 21/46] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
` [PULL 22/46] tcg/tci: Use g_assert_not_reached
` [PULL 23/46] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
` [PULL 24/46] tcg/tci: Implement 64-bit division
` [PULL 25/46] tcg/tci: Remove TODO as unused
` [PULL 26/46] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
` [PULL 27/46] tcg/tci: Fix TCG_REG_R4 misusage
` [PULL 28/46] tcg/tci: Remove TCG_CONST
` [PULL 29/46] cpu: Introduce TCGCpuOperations struct
` [PULL 30/46] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PULL 31/46] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PULL 32/46] cpu: Move synchronize_from_tb() to tcg_ops
` [PULL 33/46] cpu: Move cpu_exec_* "
` [PULL 34/46] cpu: Move tlb_fill "
` [PULL 35/46] cpu: Move debug_excp_handler "
` [PULL 36/46] target/arm: do not use cc->do_interrupt for KVM directly
` [PULL 37/46] cpu: move cc->do_interrupt to tcg_ops
` [PULL 38/46] cpu: move cc->transaction_failed "
` [PULL 39/46] cpu: move do_unaligned_access "
` [PULL 40/46] physmem: make watchpoint checking code TCG-only
` [PULL 41/46] cpu: move adjust_watchpoint_address to tcg_ops
` [PULL 42/46] cpu: move debug_check_watchpoint "
` [PULL 43/46] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PULL 44/46] accel: extend AccelState and AccelClass to user-mode
` [PULL 45/46] accel: replace struct CpusAccel with AccelOpsClass
` [PULL 46/46] accel: introduce AccelCPUClass extending CPUClass
` Increased execution time with TCI in latest git master (was: Re: [PULL 00/46] tcg patch queue)

[PATCH RFC v2 0/8] hw/block/nvme: metadata and end-to-end data protection support
 2021-02-07 21:49 UTC  (9+ messages)
` [PATCH RFC v2 1/8] hw/block/nvme: remove redundant len member in compare context
` [PATCH RFC v2 2/8] hw/block/nvme: remove block accounting for write zeroes
` [PATCH RFC v2 3/8] hw/block/nvme: fix strerror printing
` [PATCH RFC v2 4/8] hw/block/nvme: try to deal with the iov/qsg duality
` [PATCH RFC v2 5/8] hw/block/nvme: remove the req dependency in map functions
` [PATCH RFC v2 6/8] hw/block/nvme: refactor nvme_dma
` [PATCH RFC v2 7/8] hw/block/nvme: add metadata support
` [PATCH RFC v2 8/8] hw/block/nvme: end-to-end data protection

[PATCH v2 00/93] TCI fixes and cleanups
 2021-02-07 21:33 UTC  (7+ messages)
` [PATCH v2 63/93] tcg/tci: Use ffi for calls

[PATCH 0/2] utils/fifo8: minor updates
 2021-02-07 20:36 UTC  (2+ messages)

[PATCH] migration: Drop unused VMSTATE_FLOAT64 support
 2021-02-07 19:43 UTC  (3+ messages)

[PATCH v4 0/5] acpi: Permit OEM ID and OEM table ID fields to be changed
 2021-02-07 18:43 UTC  (5+ messages)
` [PATCH v4 2/5] "

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-02-07 18:10 UTC  (2+ messages)
` [Bug 1914117] "

Interested in contributing to QEMU
 2021-02-07 17:01 UTC 

[PATCH v4 0/6] colo: Introduce resource agent and test suite/CI
 2021-02-07 15:55 UTC  (7+ messages)
` [PATCH v4 1/6] avocado_qemu: Introduce pick_qemu_util to pick qemu utility binaries
` [PATCH v4 2/6] boot_linux.py: Use pick_qemu_util
` [PATCH v4 3/6] colo: Introduce resource agent
` [PATCH v4 4/6] colo: Introduce high-level test suite
` [PATCH v4 5/6] configure,Makefile: Install colo resource-agent
` [PATCH v4 6/6] MAINTAINERS: Add myself as maintainer for COLO resource agent

[PATCH 0/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support
 2021-02-07 15:46 UTC  (7+ messages)
` [PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues
` [PATCH 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support

Help with Windows XP in qemu-system-i386
 2021-02-07 15:31 UTC  (2+ messages)

[PATCH 00/26] ppc: qemu: Convert qemu-ppce500 to driver model
 2021-02-07 15:11 UTC 

[PATCH] vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
 2021-02-07 14:47 UTC  (6+ messages)

A issue about qemu for rbd attach
 2021-02-07  8:48 UTC 

[PATCH] target/i386: expose more MSRs to GDB
 2021-02-07  5:07 UTC 

[PATCH v3] travis-ci: Disable C++ optional objects on AArch64 container
 2021-02-07 12:12 UTC 

[PATCH v3 0/3] vnc: support reload x509 certificates
 2021-02-07  7:47 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: add reload for QCryptoTLSCredsClass
` [PATCH v3 2/3] vnc: support reload x509 certificates for vnc
` [PATCH v3 3/3] qmp: add new qmp display-reload

[PATCH] block/iscsi: Use lock guards
 2021-02-07  6:39 UTC  (2+ messages)

[Bug 1905979] [NEW] Check if F_OFD_SETLK is supported may give wrong result
 2021-02-07  4:17 UTC  (2+ messages)
` [Bug 1905979] "

[Bug 1914849] [NEW] mprotect fails after MacOS 11.2 on arm mac
 2021-02-07  2:17 UTC  (3+ messages)
` [Bug 1914849] "

[PATCH] Expose i386 model specific registers via HMP
 2021-02-07  2:03 UTC  (2+ messages)

[Bug 304636] Re: -hda FAT:. limited to 504MBytes
 2021-02-07  0:33 UTC 

[Bug 1861946] [NEW] qemu-4.2.0 qemu-system-i386 not receive scancode 86 of spanish keyboard (ascii chars '<' & '>')
 2021-02-07  0:15 UTC  (2+ messages)
` [Bug 1861946] "

[PATCH v2] travis-ci: Disable C++ on Aarch64 container
 2021-02-06 20:05 UTC 

[PATCH] travis-ci: Disable C++ on Aarch64 container
 2021-02-06 19:57 UTC 

[PULL 00/31] Misc patches for 2020-01-21
 2021-02-06 19:08 UTC  (4+ messages)
` [PULL 04/31] build-system: clean up TCG/TCI configury

[PULL v3 00/27] Block patches
 2021-02-06 17:57 UTC  (5+ messages)
` [PULL v3 11/27] multi-process: setup PCI host bridge for remote device

[Bug 1914870] [NEW] libvixl compilation failure on Debian unstable
 2021-02-06 16:35 UTC 

[PATCH v2 0/7] m68k: add Virtual M68k Machine
 2021-02-06 14:46 UTC  (5+ messages)
` [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

[PATCH 0/2] failover: trivial cleanup and fix
 2021-02-06 14:32 UTC  (4+ messages)
` [PATCH 1/2] pci: cleanup failover sanity check
` [PATCH 2/2] virtio-net: add missing object_unref()

[PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
 2021-02-06 14:11 UTC  (2+ messages)

[PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM
 2021-02-06 10:40 UTC  (7+ messages)
` [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

[PATCH 0/6] hw/block/nvme: support namespace attachment
 2021-02-06  3:36 UTC  (7+ messages)
` [PATCH 1/6] hw/block/nvme: support namespace detach
` [PATCH 2/6] hw/block/nvme: fix namespaces array to 1-based
` [PATCH 3/6] hw/block/nvme: fix allocated namespace list to 256
` [PATCH 4/6] hw/block/nvme: support allocated namespace type
` [PATCH 5/6] hw/block/nvme: refactor nvme_select_ns_iocs
` [PATCH 6/6] hw/block/nvme: support namespace attachment command

acceptance-system-fedora and acceptance-system-centos failing sporadically with timeout?
 2021-02-05 22:19 UTC  (5+ messages)
      ` [Avocado-devel] "

[PATCH v2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
 2021-02-05 20:19 UTC  (3+ messages)

[PATCH v16 00/23] i386 cleanup PART 2
 2021-02-05 20:18 UTC  (10+ messages)
` [PATCH v16 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v16 21/23] accel: introduce new accessor functions
` [PATCH v16 22/23] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v16 23/23] accel-cpu: make cpu_realizefn return a bool

[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
 2021-02-05 20:15 UTC  (5+ messages)
` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property

[RFC PATCH v1 01/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-05 19:35 UTC  (5+ messages)

[PATCH 00/24] hw/arm: New board model mps3-an524
 2021-02-05 19:34 UTC  (5+ messages)

runaway avocado
 2021-02-05 19:23 UTC  (2+ 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).