qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 16:34:11 to 2020-05-01 14:02:37 UTC [more...]

About hardfloat in ppc
 2020-05-01 14:01 UTC  (25+ messages)
          ` R: "
              ` R: "
                          ` R: "

[PATCH] aspeed: Add support for the sonorapass-bmc board
 2020-05-01 11:37 UTC 

[PATCH 1/1] vfio/nvlink: Remove exec permission to avoid SELinux AVCs
 2020-05-01  5:23 UTC 

[PATCH 1/1] vfio/nvlink: Remove exec permission to avoid SELinux AVCs
 2020-05-01  6:44 UTC  (2+ messages)

[PATCH v1 0/9] gdbstub/next
 2020-05-01 13:22 UTC  (14+ messages)
` [PATCH v1 1/9] configure: favour gdb-multiarch if we have it
` [PATCH v1 2/9] gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
` [PATCH v1 3/9] tests/tcg: better trap gdb failures
` [PATCH v1 4/9] tests/tcg: drop inferior.was_attached() test
` [PATCH v1 5/9] gdbstub: eliminate gdbserver_fd global
` [PATCH v1 6/9] gdbstub/linux-user: support debugging over a unix socket
` [PATCH v1 7/9] tests/guest-debug: use the unix socket for linux-user tests
` [PATCH v1 8/9] tests/tcg: add a multiarch linux-user gdb test
` [PATCH v1 9/9] target/m68k: fix gdb for m68xxx

[PATCH] qcow2: Avoid integer wraparound in qcow2_co_truncate()
 2020-05-01 13:15 UTC 

[PATCH v1 0/4] testing/next updates
 2020-05-01 13:11 UTC  (15+ messages)
` [PATCH v1 1/4] .travis.yml: show free disk space at end of run
` [PATCH v1 2/4] .travis.yml: drop MacOSX
` [PATCH v1 3/4] .cirrus.yml: bump FreeBSD to the current stable release
` [PATCH v1 4/4] .travis.yml: reduce the load on [ppc64] GCC check-tcg

[PATCH] target/m68k: Allow movec only on 68010+
 2020-05-01 13:11 UTC  (2+ messages)

[PATCH] riscv/spike: Change the default bios to use plain binary image
 2020-05-01 12:46 UTC  (4+ messages)

[PATCH] riscv: Change the default behavior if no -bios option is specified
 2020-05-01 12:19 UTC 

[PATCH 0/2] virt: Set tpm-tis-device ppi property to off by default
 2020-05-01  9:40 UTC  (2+ messages)

[PULL 0/4] Block patches
 2020-05-01  9:32 UTC  (7+ messages)
` [PULL 1/4] fuzz: select fuzz target using executable name
` [PULL 2/4] lockable: fix __COUNTER__ macro to be referenced properly
` [PULL 3/4] lockable: replaced locks with lock guard macros where appropriate
` [PULL 4/4] lockable: Replace locks with lock guard macros

[PULL 00/15] Block layer patches
 2020-05-01  9:27 UTC  (2+ messages)

[PATCH 00/17] qom: Spring cleaning
 2020-05-01  9:06 UTC  (7+ messages)
` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256
  ` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256

[PATCH] hostmem: don't use mbind() if host-nodes is epmty
 2020-05-01  8:57 UTC  (4+ messages)

[PULL for-5.0 0/4] Block patches
 2020-05-01  8:26 UTC  (2+ messages)
