messages from 2020-05-01 03:37:25 to 2020-05-02 18:08:13 UTC [more...]
[PATCH 00/10] Cadence GEM Fixes
2020-05-02 17:53 UTC (10+ messages)
` [PATCH 01/10] net: cadence_gem: Fix debug statements
` [PATCH 02/10] net: cadence_gem: Fix the queue address update during wrap around
` [PATCH 03/10] net: cadence_gem: Fix irq update w.r.t queue
` [PATCH 04/10] net: cadence_gem: Define access permission for interrupt registers
` [PATCH 05/10] net: cadence_gem: Set ISR according to queue in use
` [PATCH 06/10] net: cadence_gem: Add support for jumbo frames
` [PATCH 07/10] net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 reg
` [PATCH 08/10] net: cadence_gem: Update the reset value for interrupt mask register
` [PATCH 09/10] net: cadence_gem: TX_LAST bit should be set by guest
[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
2020-05-02 16:12 UTC
[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
2020-05-02 16:13 UTC (2+ messages)
[PATCH] target/m68k: Allow movec only on 68010+
2020-05-02 14:55 UTC (5+ messages)
[PATCH 00/17] qom: Spring cleaning
2020-05-02 8:39 UTC (22+ messages)
` [PATCH 02/17] qom: Clean up inconsistent use of gchar * vs. char *
` [PATCH 04/17] qom: Change object_property_get_uint16List() to match its doc
` [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 13/17] qom: Drop parameter @errp of object_property_add() & friends
` [PATCH 17/17] qom: Drop @errp parameter of object_property_del()
[RFC PATCH] qom: Implement qom-get HMP command
2020-05-02 6:02 UTC (2+ messages)
[PATCH 0/4] scripts: More Python fixes
2020-05-02 5:54 UTC (6+ messages)
` [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path
Failing property setters + hardwired devices + -global = a bad day
2020-05-02 5:47 UTC (11+ messages)
` Configuring onboard devices (was: Failing property setters + hardwired devices + -global = a bad day)
` Configuring onboard devices
[Bug 1876373] [NEW] segfault mremap 4096
2020-05-02 4:38 UTC (3+ messages)
` [Bug 1876373] "
[PATCH v2 0/9] block/io: safer inc/dec in_flight sections
2020-05-01 22:08 UTC (11+ messages)
` [PATCH v2 1/9] block/io: refactor bdrv_is_allocated_above to run only one coroutine
` [PATCH v2 5/9] block/io: expand in_flight inc/dec section: simple cases
` [PATCH v2 6/9] block/io: expand in_flight inc/dec section: block-status
` [PATCH v2 7/9] block/io: add bdrv_do_pwrite_zeroes
` [PATCH v2 9/9] block/io: expand in_flight inc/dec section: bdrv_make_zero
An first try to improve PPC float simulation, not even compiled. Just ask question
2020-05-01 22:02 UTC (3+ messages)
[PATCH 0/6] target/arm: partial vector cleanup
2020-05-01 21:13 UTC (7+ messages)
` [PATCH 1/6] target/arm: Create gen_gvec_[us]sra
` [PATCH 2/6] target/arm: Create gen_gvec_{u,s}{rshr,rsra}
` [PATCH 3/6] target/arm: Create gen_gvec_{sri,sli}
` [PATCH 4/6] target/arm: Remove unnecessary range check for VSHL
` [PATCH 5/6] target/arm: Tidy handle_vec_simd_shri
` [PATCH 6/6] target/arm: Wrap vector compare zero GVecGen2 in GVecGen2Fn
[PATCH 3/4] softfloat: fix floatx80 pseudo-denormal comparisons
2020-05-01 21:01 UTC (5+ messages)
About hardfloat in ppc
2020-05-01 20:35 UTC (29+ messages)
` R: "
` R: "
` R: "
[PULL 0/6] virtiofs queue
2020-05-01 19:28 UTC (8+ messages)
` [PULL 1/6] virtiofsd: add --rlimit-nofile=NUM option
` [PULL 2/6] virtiofsd: stay below fs.file-max sysctl value (CVE-2020-10717)
` [PULL 3/6] virtiofsd: jail lo->proc_self_fd
` [PULL 4/6] virtiofsd: Show submounts
` [PULL 5/6] virtiofsd: only retain file system capabilities
` [PULL 6/6] virtiofsd: drop all capabilities in the wait parent process
[PATCH] target/riscv: fix check of guest pa top bits
2020-05-01 19:14 UTC (5+ messages)
[PATCH 0/1] target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9
2020-05-01 19:09 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 2/4] softfloat: fix floatx80 pseudo-denormal addition / subtraction
2020-05-01 19:02 UTC (3+ messages)
[PATCH 1/1] target/riscv: fix VS interrupts forwarding to HS
2020-05-01 18:56 UTC (8+ messages)
[PATCH v2] target/riscv: fix check of guest pa top bits
2020-05-01 18:51 UTC
[PATCH] qcow2: Avoid integer wraparound in qcow2_co_truncate()
2020-05-01 18:48 UTC (3+ messages)
[PATCH 0/2] virtiofsd: drop Linux capabilities(7)
2020-05-01 18:28 UTC (2+ messages)
[PATCH] virtiofsd: Use clone() and not unshare(), support non-root
2020-05-01 18:25 UTC
[PATCH 00/36] target/arm: Convert Neon to decodetree (part 1)
2020-05-01 18:10 UTC (38+ 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 20/36] target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree
` [PATCH 23/36] target/arm: Convert Neon 64-bit element 3-reg-same insns
` [PATCH 26/36] target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree
` [PATCH 28/36] target/arm: Convert Neon VPMAX/VPMIN "
` [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 "
[PATCH] virtiofsd: Show submounts
2020-05-01 17:53 UTC (2+ messages)
[PATCH] virtiofsd: jail lo->proc_self_fd
2020-05-01 17:47 UTC (2+ messages)
[PATCH] chardev: enable distinct input for -chardev file
2020-05-01 17:46 UTC (3+ messages)
[PATCH v2 0/2] virtiofsd: stay under fs.file-max sysctl limit (CVE-2020-10717)
2020-05-01 17:42 UTC (4+ messages)
` [PATCH v2 1/2] virtiofsd: add --rlimit-nofile=NUM option
` [PATCH v2 2/2] virtiofsd: stay below fs.file-max sysctl value (CVE-2020-10717)
[PATCH 1/4] softfloat: silence sNaN for conversions to/from floatx80
2020-05-01 17:00 UTC (5+ messages)
[PATCH v7 0/7] reference implementation of RSS and hash report
2020-05-01 16:41 UTC (6+ messages)
[PATCH 0/5] riscv: Switch to use generic platform of opensbi bios images
2020-05-01 15:50 UTC (6+ messages)
` [PATCH 1/5] roms/opensbi: Update to support building bios images for generic platform
` [PATCH 2/5] gitlab-ci/opensbi: Update GitLab CI to build "
` [PATCH 3/5] riscv: Use pre-built bios image of generic platform for virt & sifive_u
` [PATCH 4/5] riscv/spike: Change the default bios to use generic platform image
` [PATCH 5/5] riscv: Suppress the error report for QEMU testing with riscv_find_firmware()
[PATCH 0/1] Patch for keycodemapdb
2020-05-01 15:44 UTC (3+ messages)
` [PATCH 1/1] Fix win32 keycode for VK_OEM_102
[PATCH v1 0/7] various tcg and linux-user updates
2020-05-01 15:08 UTC (9+ messages)
` [PATCH v1 1/7] linux-user: completely re-write init_guest_space
` [PATCH v1 2/7] exec/cpu-all: Use bool for have_guest_base
` [PATCH v1 3/7] accel/tcg: Relax va restrictions on 64-bit guests
` [PATCH v1 4/7] accel/tcg: don't disable exec_tb trace events
` [PATCH v1 5/7] disas: include an optional note for the start of disassembly
` [PATCH v1 6/7] disas: add optional note support to cap_disas
` [PATCH v1 7/7] translate-all: include guest address in out_asm output
RFC: use VFIO over a UNIX domain socket to implement device offloading
2020-05-01 15:28 UTC (10+ messages)
[PATCH] aspeed: Add support for the sonorapass-bmc board
2020-05-01 15:26 UTC (2+ messages)
[PULL 0/4] Block patches
2020-05-01 15:23 UTC (8+ 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
[PATCH] linux-user/strace.list: fix epoll_create{,1} -strace output
2020-05-01 15:06 UTC (3+ messages)
[PATCH v1 0/4] testing/next updates
2020-05-01 15:03 UTC (18+ 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 v1 0/9] gdbstub/next
2020-05-01 14:59 UTC (20+ 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 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 v2] fuzz: select fuzz target using executable name
2020-05-01 14:36 UTC (3+ messages)
[PATCH v6 0/5] 9pfs: readdir optimization
2020-05-01 14:04 UTC (4+ messages)
` [PATCH v6 3/5] 9pfs: add new function v9fs_co_readdir_many()
[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] 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 00/15] Block layer patches
2020-05-01 9:27 UTC (2+ messages)
[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
[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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).