qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-04 21:35:58 to 2023-08-07 03:20:10 UTC [more...]

[PATCH v2 1/5] target/loongarch: Add loongarch32 mode for loongarch64-softmmu
 2023-08-07  3:18 UTC  (3+ messages)
` [PATCH v2 2/5] target/loongarch: Add loongarch32 cpu la132
` [PATCH v2 4/5] target/loongarch: Support LoongArch32 TLB entry

[PATCH] print memory in MB units in initrd-too-large errmsg
 2023-08-07  3:08 UTC  (3+ messages)

[PATCH 1/3] target/loongarch: Introduce loongarch32-softmmu target
 2023-08-07  2:51 UTC  (6+ messages)
` [PATCH 2/3] target/loongarch: Support LoongArch32 TLB entry
` [PATCH 3/3] target/loongarch: Mark CSR.PWCH as LoongArch64-only

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-07  2:16 UTC  (3+ messages)
` [PATCH v3 01/17] i386: Fix comment style in topology.h

[PATCH for-8.2 0/7] tcg/ppc: Support power10 prefixed instructions
 2023-08-07  1:51 UTC  (11+ messages)
` [PATCH 2/7] tcg/ppc: Use PADDI in tcg_out_movi
` [PATCH 6/7] tcg/ppc: Disable USE_REG_TB for Power v3.1
` [PATCH 7/7] tcg/ppc: Use prefixed instructions for tcg_out_goto_tb

[PULL 00/24] tcg + linux-user queue for 8.1-rc3
 2023-08-07  1:23 UTC  (28+ messages)
` [PULL 01/24] accel/tcg: Adjust parameters and locking with do_{ld, st}_mmio_*
` [PULL 02/24] accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*
` [PULL 03/24] accel/tcg: Do not issue misaligned i/o
` [PULL 04/24] gdbstub: use 0 ("any process") on packets with no PID
` [PULL 05/24] linux-user: Unset MAP_FIXED_NOREPLACE for host
` [PULL 06/24] linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
` [PULL 07/24] linux-user: Do not call get_errno() in do_brk()
` [PULL 08/24] linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
` [PULL 09/24] linux-user: Do nothing if too small brk is specified
` [PULL 10/24] linux-user: Do not align brk with host page size
` [PULL 11/24] linux-user: Remove last_brk
` [PULL 12/24] bsd-user: "
` [PULL 13/24] linux-user: Adjust task_unmapped_base for reserved_va
` [PULL 14/24] linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
` [PULL 15/24] linux-user: Define ELF_ET_DYN_BASE "
` [PULL 16/24] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
` [PULL 17/24] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
` [PULL 18/24] linux-user: Adjust initial brk when interpreter is close to executable
` [PULL 19/24] linux-user: Properly set image_info.brk in flatload
` [PULL 20/24] linux-user: Do not adjust image mapping for host page size
` [PULL 21/24] linux-user: Do not adjust zero_bss "
` [PULL 22/24] linux-user: Use zero_bss for PT_LOAD with no file contents too
` [PULL 23/24] accel/tcg: Call save_iotlb_data from io_readx as well
` [PULL 24/24] linux-user/elfload: Set V in ELF_HWCAP for RISC-V

about QEMU TLS
 2023-08-06 22:07 UTC 

[PULL 0/7] ppc queue
 2023-08-06 20:09 UTC  (3+ messages)

[PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter
 2023-08-06 15:49 UTC  (11+ messages)
` [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments

[PATCH v2 00/23] Introduce MMU_INDEX()
 2023-08-06 14:42 UTC  (27+ messages)
` [PATCH v2 01/23] cpu-defs.h; Add MMU_INDEX() helper
` [PATCH v2 02/23] target/i386: Use "
` [PATCH v2 03/23] target/hppa: "
` [PATCH v2 04/23] target/alpha: "
` [PATCH v2 05/23] target/avr: "
` [PATCH v2 06/23] target/hexagon: "
` [PATCH v2 07/23] target/loongarch: "
` [PATCH v2 08/23] target/mips: "
` [PATCH v2 09/23] target/openrisc: "
` [PATCH v2 10/23] target/riscv: "
` [PATCH v2 11/23] target/s390x: "
` [PATCH v2 12/23] target/sparc: "
` [PATCH v2 13/23] target/xtensa: "
` [PATCH v2 14/23] target/arm: "
` [PATCH v2 15/23] target/cris: "
` [PATCH v2 16/23] target/m68k: "
` [PATCH v2 17/23] target/microblaze: "
` [PATCH v2 18/23] target/m68k: "
` [PATCH v2 19/23] target/ppc: "
` [PATCH v2 20/23] target/rx: "
` [PATCH v2 21/23] target/sh4: "
` [PATCH v2 22/23] target/tricore: "
` [PATCH v2 23/23] cpu-defs.h: Reduce generated code size by inverting MMU_INDEX()

[PATCH 0/3] target/s390x: Fix the "ignored match" case in VSTRS
 2023-08-06 12:54 UTC  (9+ messages)
` [PATCH 1/3] linux-user/elfload: Enable vxe2 on s390x
` [PATCH 2/3] target/s390x: Fix the "ignored match" case in VSTRS
` [PATCH 3/3] tests/tcg/s390x: Test VSTRS

[PATCH 00/23] Introduce MMU_INDEX()
 2023-08-06 11:59 UTC  (20+ messages)
` [PATCH 01/23] cpu-defs.h; Add MMU_INDEX() helper
` [PATCH 02/23] target/i386: Use "
` [PATCH 03/23] target/hppa: "
` [PATCH 04/23] target/alpha: "
` [PATCH 05/23] target/avr: "
` [PATCH 06/23] target/hexagon: "
` [PATCH 07/23] target/loongarch: "
` [PATCH 08/23] target/mips: "
` [PATCH 09/23] target/openrisc: "
` [PATCH 10/23] target/riscv: "
` [PATCH 11/23] target/s390x: "
` [PATCH 12/23] target/sparc: "
` [PATCH 13/23] target/xtensa: "
` [PATCH 14/23] target/arm: "
` [PATCH 15/23] target/cris: "
` [PATCH 16/23] target/m68k: "
` [PATCH 17/23] target/microblaze: "
` [PATCH 18/23] target/m68k: "
` [PATCH 19/23] target/ppc: "

[PATCH 0/7] ppc: record-replay fixes and enablement
 2023-08-06 11:46 UTC  (4+ messages)
` [PATCH 4/7] spapr: Fix record-replay machine reset consuming too many events

[PATCH v2] migration/calc-dirty-rate: millisecond-granularity period
 2023-08-06  6:31 UTC  (4+ messages)

[PATCH] linux-user/i386: Properly align signal frame
 2023-08-06  2:29 UTC  (5+ messages)

[RFC][PATCH] Reduce generated code by 3% by increasing MMU indices
 2023-08-05 20:54 UTC  (7+ messages)

[Stable-8.0.4 00/71] Patch Round-up for stable 8.0.4, freeze on 2023-08-05
 2023-08-05 19:41 UTC  (9+ messages)
` [Stable-8.0.4 64/71] vfio/pci: Disable INTx in vfio_realize error path
` [Stable-8.0.4 65/71] vdpa: Fix possible use-after-free for VirtQueueElement
` [Stable-8.0.4 66/71] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()
` [Stable-8.0.4 67/71] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()
` [Stable-8.0.4 68/71] target/ppc: Implement ASDR register for ISA v3.0 for HPT
` [Stable-8.0.4 69/71] target/ppc: Fix pending HDEC when entering PM state
` [Stable-8.0.4 70/71] target/ppc: Fix VRMA page size for ISA v3.0
` [Stable-8.0.4 71/71] target/i386: Check CR0.TS before enter_mmx

[Stable-7.2.5 00/44] Patch Round-up for stable 7.2.5, freeze on 2023-08-05
 2023-08-05 19:38 UTC  (9+ messages)
` [Stable-7.2.5 37/44] vfio/pci: Disable INTx in vfio_realize error path
` [Stable-7.2.5 38/44] vdpa: Fix possible use-after-free for VirtQueueElement
` [Stable-7.2.5 39/44] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()
` [Stable-7.2.5 40/44] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()
` [Stable-7.2.5 41/44] target/ppc: Implement ASDR register for ISA v3.0 for HPT
` [Stable-7.2.5 42/44] target/ppc: Fix pending HDEC when entering PM state
` [Stable-7.2.5 43/44] target/ppc: Fix VRMA page size for ISA v3.0
` [Stable-7.2.5 44/44] target/i386: Check CR0.TS before enter_mmx

[PATCH] configure: Fix linux-user host detection for riscv64
 2023-08-05 18:02 UTC 

[PULL 0/2] Fixes for x86 TCG and CirrusCI
 2023-08-05 17:42 UTC  (2+ messages)

[PATCH] Fix scripts/checkpatch.py style failures
 2023-08-05 16:43 UTC  (3+ messages)

[PATCH v9 for-8.1 00/24] linux-user + tcg patch queue
 2023-08-05 14:10 UTC  (30+ messages)
` [PATCH v9 01/24] accel/tcg: Adjust parameters and locking with do_{ld, st}_mmio_*
` [PATCH v9 02/24] accel/tcg: Issue wider aligned i/o in "
` [PATCH v9 03/24] accel/tcg: Do not issue misaligned i/o
` [PATCH v9 04/24] gdbstub: use 0 ("any process") on packets with no PID
` [PATCH v9 05/24] linux-user: Unset MAP_FIXED_NOREPLACE for host
` [PATCH v9 06/24] linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
` [PATCH v9 07/24] linux-user: Do not call get_errno() in do_brk()
` [PATCH v9 08/24] linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
` [PATCH v9 09/24] linux-user: Do nothing if too small brk is specified
` [PATCH v9 10/24] linux-user: Do not align brk with host page size
` [PATCH v9 11/24] linux-user: Remove last_brk
` [PATCH v9 12/24] bsd-user: "
` [PATCH v9 13/24] linux-user: Adjust task_unmapped_base for reserved_va
` [PATCH v9 14/24] linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
` [PATCH v9 15/24] linux-user: Define ELF_ET_DYN_BASE "
` [PATCH v9 16/24] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
` [PATCH v9 17/24] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
` [PATCH v9 18/24] linux-user: Adjust initial brk when interpreter is close to executable
` [PATCH v9 19/24] linux-user: Properly set image_info.brk in flatload
` [PATCH v9 20/24] linux-user: Do not adjust image mapping for host page size
` [PATCH v9 21/24] linux-user: Do not adjust zero_bss "
` [PATCH v9 22/24] linux-user: Use zero_bss for PT_LOAD with no file contents too
` [PATCH v9 23/24] accel/tcg: Call save_iotlb_data from io_readx as well
` [PATCH v9 24/24] linux-user/elfload: Set V in ELF_HWCAP for RISC-V

[PATCH v3 0/3] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR
 2023-08-05  9:53 UTC  (4+ messages)

[PATCH v1 0/9] gfxstream + rutabaga_gfx
 2023-08-05  8:47 UTC  (6+ messages)
    ` Rutabaga backwards compatibility

[PATCH] migration: Allow user to specify migration available bandwidth
 2023-08-05  8:13 UTC  (11+ messages)

[PATCH 1/2] target/s390x: Fix VSTL with a large length
 2023-08-05  7:58 UTC  (3+ messages)
` [PATCH 2/2] tests/tcg/s390x: Test VSTL

[PATCH] target/s390x: Check reserved bits of VFMIN/VFMAX's M5
 2023-08-05  7:56 UTC  (2+ messages)

[PATCH QEMU 0/3] provide a smooth upgrade solution for multi-queues disk
 2023-08-05  7:50 UTC  (4+ messages)
` [PATCH QEMU 3/3] vhost-user-blk-pci: introduce auto-num-queues property
` [PATCH QEMU 1/3] virtio-scsi-pci: "
` [PATCH QEMU 2/3] virtio-blk-pci: "

[PATCH v5 0/5] eBPF RSS through QMP support
 2023-08-05  7:34 UTC  (3+ messages)
` [PATCH v5 4/5] qmp: Added new command to retrieve eBPF blob

[PATCH] Fixed incorrect LLONG alignment for openrisc and cris
 2023-08-05  6:58 UTC  (3+ messages)

[PATCH for-8.2] hw/s390x/s390-virtio-ccw: Remove superfluous code to set the NIC model
 2023-08-05  6:57 UTC  (2+ messages)

[RFC PATCH] record-replay: support SMP target machine
 2023-08-05  6:32 UTC 

[PATCH v2 0/3] hw/smbios: Cleanup topology related variables
 2023-08-05  6:00 UTC  (4+ messages)
` [PATCH v2 2/3] hw/smbios: Fix thread count in type4

[PATCH v3] hw/cxl: Fix CFMW config memory leak
 2023-08-05  5:46 UTC  (4+ messages)

[PATCH v9 07/24] linux-user: Do not call get_errno() in do_brk()
 2023-08-05  4:26 UTC  (2+ messages)

[PATCH] linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
 2023-08-04 23:44 UTC 


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