qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-14 16:44:51 to 2021-10-15 07:33:55 UTC [more...]

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
 2021-10-15  3:15 UTC  (4+ messages)

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-15  7:27 UTC  (25+ messages)
` [RFC PATCH v4 08/20] vhost: Route guest->host notification through "
` [RFC PATCH v4 11/20] vhost: Route host->guest "
` [RFC PATCH v4 15/20] vhost: Shadow virtqueue buffers forwarding
` [RFC PATCH v4 16/20] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
` [RFC PATCH v4 17/20] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[PATCH 0/6] Misc pegasos2 patches
 2021-10-15  3:20 UTC  (13+ messages)
` [PATCH 4/6] ppc/pegasos2: Access MV64361 registers via their memory region
` [PATCH 1/6] ppc/pegasos2: Restrict memory to 2 gigabytes
` [PATCH 5/6] ppc/pegasos2: Add constants for PCI config addresses
` [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
` [PATCH 6/6] ppc/pegasos2: Implement power-off "
` [PATCH 2/6] ppc/pegasos2: Warn when using VOF but no kernel is specified

[PATCH v2 00/15] qdev: Add JSON -device
 2021-10-15  7:24 UTC  (6+ messages)
` [PATCH v2 09/15] softmmu/qdev-monitor: add error handling in qdev_set_id

[PATCH v2] hw/elf_ops.h: switch to ssize_t for elf loader return type
 2021-10-15  7:23 UTC  (3+ messages)

[PATCH v2 0/6] target/riscv: support Zfh, Zfhmin extension v0.1
 2021-10-15  7:03 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv: zfh: half-precision load and store
` [PATCH v2 2/6] target/riscv: zfh: half-precision computational
` [PATCH v2 3/6] target/riscv: zfh: half-precision convert and move
` [PATCH v2 4/6] target/riscv: zfh: half-precision floating-point compare
` [PATCH v2 5/6] target/riscv: zfh: half-precision floating-point classify
` [PATCH v2 6/6] target/riscv: zfh: implement zfhmin extension

[PATCH 0/8] q800: GLUE updates for A/UX mode
 2021-10-15  7:01 UTC  (11+ messages)
` [PATCH 1/8] mac_via: update comment for VIA1B_vMystery bit
` [PATCH 2/8] q800: move VIA1 IRQ from level 1 to level 6
` [PATCH 3/8] q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQs
` [PATCH 4/8] mac_via: add GPIO for A/UX mode
` [PATCH 5/8] q800: wire up auxmode GPIO to GLUE

