messages from 2018-02-16 17:38:46 to 2018-02-17 20:32:08 UTC [more...]
[Qemu-devel] [PATCH 00/19] target/hppa: Convert to decodetree.py
2018-02-17 20:31 UTC (17+ messages)
` [Qemu-devel] [PATCH 01/19] target/hppa: Use DisasContextBase.is_jmp
` [Qemu-devel] [PATCH 02/19] target/hppa: Begin using scripts/decodetree.py
` [Qemu-devel] [PATCH 03/19] target/hppa: Convert move to/from system registers
` [Qemu-devel] [PATCH 04/19] target/hppa: Convert remainder of system insns
` [Qemu-devel] [PATCH 05/19] target/hppa: Unify specializations of OR
` [Qemu-devel] [PATCH 06/19] target/hppa: Convert memory management insns
` [Qemu-devel] [PATCH 07/19] target/hppa: Convert arithmetic/logical insns
` [Qemu-devel] [PATCH 08/19] target/hppa: Convert indexed memory insns
` [Qemu-devel] [PATCH 09/19] target/hppa: Convert fp multiply-add
` [Qemu-devel] [PATCH 10/19] target/hppa: Convert conditional branches
` [Qemu-devel] [PATCH 11/19] target/hppa: Convert shift, extract, deposit insns
` [Qemu-devel] [PATCH 12/19] target/hppa: Convert direct and indirect branches
` [Qemu-devel] [PATCH 13/19] target/hppa: Convert arithmetic immediate insns
` [Qemu-devel] [PATCH 14/19] target/hppa: Convert offset memory insns
` [Qemu-devel] [PATCH 15/19] target/hppa: Convert fp indexed "
` [Qemu-devel] [PATCH 16/19] target/hppa: Convert halt/reset insns
[Qemu-devel] [PATCH 0/2] MIPS Boston / pch_gbe ethernet support
2018-02-17 19:22 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] hw/net: Add support for Intel pch_gbe ethernet
` [Qemu-devel] [PATCH 2/2] hw/mips/boston: Enable pch_gbe ethernet controller
[Qemu-devel] [PATCH v9 00/14] ARM SMMUv3 Emulation Support
2018-02-17 18:46 UTC (15+ messages)
` [Qemu-devel] [PATCH v9 01/14] hw/arm/smmu-common: smmu base device and datatypes
` [Qemu-devel] [PATCH v9 02/14] hw/arm/smmu-common: IOMMU memory region and address space setup
` [Qemu-devel] [PATCH v9 03/14] hw/arm/smmu-common: VMSAv8-64 page table walk
` [Qemu-devel] [PATCH v9 04/14] hw/arm/smmuv3: Skeleton
` [Qemu-devel] [PATCH v9 05/14] hw/arm/smmuv3: Wired IRQ and GERROR helpers
` [Qemu-devel] [PATCH v9 06/14] hw/arm/smmuv3: Queue helpers
` [Qemu-devel] [PATCH v9 07/14] hw/arm/smmuv3: Implement MMIO write operations
` [Qemu-devel] [PATCH v9 08/14] hw/arm/smmuv3: Event queue recording helper
` [Qemu-devel] [PATCH v9 09/14] hw/arm/smmuv3: Implement translate callback
` [Qemu-devel] [PATCH v9 10/14] hw/arm/smmuv3: Abort on vfio or vhost case
` [Qemu-devel] [PATCH v9 11/14] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
` [Qemu-devel] [PATCH v9 12/14] hw/arm/virt: Add SMMUv3 to the virt board
` [Qemu-devel] [PATCH v9 13/14] hw/arm/virt-acpi-build: Add smmuv3 node in IORT table
` [Qemu-devel] [PATCH v9 14/14] hw/arm/virt: Handle iommu in 2.12 machine type
[Qemu-devel] [PATCH 1/3] hw/i2c-ddc: Do not fail writes
2018-02-17 18:32 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/3] hw/sii9022: Add support for Silicon Image SII9022
` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 3/3] arm/vexpress: Add proper display connector emulation
[Qemu-devel] [PATCH v2 00/67] target/arm: Scalable Vector Extension
2018-02-17 18:23 UTC (68+ messages)
` [Qemu-devel] [PATCH v2 01/67] target/arm: Enable SVE for aarch64-linux-user
` [Qemu-devel] [PATCH v2 02/67] target/arm: Introduce translate-a64.h
` [Qemu-devel] [PATCH v2 03/67] target/arm: Add SVE decode skeleton
` [Qemu-devel] [PATCH v2 04/67] target/arm: Implement SVE Bitwise Logical - Unpredicated Group
` [Qemu-devel] [PATCH v2 05/67] target/arm: Implement SVE load vector/predicate
` [Qemu-devel] [PATCH v2 06/67] target/arm: Implement SVE predicate test
` [Qemu-devel] [PATCH v2 07/67] target/arm: Implement SVE Predicate Logical Operations Group
` [Qemu-devel] [PATCH v2 08/67] target/arm: Implement SVE Predicate Misc Group
` [Qemu-devel] [PATCH v2 09/67] target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
` [Qemu-devel] [PATCH v2 10/67] target/arm: Implement SVE Integer Reduction Group
` [Qemu-devel] [PATCH v2 11/67] target/arm: Implement SVE bitwise shift by immediate (predicated)
` [Qemu-devel] [PATCH v2 12/67] target/arm: Implement SVE bitwise shift by vector (predicated)
` [Qemu-devel] [PATCH v2 13/67] target/arm: Implement SVE bitwise shift by wide elements (predicated)
` [Qemu-devel] [PATCH v2 14/67] target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
` [Qemu-devel] [PATCH v2 15/67] target/arm: Implement SVE Integer Multiply-Add Group
` [Qemu-devel] [PATCH v2 16/67] target/arm: Implement SVE Integer Arithmetic - Unpredicated Group
` [Qemu-devel] [PATCH v2 17/67] target/arm: Implement SVE Index Generation Group
` [Qemu-devel] [PATCH v2 18/67] target/arm: Implement SVE Stack Allocation Group
` [Qemu-devel] [PATCH v2 19/67] target/arm: Implement SVE Bitwise Shift - Unpredicated Group
` [Qemu-devel] [PATCH v2 20/67] target/arm: Implement SVE Compute Vector Address Group
` [Qemu-devel] [PATCH v2 21/67] target/arm: Implement SVE floating-point exponential accelerator
` [Qemu-devel] [PATCH v2 22/67] target/arm: Implement SVE floating-point trig select coefficient
` [Qemu-devel] [PATCH v2 23/67] target/arm: Implement SVE Element Count Group
` [Qemu-devel] [PATCH v2 24/67] target/arm: Implement SVE Bitwise Immediate Group
` [Qemu-devel] [PATCH v2 25/67] target/arm: Implement SVE Integer Wide Immediate - Predicated Group
` [Qemu-devel] [PATCH v2 26/67] target/arm: Implement SVE Permute - Extract Group
` [Qemu-devel] [PATCH v2 27/67] target/arm: Implement SVE Permute - Unpredicated Group
` [Qemu-devel] [PATCH v2 28/67] target/arm: Implement SVE Permute - Predicates Group
` [Qemu-devel] [PATCH v2 29/67] target/arm: Implement SVE Permute - Interleaving Group
` [Qemu-devel] [PATCH v2 30/67] target/arm: Implement SVE compress active elements
` [Qemu-devel] [PATCH v2 31/67] target/arm: Implement SVE conditionally broadcast/extract element
` [Qemu-devel] [PATCH v2 32/67] target/arm: Implement SVE copy to vector (predicated)
` [Qemu-devel] [PATCH v2 33/67] target/arm: Implement SVE reverse within elements
` [Qemu-devel] [PATCH v2 34/67] target/arm: Implement SVE vector splice (predicated)
` [Qemu-devel] [PATCH v2 35/67] target/arm: Implement SVE Select Vectors Group
` [Qemu-devel] [PATCH v2 36/67] target/arm: Implement SVE Integer Compare - "
` [Qemu-devel] [PATCH v2 37/67] target/arm: Implement SVE Integer Compare - Immediate Group
` [Qemu-devel] [PATCH v2 38/67] target/arm: Implement SVE Partition Break Group
` [Qemu-devel] [PATCH v2 39/67] target/arm: Implement SVE Predicate Count Group
` [Qemu-devel] [PATCH v2 40/67] target/arm: Implement SVE Integer Compare - Scalars Group
` [Qemu-devel] [PATCH v2 41/67] target/arm: Implement FDUP/DUP
` [Qemu-devel] [PATCH v2 42/67] target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
` [Qemu-devel] [PATCH v2 43/67] target/arm: Implement SVE Floating Point Arithmetic "
` [Qemu-devel] [PATCH v2 44/67] target/arm: Implement SVE Memory Contiguous Load Group
` [Qemu-devel] [PATCH v2 45/67] target/arm: Implement SVE Memory Contiguous Store Group
` [Qemu-devel] [PATCH v2 46/67] target/arm: Implement SVE load and broadcast quadword
` [Qemu-devel] [PATCH v2 47/67] target/arm: Implement SVE integer convert to floating-point
` [Qemu-devel] [PATCH v2 48/67] target/arm: Implement SVE floating-point arithmetic (predicated)
` [Qemu-devel] [PATCH v2 49/67] target/arm: Implement SVE FP Multiply-Add Group
` [Qemu-devel] [PATCH v2 50/67] target/arm: Implement SVE Floating Point Accumulating Reduction Group
` [Qemu-devel] [PATCH v2 51/67] target/arm: Implement SVE load and broadcast element
` [Qemu-devel] [PATCH v2 52/67] target/arm: Implement SVE store vector/predicate register
` [Qemu-devel] [PATCH v2 53/67] target/arm: Implement SVE scatter stores
` [Qemu-devel] [PATCH v2 54/67] target/arm: Implement SVE prefetches
` [Qemu-devel] [PATCH v2 55/67] target/arm: Implement SVE gather loads
` [Qemu-devel] [PATCH v2 56/67] target/arm: Implement SVE scatter store vector immediate
` [Qemu-devel] [PATCH v2 57/67] target/arm: Implement SVE floating-point compare vectors
` [Qemu-devel] [PATCH v2 58/67] target/arm: Implement SVE floating-point arithmetic with immediate
` [Qemu-devel] [PATCH v2 59/67] target/arm: Implement SVE Floating Point Multiply Indexed Group
` [Qemu-devel] [PATCH v2 60/67] target/arm: Implement SVE FP Fast Reduction Group
` [Qemu-devel] [PATCH v2 61/67] target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group
` [Qemu-devel] [PATCH v2 62/67] target/arm: Implement SVE FP Compare with Zero Group
` [Qemu-devel] [PATCH v2 63/67] target/arm: Implement SVE floating-point trig multiply-add coefficient
` [Qemu-devel] [PATCH v2 64/67] target/arm: Implement SVE floating-point convert precision
` [Qemu-devel] [PATCH v2 65/67] target/arm: Implement SVE floating-point convert to integer
` [Qemu-devel] [PATCH v2 66/67] target/arm: Implement SVE floating-point round to integral value
` [Qemu-devel] [PATCH v2 67/67] target/arm: Implement SVE floating-point unary operations
[Qemu-devel] [PATCH 00/11] linux-user: improve NETLINK strace
2018-02-17 18:10 UTC (11+ messages)
` [Qemu-devel] [PATCH 03/11] linux-user/strace: add print_sockaddr_ptr() to handle plain/pointer addrlen
` [Qemu-devel] [PATCH 06/11] linux-user/strace: improve recvmsg() output
` [Qemu-devel] [PATCH 07/11] linux-user/strace: improve bind() output
` [Qemu-devel] [PATCH 08/11] linux-user/strace: improve gettimeofday() output
` [Qemu-devel] [PATCH 09/11] linux-user/strace: improve capget()/capset() output
[Qemu-devel] [PATCH v4 1/1] scripts: Add decodetree.py
2018-02-17 18:07 UTC
[Qemu-devel] [PULL 00/23] Misc patches for 2017-02-16
2018-02-17 17:00 UTC (6+ messages)
` [Qemu-devel] [PULL 09/23] gdbstub: Fix vCont behaviour
[Qemu-devel] [PATCH 0/2] tcg: tcg_can_emit_vec_op cleanup+fix
2018-02-17 16:40 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] tcg: Fold unspecified opcode test into tcg_can_emit_vec_op
` [Qemu-devel] [PATCH 2/2] tcg: Add missing tcg_can_emit_vec_op check in tcg_gen_gvec_2s
[Qemu-devel] [PATCH] cuda.h: Fix multiple typedef
2018-02-17 15:00 UTC (4+ messages)
[Qemu-devel] [PATCH v5 00/23] RISC-V QEMU Port Submission
2018-02-17 13:30 UTC (2+ messages)
[Qemu-devel] [PATCH v4 00/22] re-factor softfloat and add fp16 functions
2018-02-17 13:23 UTC (3+ messages)
[Qemu-devel] [PATCH] ui: Reorder vte terminal packing to avoid gtk3 warnings
2018-02-17 11:26 UTC
[Qemu-devel] [PATCH] intel-iommu: Accept 64-bit writes to FEADDR
2018-02-17 11:26 UTC
[Qemu-devel] [PATCH] linux-user: make getcpu optional
2018-02-17 10:35 UTC (3+ messages)
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] [PATCH v2 0/3] Sam460ex emulation
2018-02-17 9:24 UTC (5+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [Process] QEMU submaintainers and pull requests
2018-02-17 8:51 UTC (7+ messages)
[Qemu-devel] [PATCH] kvm: add stubs for kvm_vcpu_id_is_valid() and kvm_arch_vcpu_id()
2018-02-17 8:50 UTC (2+ messages)
[Qemu-devel] [PATCH v7 00/12] Interactive Boot Menu for DASD and SCSI Guests on s390x
2018-02-17 8:26 UTC (17+ messages)
` [Qemu-devel] [PATCH v7 01/12] s390-ccw: refactor boot map table code
` [Qemu-devel] [PATCH v7 02/12] s390-ccw: refactor eckd_block_num to use CHS
` [Qemu-devel] [PATCH v7 03/12] s390-ccw: refactor IPL structs
` [Qemu-devel] [PATCH v7 04/12] s390-ccw: update libc
` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v7 05/12] s390-ccw: move auxiliary IPL data to separate location
` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v7 06/12] s390-ccw: parse and set boot menu options
` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v7 07/12] s390-ccw: set up interactive boot menu parameters
` [Qemu-devel] [PATCH v7 08/12] s390-ccw: read stage2 boot loader data to find menu
` [Qemu-devel] [PATCH v7 09/12] s390-ccw: print zipl boot menu
` [Qemu-devel] [PATCH v7 10/12] s390-ccw: read user input for boot index via the SCLP console
` [Qemu-devel] [PATCH v7 11/12] s390-ccw: set cp_receive mask only when needed and consume pending service irqs
` [Qemu-devel] [PATCH v7 12/12] s390-ccw: interactive boot menu for scsi
[Qemu-devel] [Bug 1708077] Re: PPC interrupt exception!
2018-02-17 7:28 UTC
[Qemu-devel] [PATCH] hw/acpi-build: build SRAT memory affinity structures for NVDIMM
2018-02-17 6:31 UTC
[Qemu-devel] [Bug 1490853] [NEW] qemu windows guest hangs on 100% cpu usage
2018-02-17 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1490853] "
[Qemu-devel] [Bug 1587970] [NEW] QEMU Crashes when attaching USB 3.00 devices to xhci bus
2018-02-17 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1587970] "
[Qemu-devel] [Bug 1721187] [NEW] install Centos7 or fedora27 on qemu on windows8.1
2018-02-17 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1721187] "
[Qemu-devel] [Bug 1731588] [NEW] qemu-system-arm black screen and keyboard not detected
2018-02-17 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1731588] "
[Qemu-devel] [PATCH v9 00/29] x86: Secure Encrypted Virtualization (AMD)
2018-02-16 23:54 UTC (4+ messages)
` [Qemu-devel] [PATCH v9 16/29] sev/i386: add command to encrypt guest memory region
[Qemu-devel] [PATCH 0/3] target/s390x: translation loop conversion
2018-02-16 23:40 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] target/s390x: convert to DisasJumpType
` [Qemu-devel] [PATCH 2/3] target/s390x: convert to DisasContextBase
` [Qemu-devel] [PATCH 3/3] target/s390x: convert to TranslatorOps
[Qemu-devel] [Bug 589315] [NEW] qemu: Improve error reporting when migration can't connect
2018-02-16 23:16 UTC (2+ messages)
` [Qemu-devel] [Bug 589315] "
[Qemu-devel] [PATCH v21 0/5] Virtio-balloon Enhancement
2018-02-16 21:58 UTC (6+ messages)
` [Qemu-devel] [PATCH v21 1/5] xbitmap: Introduce xbitmap
[Qemu-devel] [PATCH v3 0/5] target/arm: linux-user changes for sve
2018-02-16 21:56 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] linux-user: Implement aarch64 PR_SVE_SET/GET_VL
` [Qemu-devel] [PATCH v3 2/5] aarch64-linux-user: Split out helpers for guest signal handling
` [Qemu-devel] [PATCH v3 3/5] aarch64-linux-user: Remove struct target_aux_context
` [Qemu-devel] [PATCH v3 4/5] aarch64-linux-user: Add support for EXTRA signal frame records
` [Qemu-devel] [PATCH v3 5/5] aarch64-linux-user: Add support for SVE "
[Qemu-devel] [PATCH] intel_iommu: allow updating FEADDR and FEUADDR with one 64bit write
2018-02-16 21:23 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/7] SDHCI: convert legacy devices to the SDBus API (part 6)
2018-02-16 21:04 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 6/7] hw/sd: make sd_data_ready() static
` [Qemu-devel] [PATCH v3 7/7] hw/sd: move sdcard legacy API to "hw/sd/sdcard_legacy.h"
[Qemu-devel] [PATCH 0/9] nbd block status base:allocation
2018-02-16 21:02 UTC (11+ messages)
` [Qemu-devel] [PATCH 5/9] nbd/client: fix error messages in nbd_handle_reply_err
` [Qemu-devel] [PATCH 6/9] nbd: BLOCK_STATUS for standard get_block_status function: client part
` [Qemu-devel] [PATCH 7/9] iotests.py: tiny refactor: move system imports up
` [Qemu-devel] [PATCH 8/9] iotests: add file_path helper
` [Qemu-devel] [PATCH 9/9] iotests: new test 206 for NBD BLOCK_STATUS
[Qemu-devel] [PATCH v4 00/11] SDCard: housekeeping, add tracing (part 4)
2018-02-16 21:01 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 02/11] sdcard: replace DPRINTF() by trace events
[Qemu-devel] [PATCH 0/6] vhost-user-test and leak fixes
2018-02-16 20:58 UTC (3+ messages)
` [Qemu-devel] [PATCH 5/6] ahci-test: fix opts leak of skip tests
[Qemu-devel] [PATCH v7] ui/cocoa.m: Add ability for user to specify mouse ungrab key
2018-02-16 20:38 UTC
[Qemu-devel] Block Migration and CPU throttling
2018-02-16 20:20 UTC (11+ messages)
[Qemu-devel] [PATCH v3] Fix build on ppc platform in migration/postcopy-ram.c
2018-02-16 19:50 UTC (3+ messages)
` [Qemu-devel] [PATCH v3] migration: change blocktime type to uint32_t
[Qemu-devel] [PATCH 1/1] slirp: Add domainname option to slirp's DHCP server
2018-02-16 19:32 UTC (4+ messages)
` [Qemu-devel] [PATCH v2] "
[Qemu-devel] [PATCH] spapr: fix missing CPU core nodes in DT when running with TCG
2018-02-16 18:58 UTC
[Qemu-devel] [PATCH v4 0/2] qmp: 'wakeup-suspend-support' in query-target
2018-02-16 17:47 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 1/2] qmp: adding "
[Qemu-devel] [PULL 0/2] hmp queue
2018-02-16 17:46 UTC (3+ messages)
` [Qemu-devel] [PULL 1/2] monitor: Remove legacy "-mon default=on" parameter
` [Qemu-devel] [PULL 2/2] monitor.c: Fix infinite loop in monitor's auto-complete
[Qemu-devel] [PATCH] maintainers: Add myself as a OpenBSD maintainer
2018-02-16 17:44 UTC (6+ messages)
[Qemu-devel] [PATCH 0/2] Reduce QOM boilerplate with sysbus_init_child() helper
2018-02-16 17:40 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] hw/sysbus.h: New sysbus_init_child() helper function
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).