qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-19 12:11:23 to 2018-10-19 17:00:41 UTC [more...]

[Qemu-devel] [PULL 00/45] target-arm queue
 2018-10-19 16:57 UTC  (44+ messages)
` [Qemu-devel] [PULL 01/45] ssi-sd: Make devices picking up backends unavailable with -device
` [Qemu-devel] [PULL 02/45] target/arm: Add support for VCPU event states
` [Qemu-devel] [PULL 03/45] target/arm: Move some system registers into a substructure
` [Qemu-devel] [PULL 04/45] target/arm: V8M should not imply V7VE
` [Qemu-devel] [PULL 05/45] target/arm: Convert v8 extensions from feature bits to isar tests
` [Qemu-devel] [PULL 06/45] target/arm: Convert division from feature bits to isar0 tests
` [Qemu-devel] [PULL 07/45] target/arm: Convert jazelle from feature bit to isar1 test
` [Qemu-devel] [PULL 08/45] target/arm: Convert t32ee from feature bit to isar3 test
` [Qemu-devel] [PULL 09/45] target/arm: Convert sve from feature bit to aa64pfr0 test
` [Qemu-devel] [PULL 10/45] target/arm: Convert v8.2-fp16 "
` [Qemu-devel] [PULL 11/45] target/arm: Improve debug logging of AArch32 exception return
` [Qemu-devel] [PULL 14/45] target/arm: Implement HCR.DC
` [Qemu-devel] [PULL 15/45] target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO set
` [Qemu-devel] [PULL 16/45] target/arm: Implement HCR.VI and VF
` [Qemu-devel] [PULL 17/45] target/arm: Implement HCR.PTW
` [Qemu-devel] [PULL 18/45] target/arm: New utility function to extract EC from syndrome
` [Qemu-devel] [PULL 19/45] target/arm: Get IL bit correct for v7 syndrome values
` [Qemu-devel] [PULL 20/45] target/arm: Report correct syndrome for FP/SIMD traps to Hyp mode
` [Qemu-devel] [PULL 21/45] hw/arm/boot: Increase compliance with kernel arm64 boot protocol
` [Qemu-devel] [PULL 22/45] target/arm: Hoist address increment for vector memory ops
` [Qemu-devel] [PULL 23/45] target/arm: Don't call tcg_clear_temp_count
` [Qemu-devel] [PULL 24/45] target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]R
` [Qemu-devel] [PULL 25/45] target/arm: Promote consecutive memory ops for aa64
` [Qemu-devel] [PULL 26/45] target/arm: Mark some arrays const
` [Qemu-devel] [PULL 27/45] target/arm: Use gvec for NEON VDUP
` [Qemu-devel] [PULL 28/45] target/arm: Use gvec for NEON VMOV, VMVN, VBIC & VORR (immediate)
` [Qemu-devel] [PULL 29/45] target/arm: Use gvec for NEON_3R_LOGIC insns
` [Qemu-devel] [PULL 30/45] target/arm: Use gvec for NEON_3R_VADD_VSUB insns
` [Qemu-devel] [PULL 31/45] target/arm: Use gvec for NEON_2RM_VMN, NEON_2RM_VNEG
` [Qemu-devel] [PULL 32/45] target/arm: Use gvec for NEON_3R_VMUL
` [Qemu-devel] [PULL 33/45] target/arm: Use gvec for VSHR, VSHL
` [Qemu-devel] [PULL 34/45] target/arm: Use gvec for VSRA
` [Qemu-devel] [PULL 35/45] target/arm: Use gvec for VSRI, VSLI
` [Qemu-devel] [PULL 36/45] target/arm: Use gvec for NEON_3R_VML
` [Qemu-devel] [PULL 37/45] target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGE
` [Qemu-devel] [PULL 38/45] target/arm: Use gvec for NEON VLD all lanes
` [Qemu-devel] [PULL 39/45] target/arm: Reorg NEON VLD/VST all elements
` [Qemu-devel] [PULL 40/45] target/arm: Promote consecutive memory ops for aa32
` [Qemu-devel] [PULL 41/45] target/arm: Reorg NEON VLD/VST single element to one lane
` [Qemu-devel] [PULL 42/45] net: cadence_gem: Announce availability of priority queues
` [Qemu-devel] [PULL 43/45] net: cadence_gem: Announce 64bit addressing support
` [Qemu-devel] [PULL 44/45] target/arm: Remove writefn from TTBR0_EL3
` [Qemu-devel] [PULL 45/45] target/arm: Only flush tlb if ASID changes

[Qemu-devel] [PULL 00/45] Machine queue, 2018-10-18
 2018-10-19 17:00 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: set cross_cc_FOO from cc, not host_cc
 2018-10-19 16:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] Add more CONFIG switches to make the build more modular
 2018-10-19 16:54 UTC  (19+ messages)
` [Qemu-devel] [PATCH 1/5] configs: Add a CONFIG_OR_IRQ switch for the or-irq device
` [Qemu-devel] [PATCH 2/5] configs: Add a CONFIG_SPLIT_IRQ switch for the split-irq device
` [Qemu-devel] [PATCH 3/5] configs: Add a CONFIG_REGISTER switch for the "register" device
` [Qemu-devel] [PATCH 4/5] configs: Add a CONFIG_UNIMP switch for the "unimplemented-device"
` [Qemu-devel] [PATCH 5/5] configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device