[PATCH RESEND v3 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-15  6:54 UTC  (3+ messages)
` [PATCH v3 1/2] softfloat: "
` [PATCH v3 2/2] target/riscv: change the api for single/double fmin/fmax

[PATCH v3 1/2] softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-15  6:52 UTC  (4+ messages)
` [PATCH v3 2/2] target/riscv: change the api for single/double fmin/fmax

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-10-15  6:24 UTC  (7+ messages)
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts

[PATCH 0/3] Postcopy migration: Add userfaultfd- user-mode-only capability
 2021-10-15  6:12 UTC  (4+ messages)

Is the ppc440 "bamboo" board in QEMU still of any use?
 2021-10-15  6:09 UTC  (7+ messages)

[PATCH] target/riscv: Fix orc.b implementation
 2021-10-15  5:28 UTC  (2+ messages)

[PATCH] microvm: add device tree support
 2021-10-15  5:26 UTC  (2+ messages)

[PATCH v2 00/13] target/riscv: Rationalize XLEN and operand length
 2021-10-15  5:21 UTC  (15+ messages)
` [PATCH v2 03/13] target/riscv: Split misa.mxl and misa.ext
` [PATCH v2 04/13] target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
` [PATCH v2 06/13] target/riscv: Use REQUIRE_64BIT in amo_check64
` [PATCH v2 07/13] target/riscv: Properly check SEW in amo_op
` [PATCH v2 08/13] target/riscv: Replace is_32bit with get_xl/get_xlen
` [PATCH v2 09/13] target/riscv: Replace DisasContext.w with DisasContext.ol
` [PATCH v2 11/13] target/riscv: Adjust trans_rev8_32 for riscv64

[PATCH v5 00/67] user-only: Cleanup SIGSEGV and SIGBUS handling
 2021-10-15  4:10 UTC  (68+ messages)
` [PATCH v5 01/67] accel/tcg: Split out adjust_signal_pc
` [PATCH v5 02/67] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PATCH v5 03/67] accel/tcg: Split out handle_sigsegv_accerr_write
` [PATCH v5 04/67] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PATCH v5 05/67] configure: Merge riscv32 and riscv64 host architectures
` [PATCH v5 06/67] linux-user: Reorg handling for SIGSEGV
` [PATCH v5 07/67] linux-user/host/x86: Populate host_signal.h
` [PATCH v5 08/67] linux-user/host/ppc: "
` [PATCH v5 09/67] linux-user/host/alpha: "
` [PATCH v5 10/67] linux-user/host/sparc: "
` [PATCH v5 11/67] linux-user/host/arm: "
` [PATCH v5 12/67] linux-user/host/aarch64: "
` [PATCH v5 13/67] linux-user/host/s390: "
` [PATCH v5 14/67] linux-user/host/mips: "
` [PATCH v5 15/67] linux-user/host/riscv: "
` [PATCH v5 16/67] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v5 17/67] linux-user/host/riscv: Improve host_signal_write
` [PATCH v5 18/67] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v5 19/67] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v5 20/67] linux-user: Add cpu_loop_exit_sigsegv
` [PATCH v5 21/67] target/alpha: Implement alpha_cpu_record_sigsegv
` [PATCH v5 22/67] target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
` [PATCH v5 23/67] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v5 24/67] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v5 25/67] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v5 26/67] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v5 27/67] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v5 28/67] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v5 29/67] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v5 30/67] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v5 31/67] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v5 32/67] linux-user/openrisc: Adjust signal for EXCP_RANGE, EXCP_FPE
` [PATCH v5 33/67] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v5 34/67] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v5 35/67] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v5 36/67] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v5 37/67] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v5 38/67] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v5 39/67] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v5 40/67] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v5 41/67] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
` [PATCH v5 42/67] Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
` [PATCH v5 43/67] hw/core: Add TCGCPUOps.record_sigbus
` [PATCH v5 44/67] linux-user: Add cpu_loop_exit_sigbus
` [PATCH v5 45/67] target/alpha: Implement alpha_cpu_record_sigbus
` [PATCH v5 46/67] target/arm: Implement arm_cpu_record_sigbus
` [PATCH v5 47/67] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PATCH v5 48/67] target/microblaze: Do not set MO_ALIGN for user-only
` [PATCH v5 49/67] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v5 50/67] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v5 51/67] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
` [PATCH v5 52/67] target/s390x: Implement s390x_cpu_record_sigbus
` [PATCH v5 53/67] linux-user/hppa: Remove POWERPC_EXCP_ALIGN handling
` [PATCH v5 54/67] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v5 55/67] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v5 56/67] target/sparc: Split out build_sfsr
` [PATCH v5 57/67] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v5 58/67] accel/tcg: Report unaligned atomics for user-only
` [PATCH v5 59/67] accel/tcg: Report unaligned load/store "
` [PATCH v5 60/67] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v5 61/67] linux-user: Handle BUS_ADRALN in host_signal_handler
` [PATCH v5 62/67] linux-user: Split out do_prctl and subroutines
` [PATCH v5 63/67] linux-user: Disable more prctl subcodes
` [PATCH v5 64/67] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH v5 65/67] target/alpha: Implement prctl_unalign_sigbus
` [PATCH v5 66/67] target/hppa: "
` [PATCH v5 67/67] target/sh4: "

[PATCH 0/4] Fix incorrect accesses to XER
 2021-10-15  0:31 UTC  (11+ messages)
` [PATCH 1/4] linux-user/ppc: Fix XER access in save/restore_user_regs
` [PATCH 2/4] target/ppc: Fix XER access in gdbstub
` [PATCH 3/4] linux-user: Fix XER access in ppc version of elf_core_copy_regs
` [PATCH 4/4] target/ppc: Fix XER access in monitor

[PATCH v12 0/6] support dirtyrate at the granualrity of vcpu
 2021-10-15  2:07 UTC  (3+ messages)

[PATCH 0/3] ppc: Add QOM interface for machine check injection
 2021-10-15  2:05 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v2 0/2] Makefile: A few fixes to tag generation
 2021-10-15  1:37 UTC  (2+ messages)

[PATCH v3 0/3] dump-guest-memory: Add blocker for migration
 2021-10-15  1:34 UTC  (2+ messages)

[PATCH 0/4] Avoid using isa_get_irq in vt82c686 model
 2021-10-15  1:06 UTC  (5+ messages)
` [PATCH 1/4] vt82c686: Move common code to via_isa_realize
` [PATCH 4/4] via-ide: Avoid using isa_get_irq()
` [PATCH 2/4] vt82c686: Add a method to VIA_ISA to raise ISA interrupts
` [PATCH 3/4] hw/usb/vt82c686-uhci-pci: Avoid using isa_get_irq()

[PATCH v3 0/3] hw/arm/virt_acpi_build: Upgrate the IORT table up to revision E.b
 2021-10-15  0:49 UTC  (4+ messages)

[PATCH] Partially revert "build: -no-pie is no functional linker flag"
 2021-10-15  0:39 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()
 2021-10-15  0:14 UTC  (2+ messages)

[PATCH v4] memory: Directly dispatch alias accesses on origin memory region
 2021-10-14 23:46 UTC  (2+ messages)

[PATCH v2] hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and artist_vram_write()
 2021-10-14 20:48 UTC  (3+ messages)

[PATCH 0/7] tests: docker images for hexagon, nios2, microblaze
 2021-10-14 22:44 UTC  (8+ messages)
` [PATCH 1/7] tests/docker: Use apt build-dep in debian10
` [PATCH 2/7] tests/docker: Simplify debian-all-test-cross
` [PATCH 3/7] tests/docker: Update debian-hexagon-cross to a newer toolchain
` [PATCH 4/7] gitlab-ci: Remove special casing for hexagon testing
` [PATCH 5/7] tests/docker: Add debian-nios2-cross image
` [PATCH 6/7] tests/docker: Add debian-microblaze-cross image
` [PATCH 7/7] tests/tcg: Enable container_cross_cc for microblaze