` [PULL for-5.0 1/4] fuzz: select fuzz target using executable name

[RESEND PATCH 1/1] vfio/nvlink: Remove exec permission to avoid SELinux AVCs
 2020-05-01  8:11 UTC 

[PATCH 00/36] target/arm: Convert Neon to decodetree (part 1)
 2020-05-01  7:32 UTC  (74+ messages)
` [PATCH 01/36] target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check
` [PATCH 02/36] target/arm: Don't allow Thumb Neon insns without FEATURE_NEON
` [PATCH 03/36] target/arm: Add stubs for AArch32 Neon decodetree
` [PATCH 04/36] target/arm: Convert VCMLA (vector) to decodetree
` [PATCH 05/36] target/arm: Convert VCADD "
` [PATCH 06/36] target/arm: Convert V[US]DOT "
` [PATCH 07/36] target/arm: Convert VFM[AS]L "
` [PATCH 08/36] target/arm: Convert VCMLA (scalar) "
` [PATCH 09/36] target/arm: Convert V[US]DOT "
` [PATCH 10/36] target/arm: Convert VFM[AS]L "
` [PATCH 11/36] target/arm: Convert Neon load/store multiple structures "
` [PATCH 12/36] target/arm: Convert Neon 'load single structure to all lanes' "
` [PATCH 13/36] target/arm: Convert Neon 'load/store single structure' "
` [PATCH 14/36] target/arm: Convert Neon 3-reg-same VADD/VSUB "
` [PATCH 15/36] target/arm: Convert Neon 3-reg-same logic ops "
` [PATCH 16/36] target/arm: Convert Neon 3-reg-same VMAX/VMIN "
` [PATCH 17/36] target/arm: Convert Neon 3-reg-same comparisons "
` [PATCH 18/36] target/arm: Convert Neon 3-reg-same VQADD/VQSUB "
` [PATCH 19/36] target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL "
` [PATCH 20/36] target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH "
` [PATCH 21/36] target/arm: Convert Neon 3-reg-same SHA "
` [PATCH 22/36] target/arm: Move gen_ function typedefs to translate.h
` [PATCH 23/36] target/arm: Convert Neon 64-bit element 3-reg-same insns
` [PATCH 24/36] target/arm: Convert Neon VHADD "
` [PATCH 25/36] target/arm: Convert Neon VRHADD, VHSUB, VABD 3-reg-same insns to decodetree
` [PATCH 26/36] target/arm: Convert Neon VQSHL, VRSHL, VQRSHL "
` [PATCH 27/36] target/arm: Convert Neon VABA 3-reg-same "
` [PATCH 28/36] target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns "
` [PATCH 29/36] target/arm: Convert Neon VPADD "
` [PATCH 30/36] target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same "
` [PATCH 31/36] target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns "
` [PATCH 32/36] target/arm: Convert Neon VPMIN/VPMAX/VPADD float "
` [PATCH 33/36] target/arm: Convert Neon fp VMUL, VMLA, VMLS "
` [PATCH 34/36] target/arm: Convert Neon 3-reg-same compare "
` [PATCH 35/36] target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS "
` [PATCH 36/36] target/arm: Convert NEON VFMA, VFMS 3-reg-same insns "

[Qemu-devel] [Bug 1749393] [NEW] sbrk() not working under qemu-user with a PIE-compiled binary?
 2020-05-01  6:47 UTC  (2+ messages)
` [Bug 1749393] "

[PATCH v4 00/18] target/arm: sve load/store improvements
 2020-05-01  6:18 UTC  (20+ messages)
` [PATCH v4 01/18] exec: Add block comments for watchpoint routines
` [PATCH v4 02/18] exec: Fix cpu_watchpoint_address_matches address length
` [PATCH v4 03/18] accel/tcg: Add block comment for probe_access
` [PATCH v4 04/18] accel/tcg: Add probe_access_flags
` [PATCH v4 05/18] accel/tcg: Add endian-specific cpu_{ld, st}* operations
` [PATCH v4 06/18] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH v4 07/18] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PATCH v4 08/18] target/arm: Add sve infrastructure for page lookup
` [PATCH v4 09/18] target/arm: Adjust interface of sve_ld1_host_fn
` [PATCH v4 10/18] target/arm: Use SVEContLdSt in sve_ld1_r
` [PATCH v4 11/18] target/arm: Handle watchpoints "
` [PATCH v4 12/18] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH v4 13/18] target/arm: Update contiguous first-fault and no-fault loads
` [PATCH v4 14/18] target/arm: Use SVEContLdSt for contiguous stores
` [PATCH v4 15/18] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PATCH v4 16/18] target/arm: Reuse sve_probe_page for scatter stores
` [PATCH v4 17/18] target/arm: Reuse sve_probe_page for gather loads
` [PATCH v4 18/18] target/arm: Remove sve_memopidx