[Qemu-devel] [PATCH v2 0/5] Various option help readability improvement suggestions
 2018-10-19 16:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] option: Make option help nicer to read
` [Qemu-devel] [PATCH v2 2/5] chardev: Indent list of chardevs
` [Qemu-devel] [PATCH v2 3/5] qdev-monitor: Make device options help nicer
` [Qemu-devel] [PATCH v2 4/5] object: Make option help nicer to read
` [Qemu-devel] [PATCH v2 5/5] fw_cfg: Drop newline in @file description

[Qemu-devel] [PATCH 0/7] vfio: some trivial fixes
 2018-10-19 16:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/7] vfio: paltform: fix a typo
` [Qemu-devel] [PATCH 7/7] vfio: platform: destory mutex in error path

[Qemu-devel] [PATCH v2 0/3] target/arm: Reduce tlb_flush overhead
 2018-10-19 16:37 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 1/3] target/arm: Remove writefn from TTBR0_EL3
` [Qemu-devel] [PATCH v2 2/3] target/arm: Only flush tlb if ASID changes
` [Qemu-devel] [PATCH v2 3/3] target/arm: Flush only the TLBs affected by TTBR*_EL1

[Qemu-devel] [PATCH v5 00/14] Add limited MXU instruction support
 2018-10-19 16:33 UTC  (15+ messages)
` [Qemu-devel] [PATCH v5 01/14] target/mips: Introduce MXU registers
` [Qemu-devel] [PATCH v5 02/14] target/mips: Define a bit for MXU in insn_flags
` [Qemu-devel] [PATCH v5 03/14] target/mips: Add and integrate MXU decoding engine placeholder
` [Qemu-devel] [PATCH v5 04/14] target/mips: Add MXU decoding engine
` [Qemu-devel] [PATCH v5 05/14] target/mips: Add bit encoding for MXU add/subtract patterns 'aptn2'
` [Qemu-devel] [PATCH v5 06/14] target/mips: Add bit encoding for MXU operand getting patterns 'optn2'
` [Qemu-devel] [PATCH v5 07/14] target/mips: Add bit encoding for MXU operand getting patterns 'optn3'
` [Qemu-devel] [PATCH v5 08/14] target/mips: Add emulation of non-MXU MULL within MXU decoding engine
` [Qemu-devel] [PATCH v5 09/14] target/mips: Add emulation of MXU instructions S32I2M and S32M2I
` [Qemu-devel] [PATCH v5 10/14] target/mips: Add emulation of MXU instruction S8LDD
` [Qemu-devel] [PATCH v5 11/14] target/mips: Add emulation of MXU instruction D16MUL
` [Qemu-devel] [PATCH v5 12/14] target/mips: Add emulation of MXU instruction D16MAC
` [Qemu-devel] [PATCH v5 13/14] target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSU
` [Qemu-devel] [PATCH v5 14/14] target/mips: Add emulation of MXU instructions S32LDD and S32LDDR

[Qemu-devel] [PATCH v4 00/11] block: Add auto-read-only option
 2018-10-19 16:30 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 01/11] block: Update flags in bdrv_set_read_only()
` [Qemu-devel] [PATCH v4 02/11] block: Add auto-read-only option
` [Qemu-devel] [PATCH v4 03/11] rbd: Close image in qemu_rbd_open() error path
` [Qemu-devel] [PATCH v4 04/11] block: Require auto-read-only for existing fallbacks
` [Qemu-devel] [PATCH v4 05/11] nbd: Support auto-read-only option
` [Qemu-devel] [PATCH v4 06/11] file-posix: "
` [Qemu-devel] [PATCH v4 07/11] curl: "
` [Qemu-devel] [PATCH v4 08/11] gluster: "
` [Qemu-devel] [PATCH v4 09/11] iscsi: "

[Qemu-devel] [PATCH v5 0/9] x86_iommu/amd: add interrupt remap support
 2018-10-19 16:28 UTC  (3+ messages)

[Qemu-devel] [PATCH] linux-user: Remove dead error-checking code
 2018-10-19 16:26 UTC  (2+ messages)

[Qemu-devel] [RFC v3 0/56] per-CPU locks
 2018-10-19 16:01 UTC  (4+ messages)

[Qemu-devel] check-tcg failure
 2018-10-19 15:55 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/28] target/riscv: Convert to decodetree
 2018-10-19 15:38 UTC  (12+ messages)
` [Qemu-devel] [PATCH 15/28] target/riscv: Convert quadrant 0 of RVXC insns "
` [Qemu-devel] [PATCH 16/28] target/riscv: Convert quadrant 1 "
` [Qemu-devel] [PATCH 17/28] target/riscv: Convert quadrant 2 "