[PATCH] Fix %#08 misuses
 2021-10-14 21:56 UTC  (3+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-14 21:00 UTC  (14+ messages)

[PATCH v3 00/25] block layer: split block APIs in global state and I/O
 2021-10-14 20:31 UTC  (3+ messages)
` [PATCH v3 02/25] include/block/block: split header into I/O and global state API

[PATCH v7 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-14 19:37 UTC  (10+ messages)
` [PATCH v7 04/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v7 09/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v7 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PULL 00/26] Meson changes for 2021-10-14
 2021-10-14 19:15 UTC  (13+ messages)
` [PULL 11/26] configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
` [PULL 14/26] configure, meson: move remaining HAVE_* compiler tests to Meson
` [PULL 16/26] configure, meson: move libaio check to meson.build
` [PULL 18/26] configure, meson: move netmap detection to meson
` [PULL 20/26] configure: remove obsolete Solaris ar check
` [PULL 21/26] configure, meson: move more compiler checks to Meson
` [PULL 22/26] configure: remove deprecated --{enable, disable}-git-update
` [PULL 23/26] configure: accept "internal" for --enable-capstone/slirp/fdt
` [PULL 24/26] configure: prepare for auto-generated option parsing
` [PULL 25/26] meson-buildoptions: include list of tracing backends
` [PULL 26/26] configure: automatically parse command line for meson -D options

[PATCH v3] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-14 17:48 UTC  (6+ messages)

[PATCH v4 0/3] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-14 17:43 UTC  (5+ messages)
` [PATCH v4 3/3] "
` [PATCH v4 2/3] usb/uhci: Replace pci_set_irq with qemu_set_irq
` [PATCH v4 1/3] usb/uhci: Misc clean up

[PATCH 0/9] nios2: Enable cross compile and fix signals
 2021-10-14 17:17 UTC  (4+ messages)
` [PATCH 1/9] tests/docker: Add debian-nios2-cross image

[PATCH v4 0/8] Switch iotests to using Async QMP
 2021-10-14 17:06 UTC  (3+ messages)
` [PATCH v4 6/8] iotests/300: avoid abnormal shutdown race condition


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