qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-17 16:39:45 to 2021-09-20 01:30:46 UTC [more...]

[PATCH v2 0/8] target/arm: Fix insn exception priorities
 2021-09-20  1:29 UTC  (10+ messages)
` [PATCH v2 4/8] linux-user/arm: Report SIGBUS and SIGSEGV correctly
` [PATCH v2 5/8] target/arm: Take an exception if PC is misaligned
` [PATCH v2 6/8] target/arm: Assert thumb pc is aligned

[PATCH] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-19 23:06 UTC  (2+ messages)

[PULL 00/30] riscv-to-apply queue
 2021-09-19 23:03 UTC  (4+ messages)
` [PULL 07/30] hw/char: Add Microchip PolarFire SoC MMUART emulation

[PATCH v2 00/41] linux-user: Streamline handling of SIGSEGV
 2021-09-19 23:01 UTC  (71+ messages)
` [PATCH v2 01/41] accel/tcg: Split out adjust_signal_pc
` [PATCH v2 02/41] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PATCH v2 03/41] accel/tcg: Split out handle_sigsegv_accerr_write
` [PATCH v2 04/41] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PATCH v2 05/41] configure: Merge riscv32 and riscv64 host architectures
` [PATCH v2 06/41] linux-user: Reorg handling for SIGSEGV
` [PATCH v2 07/41] linux-user/host/x86: Populate host_signal.h
` [PATCH v2 08/41] linux-user/host/ppc: "
` [PATCH v2 09/41] linux-user/host/alpha: "
` [PATCH v2 10/41] linux-user/host/sparc: "
` [PATCH v2 11/41] linux-user/host/arm: "
` [PATCH v2 12/41] linux-user/host/aarch64: "
` [PATCH v2 13/41] linux-user/host/s390: "
` [PATCH v2 14/41] linux-user/host/mips: "
` [PATCH v2 15/41] linux-user/host/riscv: "
` [PATCH v2 16/41] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v2 17/41] linux-user/host/riscv: Improve host_signal_write
` [PATCH v2 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v2 19/41] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v2 20/41] linux-user: Add raise_sigsegv
` [PATCH v2 21/41] target/alpha: Make alpha_cpu_tlb_fill sysemu only
` [PATCH v2 22/41] target/arm: Use raise_sigsegv for mte tag lookup
` [PATCH v2 23/41] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v2 24/41] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v2 25/41] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v2 26/41] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v2 27/41] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v2 28/41] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v2 29/41] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v2 30/41] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v2 31/41] target/nios2: Make nios2_cpu_tlb_fill "
` [PATCH v2 32/41] linux-user/openrisc: Adjust signal for EXCP_RANGE, EXCP_FPE
` [PATCH v2 33/41] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v2 34/41] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v2 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v2 36/41] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v2 37/41] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v2 38/41] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v2 39/41] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v2 40/41] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v2 41/41] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu

[PATCH v3 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-19 21:14 UTC  (7+ messages)
` [PATCH v3 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()
` [PATCH v3 19/20] q800: wire up nubus IRQs
` [PATCH v3 20/20] q800: configure nubus available slots for Quadra 800

[PATCH] qemu-nbd: Change default cache mode to writeback
 2021-09-19 19:56 UTC  (3+ messages)

high cpu usage in idle state
 2021-09-19 18:46 UTC  (4+ messages)

How to fill a memory region with specific bytes?
 2021-09-19 18:19 UTC  (2+ messages)

Range of vcpu_index to plugin callbacks
 2021-09-19 17:54 UTC 

[PATCH v2 00/30] linux-user: Clean up siginfo_t handling
 2021-09-19 17:49 UTC  (4+ messages)
` [PATCH v2 24/30] linux-user/openrisc: Use force_sig_fault, force_sigsegv_for_addr

[PATCH v3 00/25] linux-user: Clean up siginfo_t handling
 2021-09-19 16:34 UTC  (27+ messages)
` [PATCH v3 01/25] linux-user/arm: Use force_sig_fault()
` [PATCH v3 02/25] linux-user/aarch64: "
` [PATCH v3 03/25] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
` [PATCH v3 04/25] linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
` [PATCH v3 05/25] linux-user/alpha: Use force_sig_fault
` [PATCH v3 06/25] linux-user/cris: "
` [PATCH v3 07/25] linux-user/hppa: "
` [PATCH v3 08/25] linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
` [PATCH v3 09/25] linux-user/hppa: Set FPE_CONDTRAP for COND
` [PATCH v3 10/25] linux-user/i386: Split out maybe_handle_vm86_trap
` [PATCH v3 11/25] linux-user/i386: Use force_sig, force_sig_fault
` [PATCH v3 12/25] linux-user/m68k: Use force_sig_fault
` [PATCH v3 13/25] linux-user/microblaze: "
` [PATCH v3 14/25] linux-user/microblaze: Fix SIGFPE si_codes
` [PATCH v3 15/25] linux-user/mips: Improve do_break
` [PATCH v3 16/25] linux-user/mips: Use force_sig_fault
` [PATCH v3 17/25] target/mips: Extract break code into env->error_code
` [PATCH v3 18/25] target/mips: Extract trap "
` [PATCH v3 19/25] linux-user/openrisc: Use force_sig_fault
` [PATCH v3 20/25] linux-user/ppc: "
` [PATCH v3 21/25] linux-user/riscv: "
` [PATCH v3 22/25] linux-user/s390x: "
` [PATCH v3 23/25] linux-user/sh4: "
` [PATCH v3 24/25] linux-user/sparc: "
` [PATCH v3 25/25] linux-user/xtensa: "

[PATCH RESEND v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-19 16:32 UTC  (4+ messages)

[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction
 2021-09-19 11:29 UTC  (6+ messages)
` [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

Rust in Qemu BoF followup: Rust vs. qemu platform support
 2021-09-18 20:01 UTC  (14+ messages)

[PULL 0/3] Update meson version
 2021-09-18  9:31 UTC  (4+ messages)
` [PULL 1/3] meson: bump submodule to 0.58.2
` [PULL 2/3] meson: switch minimum meson version "
` [PULL 3/3] hexagon: use env keyword argument to pass PYTHONPATH

[PATCH v2 0/2] coverity-scan: Add accelerator and sysemu components
 2021-09-18  9:31 UTC  (4+ messages)

[PATCH-for-6.1] target/mips: Check nanoMIPS DSP MULT[U] accumulator with Release 6
 2021-09-18  9:29 UTC  (3+ messages)

[PATCH-for-6.2 0/2] disas/nios2: Simplify endianess conversion
 2021-09-18  9:19 UTC  (2+ messages)

[RFC 00/10] add the rest of riscv bitmapip-0.93 instructions
 2021-09-18  6:28 UTC  (11+ messages)
` [RFC 01/10] target/riscv: rvb: fixed an error about srow/sroiw instructions
` [RFC 02/10] target/riscv: rvb: add carry-less multiply instructions
` [RFC 03/10] target/riscv: rvb: add cmix/cmov instructions
` [RFC 04/10] target/riscv: rvb: add generalized shuffle instructions
` [RFC 05/10] target/riscv: rvb: add crossbar permutation instructions
` [RFC 06/10] target/riscv: rvb: add bfp/bfpw instructions
` [RFC 07/10] target/riscv: rvb: add CRC instructions
` [RFC 08/10] target/riscv: rvb: add bit-matrix instructions
` [RFC 09/10] target/riscv: rvb: fixed an issue about clzw instruction
` [RFC 10/10] target/riscv: rvb: add funnel shfit instructions

[PATCH] block/file-posix: Limit max_iov to IOV_MAX
 2021-09-18  4:06 UTC 

[PATCH] block/file-posix: Limit max_iov to IOV_MAX
 2021-09-18  7:33 UTC 

[PATCH v11 0/7] RISC-V Pointer Masking implementation
 2021-09-18  5:08 UTC  (4+ messages)
` [PATCH v11 5/7] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions

[PATCH] hw/ssi: imx_spi: Improve chip select handling
 2021-09-18  4:19 UTC  (13+ messages)

[RESEND PATCH 1/3] hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
 2021-09-18  3:26 UTC  (3+ messages)
` [RESEND PATCH 2/3] hw/intc: openpic: Drop Raven related codes
` [RESEND PATCH 3/3] hw/intc: openpic: Clean up the styles

[PATCH 1/3] hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
 2021-09-18  3:24 UTC  (4+ messages)
` [PATCH 2/3] hw/intc: openpic: Drop Raven related codes
` [PATCH 3/3] hw/intc: openpic: Clean up the styles

[PATCH 00/15] Switch iotests to using Async QMP
 2021-09-18  2:14 UTC  (32+ messages)
` [PATCH 03/15] python/aqmp: Return cleared events from EventListener.clear()
` [PATCH 04/15] python/qmp: clear events on get_events() call
` [PATCH 05/15] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PATCH 07/15] python/aqmp: add send_fd_scm
` [PATCH 08/15] python/aqmp: Create MessageModel and StandaloneModel classes
` [PATCH 09/15] python/machine: remove has_quit argument
` [PATCH 10/15] python/machine: Add support for AQMP backend
` [PATCH 11/15] python/aqmp: Create sync QMP wrapper for iotests
` [PATCH 12/15] iotests: Disable AQMP logging under non-debug modes
` [PATCH 13/15] iotests: Accommodate async QMP Exception classes

[PATCH V3] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-09-18  2:04 UTC 

[PATCH] qemu-img: Add -F shorthand to convert
 2021-09-17 23:36 UTC  (3+ messages)

[PATCH v8 0/7] pSeries FORM2 affinity support
 2021-09-17 21:28 UTC  (8+ messages)
` [PATCH v8 1/7] spapr_numa.c: split FORM1 code into helpers
` [PATCH v8 2/7] spapr_numa.c: scrap 'legacy_numa' concept
` [PATCH v8 3/7] spapr_numa.c: parametrize FORM1 macros
` [PATCH v8 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array
` [PATCH v8 5/7] spapr: move FORM1 verifications to post CAS
` [PATCH v8 6/7] spapr_numa.c: FORM2 NUMA affinity support
` [PATCH v8 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PATCH v7 0/7] pSeries FORM2 affinity support
 2021-09-17 21:18 UTC  (4+ messages)
` [PATCH v7 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
 2021-09-17 20:38 UTC  (12+ messages)
` [PATCH v1 01/11] configure: don't override the selected host test compiler if defined
` [PATCH v1 03/11] tests/tcg: move some multiarch files and make conditional
` [PATCH v1 05/11] gitlab: Add cross-riscv64-system, cross-riscv64-user
` [PATCH v1 06/11] python: Update for pylint 2.10
` [PATCH v1 09/11] gitlab: fix passing of TEST_TARGETS env to cirrus
` [PATCH v1 10/11] plugins/: Add missing functions to symbol list

[PATCH] hw/loader: Restrict PC_ROM_* definitions to hw/i386/pc
 2021-09-17 18:59 UTC 

[PATCH] hw/loader: Remove unused rom_add_file_as() definition
 2021-09-17 19:01 UTC 

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-09-17 18:16 UTC  (2+ messages)
` [PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

[PATCH 0/2] gitlab-ci: Add riscv64 cross builds
 2021-09-17 18:18 UTC  (5+ messages)
` [PATCH 2/2] gitlab: Add cross-riscv64-system, cross-riscv64-user

[PATCH v3 00/17] iotests: support zstd
 2021-09-17 18:06 UTC  (4+ messages)

[RFC PATCH 0/3] check-tcg hacks for BSD
 2021-09-17 17:23 UTC  (7+ messages)
` [RFC PATCH 3/3] tests/tcg: commit Makefile atrocities in the name of portability

[PATCH v3] target/ppc: Fix 64-bit decrementer
 2021-09-17 17:12 UTC  (7+ messages)

[PATCH v2 0/4] ui/console: chardev backend improvements
 2021-09-17 17:08 UTC  (5+ messages)
` [PATCH v2 1/4] ui/console: replace QEMUFIFO with Fifo8
` [PATCH v2 4/4] ui/console: prevent use after free error

Problem with init debugging under QEMU ARM
 2021-09-17 16:49 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).