[Qemu-devel] [PULL V2 00/26] Net patches
 2018-10-19 15:30 UTC  (4+ messages)
` [Qemu-devel] [PULL V2 12/26] qapi: Add new command to query colo status

[Qemu-devel] [PATCH v4 0/8] target/arm: Rely on id regs instead of features
 2018-10-19 15:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/8] target/arm: Move some system registers into a substructure

[Qemu-devel] [PATCH 00/20] target/arm: Convert some neon insns to gvec
 2018-10-19 15:15 UTC  (9+ messages)
` [Qemu-devel] [PATCH 05/20] target/arm: Mark some arrays const
` [Qemu-devel] [PATCH 17/20] target/arm: Use gvec for NEON VLD all lanes
` [Qemu-devel] [PATCH 18/20] target/arm: Reorg NEON VLD/VST all elements

[Qemu-devel] [PATCH 0/9] iotests: Make them work for both Python 2 and 3
 2018-10-19 14:21 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/9] iotests: Make nbd-fault-injector flush
` [Qemu-devel] [PATCH 7/9] iotests: 'new' module replacement in 169

[Qemu-devel] [PATCH v3 0/4] arm: Add first models of Xilinx Versal SoC
 2018-10-19 14:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 3/4] hw/arm: versal: Add a model "

[Qemu-devel] [PATCH] tests/migration-test: Disable s390x test when running with TCG
 2018-10-19 14:10 UTC  (3+ messages)

[Qemu-devel] [RFC v4 00/16] ARM virt: PCDIMM/NVDIMM at 2TB
 2018-10-19 14:02 UTC  (7+ messages)
` [Qemu-devel] [RFC v4 02/16] linux-headers: header update for KVM/ARM KVM_ARM_GET_MAX_VM_PHYS_SHIFT
` [Qemu-devel] [RFC v4 07/16] hw/arm/virt: Implement kvm_type function for 3.2 machine

[Qemu-devel] [PULL 0/3] Qcrypto next patches
 2018-10-19 13:43 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] crypto: require gnutls >= 3.1.18 for building QEMU
` [Qemu-devel] [PULL 2/3] crypto: require libgcrypt >= 1.5.0 "
` [Qemu-devel] [PULL 3/3] crypto: require nettle >= 2.7.1 "

[Qemu-devel] [PATCH v6 00/11] Add a standard authorization framework
 2018-10-19 13:38 UTC  (12+ messages)
` [Qemu-devel] [PATCH v6 01/11] util: add helper APIs for dealing with inotify in portable manner
` [Qemu-devel] [PATCH v6 02/11] qom: don't require user creatable objects to be registered
` [Qemu-devel] [PATCH v6 03/11] hw/usb: don't set IN_ISDIR for inotify watch in MTP driver
` [Qemu-devel] [PATCH v6 04/11] hw/usb: fix const-ness for string params "
` [Qemu-devel] [PATCH v6 05/11] hw/usb: switch MTP to use new inotify APIs
` [Qemu-devel] [PATCH v6 06/11] authz: add QAuthZ object as an authorization base class
` [Qemu-devel] [PATCH v6 07/11] authz: add QAuthZSimple object type for easy whitelist auth checks
` [Qemu-devel] [PATCH v6 08/11] authz: add QAuthZList object type for an access control list
` [Qemu-devel] [PATCH v6 09/11] authz: add QAuthZListFile object type for a file "
` [Qemu-devel] [PATCH v6 10/11] authz: add QAuthZPAM object type for authorizing using PAM
` [Qemu-devel] [PATCH v6 11/11] authz: delete existing ACL implementation