[PATCH v7 0/7] reference implementation of RSS and hash report
 2020-05-01  4:01 UTC  (3+ messages)

backing chain & block status & filters
 2020-05-01  3:04 UTC  (5+ messages)

[PULL 00/31] target-arm queue
 2020-05-01  2:05 UTC  (2+ messages)

[PATCH 4/4] softfloat: fix floatx80 pseudo-denormal round to integer
 2020-05-01  0:39 UTC 

[PATCH 3/4] softfloat: fix floatx80 pseudo-denormal comparisons
 2020-05-01  0:39 UTC 

[PATCH 2/4] softfloat: fix floatx80 pseudo-denormal addition / subtraction
 2020-05-01  0:38 UTC 

[PATCH 1/4] softfloat: silence sNaN for conversions to/from floatx80
 2020-05-01  0:37 UTC 

[PATCH 0/4] softfloat: fix floatx80 emulation bugs
 2020-05-01  0:36 UTC 

[PATCH] linux-user/strace.list: fix epoll_create{,1} -strace output
 2020-04-30 22:59 UTC  (2+ messages)

[PATCH] target/xtensa: work around missing SR definitions
 2020-04-30 22:07 UTC  (2+ messages)

[PATCH 1/1] target/riscv: fix VS interrupts forwarding to HS
 2020-04-30 21:47 UTC  (7+ messages)

[PATCH] target/riscv: fix check of guest pa top bits
 2020-04-30 21:28 UTC  (3+ messages)

[Bug 1876187] [NEW] qemu-system-arm freezes when using SystickTimer on netduinoplus2
 2020-04-30 21:19 UTC 

[PATCH v3 00/17] 64bit block-layer
 2020-04-30 20:57 UTC  (3+ messages)

[RFC PATCH v2 00/67] Hexagon patch series
 2020-04-30 20:53 UTC  (3+ messages)

[PATCH for-5.1 V2 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-04-30 20:09 UTC  (2+ messages)

[PATCH RFC v2] target/arm: Implement SVE2 bitwise shift immediate
 2020-04-30 19:41 UTC 

[PATCH RFC v2] target/arm: Implement SVE2 FLOGB
 2020-04-30 19:14 UTC 

[PULL v1 0/6] Xilinx queue 2020-04-30
 2020-04-30 18:25 UTC  (2+ messages)

[PATCH v2 0/4] backup: Make sure that source and target size match
 2020-04-30 18:30 UTC  (7+ messages)
` [PATCH v2 1/4] iotests/283: Use consistent size for source and target
` [PATCH v2 3/4] backup: Make sure that source and target size match
` [PATCH v2 4/4] iotests: Backup with different source/target size

[PATCH RFC] target/arm: Implement SVE2 bitwise shift immediate
 2020-04-30 18:19 UTC  (2+ messages)

[PATCH 0/4] scripts: More Python fixes
 2020-04-30 17:56 UTC  (5+ messages)
` [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

[PATCH RFC] target/arm: Implement SVE2 FLOGB
 2020-04-30 17:43 UTC  (2+ messages)

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-30 17:12 UTC  (13+ messages)

Failing property setters + hardwired devices + -global = a bad day
 2020-04-30 16:56 UTC  (10+ messages)
      ` Configuring onboard devices (was: Failing property setters + hardwired devices + -global = a bad day)
          ` Configuring onboard devices

[PATCH v3 00/15] acpi: i386 tweaks
 2020-04-30 16:31 UTC  (5+ messages)
` [PATCH v3 13/15] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v3 14/15] acpi: factor out fw_cfg_add_acpi_dsdt()

[PATCH v3] target/arm: Use correct variable for setting 'max' cpu's MIDR_EL1
 2020-04-30 16:46 UTC  (3+ messages)

[PATCH v1 0/9] hw/core: stream: Add end-of-packet flag
 2020-04-30 16:24 UTC  (2+ messages)
` [PATCH v1 9/9] MAINTAINERS: Add myself as streams maintainer


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