[Qemu-devel] [PATCH v7 0/7] target/mips: Limited support for the R5900
 2018-10-19 13:28 UTC  (3+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: remove or downgrade myself to reviewer from some subsystems
 2018-10-19 13:14 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 00/11] Add a standard authorization framework
 2018-10-19 13:13 UTC  (20+ messages)
` [Qemu-devel] [PATCH v5 07/11] authz: add QAuthZSimple object type for easy whitelist auth checks
` [Qemu-devel] [PATCH v5 08/11] authz: add QAuthZList object type for an access control list
` [Qemu-devel] [PATCH v5 09/11] authz: add QAuthZListFile object type for a file "
` [Qemu-devel] [PATCH v5 10/11] authz: add QAuthZPAM object type for authorizing using PAM

[Qemu-devel] [PATCH] error: Drop bogus "use error_setg() instead" admonitions
 2018-10-19 13:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
 2018-10-19 12:54 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
 2018-10-19 12:52 UTC 

[Qemu-devel] [PATCH v3 0/8] crypto: improve performance of XTS cipher mode
 2018-10-19 12:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 4/8] crypto: convert xts_tweak_encdec to use xts_uint128 type

[Qemu-devel] [PATCH] hw/core: Move null-machine into the common-obj list
 2018-10-19 12:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] Clear RF on SYSCALL instruction
 2018-10-19 12:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/15] Don't pass flags to bdrv_reopen_queue()
 2018-10-19 12:24 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 01/15] block: Add bdrv_reopen_set_read_only()
` [Qemu-devel] [PATCH v3 02/15] block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()
` [Qemu-devel] [PATCH v3 03/15] block: Use bdrv_reopen_set_read_only() in commit_start/complete()
` [Qemu-devel] [PATCH v3 04/15] block: Use bdrv_reopen_set_read_only() in bdrv_commit()
` [Qemu-devel] [PATCH v3 05/15] block: Use bdrv_reopen_set_read_only() in stream_start/complete()
` [Qemu-devel] [PATCH v3 06/15] block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()
` [Qemu-devel] [PATCH v3 07/15] block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()
` [Qemu-devel] [PATCH v3 08/15] block: Use bdrv_reopen_set_read_only() in the mirror driver
` [Qemu-devel] [PATCH v3 09/15] block: Drop bdrv_reopen()
` [Qemu-devel] [PATCH v3 10/15] qemu-io: Put flag changes in the options QDict in reopen_f()
` [Qemu-devel] [PATCH v3 11/15] block: Clean up reopen_backing_file() in block/replication.c
` [Qemu-devel] [PATCH v3 12/15] block: Remove flags parameter from bdrv_reopen_queue()
` [Qemu-devel] [PATCH v3 13/15] block: Stop passing flags to bdrv_reopen_queue_child()
` [Qemu-devel] [PATCH v3 14/15] block: Remove assertions from update_flags_from_options()
` [Qemu-devel] [PATCH v3 15/15] block: Assert that flags are up-to-date in bdrv_reopen_prepare()

[Qemu-devel] [Bug 1797262] [NEW] qemu arm no longer able to boot RPI Kernels
 2018-10-19 12:26 UTC  (3+ messages)
` [Qemu-devel] [Bug 1797262] "

[Qemu-devel] [PULL 0/3] Linux user for 3.1 patches
 2018-10-19 12:19 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] linux-user: Check for Linux USBFS in configure
` [Qemu-devel] [PULL 2/3] linux-user: Define ordinary usbfs ioctls
` [Qemu-devel] [PULL 3/3] linux-user: Implement special "

[Qemu-devel] [2 0/3] Linux user for 3.1 patches
 2018-10-19 12:17 UTC  (5+ messages)
` [Qemu-devel] [2 1/3] linux-user: Check for Linux USBFS in configure
` [Qemu-devel] [2 2/3] linux-user: Define ordinary usbfs ioctls
` [Qemu-devel] [2 3/3] linux-user: Implement special "

[Qemu-devel] [PATCH] scripts: report on author emails that are mangled by the mailing list
 2018-10-19 12:13 UTC  (4+ 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).