messages from 2016-11-23 02:50:02 to 2016-11-23 14:04:34 UTC [more...]
[Qemu-devel] [PATCH for-2.8 0/3] Fix MacOS runtime failure of qobject_from_jsonf()
2016-11-23 14:04 UTC (13+ messages)
` [Qemu-devel] [PATCH 1/3] qmp-event: Avoid qobject_from_jsonf("%"PRId64)
` [Qemu-devel] [PATCH 2/3] test-qga: "
` [Qemu-devel] [PATCH 3/3] qapi: Drop support for qobject_from_jsonf("%"PRId64)
[Qemu-devel] [RFC v2 0/3] virtio-net: Add support to MTU feature
2016-11-23 14:02 UTC (14+ messages)
[Qemu-devel] [kvm-unit-tests PATCH 0/4] kvm-unit-tests: add first GIC MMIO tests
2016-11-23 13:51 UTC (11+ messages)
` [Qemu-devel] [kvm-unit-tests PATCH 1/4] arm/arm64: GIC: basic GICv2 "
` [Qemu-devel] [kvm-unit-tests PATCH 2/4] arm/arm64: GICv2: add GICD_IPRIORITYR testing
` [Qemu-devel] [kvm-unit-tests PATCH 3/4] arm/arm64: GICv2: add GICD_ITARGETSR testing
[Qemu-devel] [kvm-unit-tests PATCH v6 00/11] arm/arm64: add gic framework
2016-11-23 13:46 UTC (22+ messages)
` [Qemu-devel] [kvm-unit-tests PATCH v6 03/11] arm/arm64: smp: support more than 8 cpus
` [Qemu-devel] [kvm-unit-tests PATCH v6 06/11] arm/arm64: add initial gicv2 support
` [Qemu-devel] [kvm-unit-tests PATCH v6 08/11] libcflat: add IS_ALIGNED() macro, and page sizes
` [Qemu-devel] [kvm-unit-tests PATCH v6 09/11] arm/arm64: add initial gicv3 support
` [Qemu-devel] [kvm-unit-tests PATCH v6 10/11] arm/arm64: gicv3: add an IPI test
` [Qemu-devel] [kvm-unit-tests PATCH v6 11/11] arm/arm64: gic: don't just use zero
[Qemu-devel] [ANNOUNCE] QEMU 2.8.0-rc1 is now available
2016-11-23 13:29 UTC
[Qemu-devel] [RfC PATCH 0/3] edk2: add efi firmware builds
2016-11-23 13:24 UTC (4+ messages)
` [Qemu-devel] [RfC PATCH 1/3] edk2: add submodule
` [Qemu-devel] [RfC PATCH 2/3] edk2: add build script and rules
` [Qemu-devel] [RfC PATCH 3/3] edk2: use EfiRom utility from edk2 submodule
[Qemu-devel] [PATCH for-2.9 0/3] hw/pcie: Introduce Generic PCI Express Root Port
2016-11-23 13:19 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] hw/pcie: Introduce a base class for PCI Express Root Ports
` [Qemu-devel] [PATCH 2/3] hw/ioh3420: derive from PCI Express Root Port base class
` [Qemu-devel] [PATCH 3/3] hw/pcie: Introduce Generic PCI Express Root Port
[Qemu-devel] [PATCH v2 0/3] virtio-net discards TX data after link down
2016-11-23 13:16 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 3/3] net: "
[Qemu-devel] [kvm-unit-tests PATCH v11 0/3] ARM PMU tests
2016-11-23 13:16 UTC (3+ messages)
` [Qemu-devel] [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test
[Qemu-devel] [PATCH v4 00/64] tcg 2.9 patch queue
2016-11-23 13:02 UTC (65+ messages)
` [Qemu-devel] [PATCH v4 01/64] tcg: Add field extraction primitives
` [Qemu-devel] [PATCH v4 02/64] tcg: Minor adjustments to deposit expanders
` [Qemu-devel] [PATCH v4 03/64] tcg: Add deposit_z expander
` [Qemu-devel] [PATCH v4 04/64] tcg/aarch64: Implement field extraction opcodes
` [Qemu-devel] [PATCH v4 05/64] tcg/arm: Move isa detection to tcg-target.h
` [Qemu-devel] [PATCH v4 06/64] tcg/arm: Implement field extraction opcodes
` [Qemu-devel] [PATCH v4 07/64] tcg/i386: "
` [Qemu-devel] [PATCH v4 08/64] tcg/mips: "
` [Qemu-devel] [PATCH v4 09/64] tcg/ppc: "
` [Qemu-devel] [PATCH v4 10/64] tcg/s390: Expose host facilities to tcg-target.h
` [Qemu-devel] [PATCH v4 11/64] tcg/s390: Implement field extraction opcodes
` [Qemu-devel] [PATCH v4 12/64] tcg/s390: Support deposit into zero
` [Qemu-devel] [PATCH v4 13/64] target-alpha: Use deposit and extract ops
` [Qemu-devel] [PATCH v4 14/64] target-arm: Use new "
` [Qemu-devel] [PATCH v4 15/64] target-i386: "
` [Qemu-devel] [PATCH v4 16/64] target-mips: Use the new extract op
` [Qemu-devel] [PATCH v4 17/64] target-ppc: Use the new deposit and extract ops
` [Qemu-devel] [PATCH v4 18/64] target-s390x: "
` [Qemu-devel] [PATCH v4 19/64] tcg/optimize: Fold movcond 0/1 into setcond
` [Qemu-devel] [PATCH v4 20/64] tcg: Add markup for output requires new register
` [Qemu-devel] [PATCH v4 21/64] tcg: Transition flat op_defs array to a target callback
` [Qemu-devel] [PATCH v4 22/64] tcg: Pass the opcode width to target_parse_constraint
` [Qemu-devel] [PATCH v4 23/64] tcg: Allow an operand to be matching or a constant
` [Qemu-devel] [PATCH v4 24/64] tcg: Add clz and ctz opcodes
` [Qemu-devel] [PATCH v4 25/64] disas/i386.c: Handle tzcnt
` [Qemu-devel] [PATCH v4 26/64] disas/ppc: Handle popcnt and cnttz
` [Qemu-devel] [PATCH v4 27/64] target-alpha: Use the ctz and clz opcodes
` [Qemu-devel] [PATCH v4 28/64] target-cris: Use clz opcode
` [Qemu-devel] [PATCH v4 29/64] target-microblaze: "
` [Qemu-devel] [PATCH v4 30/64] target-mips: "
` [Qemu-devel] [PATCH v4 31/64] target-openrisc: Use clz and ctz opcodes
` [Qemu-devel] [PATCH v4 32/64] target-ppc: "
` [Qemu-devel] [PATCH v4 33/64] target-s390x: Use clz opcode
` [Qemu-devel] [PATCH v4 34/64] target-tilegx: Use clz and ctz opcodes
` [Qemu-devel] [PATCH v4 35/64] target-tricore: Use clz opcode
` [Qemu-devel] [PATCH v4 36/64] target-unicore32: "
` [Qemu-devel] [PATCH v4 37/64] target-xtensa: "
` [Qemu-devel] [PATCH v4 38/64] target-arm: "
` [Qemu-devel] [PATCH v4 39/64] target-i386: Use clz and ctz opcodes
` [Qemu-devel] [PATCH v4 40/64] tcg/ppc: Handle ctz and clz opcodes
` [Qemu-devel] [PATCH v4 41/64] tcg/aarch64: "
` [Qemu-devel] [PATCH v4 42/64] tcg/arm: "
` [Qemu-devel] [PATCH v4 43/64] tcg/mips: Handle clz opcode
` [Qemu-devel] [PATCH v4 44/64] tcg/s390: "
` [Qemu-devel] [PATCH v4 45/64] tcg/i386: Fuly convert tcg_target_op_def
` [Qemu-devel] [PATCH v4 46/64] tcg/i386: Hoist common arguments in tcg_out_op
` [Qemu-devel] [PATCH v4 47/64] tcg/i386: Allow bmi2 shiftx to have non-matching operands
` [Qemu-devel] [PATCH v4 48/64] tcg/i386: Handle ctz and clz opcodes
` [Qemu-devel] [PATCH v4 49/64] tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR
` [Qemu-devel] [PATCH v4 50/64] tcg: Add helpers for clrsb
` [Qemu-devel] [PATCH v4 51/64] target-arm: Use clrsb helper
` [Qemu-devel] [PATCH v4 52/64] target-tricore: "
` [Qemu-devel] [PATCH v4 53/64] target-xtensa: "
` [Qemu-devel] [PATCH v4 54/64] tcg: Add opcode for ctpop
` [Qemu-devel] [PATCH v4 55/64] target-alpha: Use ctpop helper
` [Qemu-devel] [PATCH v4 56/64] target-ppc: "
` [Qemu-devel] [PATCH v4 57/64] target-s390x: Avoid a loop for popcnt
` [Qemu-devel] [PATCH v4 58/64] target-sparc: Use ctpop helper
` [Qemu-devel] [PATCH v4 59/64] target-tilegx: "
` [Qemu-devel] [PATCH v4 60/64] target-i386: "
` [Qemu-devel] [PATCH v4 61/64] qemu/host-utils.h: Reduce the operation count in the fallback ctpop
` [Qemu-devel] [PATCH v4 62/64] tcg: Use ctpop to generate ctz if needed
` [Qemu-devel] [PATCH v4 63/64] tcg/ppc: Handle ctpop opcode
` [Qemu-devel] [PATCH v4 64/64] tcg/i386: "
[Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts
2016-11-23 12:46 UTC (2+ messages)
` [Qemu-devel] [PULL for-2.8] target-alpha: Fix interrupt mask for cpu1
[Qemu-devel] [PATCH v6 1/4] kernel: Add definitions for GICv3 attributes
2016-11-23 12:39 UTC (2+ messages)
` [Qemu-devel] [PATCH v6 4/4] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
[Qemu-devel] [PATCH v3] xen_disk: split discard input to match internal representation
2016-11-23 12:27 UTC (3+ messages)
` [Qemu-devel] [PATCH for-2.8 "
[Qemu-devel] [RFC PATCH] throttle: move throttling cmdline options to a separate header file
2016-11-23 12:22 UTC (6+ messages)
[Qemu-devel] [PATCH for-2.8] qom: fix qemu_opts leak when hot unplug object
2016-11-23 11:49 UTC
[Qemu-devel] [PULL 00/11] ppc-for-2.8 queue 20161123
2016-11-23 11:50 UTC (12+ messages)
` [Qemu-devel] [PULL 02/11] spapr: migration support for CAS-negotiated option vectors
` [Qemu-devel] [PULL 06/11] ppc: Make uninorth interrupt swizzling identical to Grackle
` [Qemu-devel] [PULL 07/11] target-ppc: Fix CPU migration from qemu-2.6 <-> later versions
` [Qemu-devel] [PULL 08/11] migration: Add VMSTATE_UINTTL_TEST()
` [Qemu-devel] [PULL 09/11] target-ppc: Allow eventual removal of old migration mistakes
` [Qemu-devel] [PULL 10/11] Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"
` [Qemu-devel] [PULL 11/11] spapr: Fix 2.7<->2.8 migration of PCI host bridge
[Qemu-devel] [PATCH v2] migration: check the value of cpu throttle in migrate_set_parameters
2016-11-23 11:47 UTC
[Qemu-devel] [PULL 0/3] Misc fixes for QEMU 2.8.0-rc1
2016-11-23 11:44 UTC (2+ messages)
[Qemu-devel] [PATCH v1 ppc-for-2.9 00/10] POWER9 TCG enablements - part8
2016-11-23 11:37 UTC (11+ messages)
` [Qemu-devel] [PATCH v1 01/10] target-ppc: Consolidate instruction decode helpers
` [Qemu-devel] [PATCH v1 02/10] target-ppc: rename CRF_* defines as CRF_*_BIT
` [Qemu-devel] [PATCH v1 03/10] target-ppc: Fix xscmpodp and xscmpudp instructions
` [Qemu-devel] [PATCH v1 04/10] target-ppc: Add xscmpexp[dp, qp] instructions
` [Qemu-devel] [PATCH v1 05/10] target-ppc: Add xscmpoqp and xscmpuqp instructions
` [Qemu-devel] [PATCH v1 06/10] target-ppc: implement lxsd and lxssp instructions
` [Qemu-devel] [PATCH v1 07/10] target-ppc: implement stxsd and stxssp
` [Qemu-devel] [PATCH v1 08/10] target-ppc: implement lxv/lxvx and stxv/stxvx
` [Qemu-devel] [PATCH v1 09/10] target-ppc: add vextu[bhw]lx instructions
` [Qemu-devel] [PATCH v1 10/10] target-ppc: add vextu[bhw]rx instructions
[Qemu-devel] [Bug 1626972] [NEW] QEMU memfd_create fallback mechanism change for security drivers
2016-11-23 11:30 UTC (4+ messages)
` [Qemu-devel] [Bug 1626972] "
[Qemu-devel] log every write to Aarch64 regs
2016-11-23 11:28 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] xen: XSA-197 follow-ups
2016-11-23 11:28 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/3] xen: fix quad word bufioreq handling
` [Qemu-devel] [PATCH 2/3] xen: slightly simplify "
` [Qemu-devel] [PATCH 3/3] xen: ignore direction in "
[Qemu-devel] [PATCH] hw/pci: disable pci-bridge's shpc by default
2016-11-23 11:08 UTC (11+ messages)
[Qemu-devel] [PATCH] xen_disk: convert discard input to byte ranges
2016-11-23 11:02 UTC (4+ messages)
[Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode
2016-11-23 10:59 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 09/10] aio: add .io_poll_begin/end() callbacks
[Qemu-devel] [PATCH] migration: check the value of cpu throttle in migrate_set_parameters
2016-11-23 10:43 UTC (2+ messages)
[Qemu-devel] [PATCH 0/4] Add support for the Epson RX8900 RTC to the aspeed board
2016-11-23 10:34 UTC (14+ messages)
` [Qemu-devel] [PATCH 2/4] qtest: Support named interrupts
` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 4/4] arm: Add an RX8900 RTC to the ASpeed board
[Qemu-devel] [PATCH v2] xen_disk: split discard input to match internal representation
2016-11-23 10:21 UTC (2+ messages)
[Qemu-devel] [PATCH v2] audio: es1370: unregister reset call on exit
2016-11-23 10:08 UTC
[Qemu-devel] [PATCH] audio: es1370: unregister reset call on exit
2016-11-23 9:49 UTC (2+ messages)
[Qemu-devel] [RFC] dirty bitmap state uncertainty under certain conditions
2016-11-23 9:40 UTC (4+ messages)
[Qemu-devel] [PULL] tftp: fake support for netascii protocol
2016-11-23 9:34 UTC (7+ messages)
` [Qemu-devel] [v2] "
[Qemu-devel] [PATCH] memory: add section range info for IOMMU notifier
2016-11-23 9:20 UTC
[Qemu-devel] [PATCH v7 RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support
2016-11-23 8:25 UTC (11+ messages)
[Qemu-devel] [PATCH] drm: update MAINTAINERS for qemu drivers (bochs, cirrus, qxl, virtio-gpu)
2016-11-23 8:13 UTC (7+ messages)
[Qemu-devel] [PATCH v2] vfio: avoid adding same iommu mr for notify
2016-11-23 7:07 UTC
[Qemu-devel] [PATCH ppc-for-2.9 0/9] POWER9 TCG enablements - part8
2016-11-23 5:40 UTC (15+ messages)
` [Qemu-devel] [PATCH 1/9] target-ppc: Consolidate instruction decode helpers
` [Qemu-devel] [PATCH 2/9] target-ppc: Fix xscmpodp and xscmpudp instructions
` [Qemu-devel] [PATCH 3/9] target-ppc: Add xscmpexp[dp, qp] instructions
` [Qemu-devel] [PATCH 4/9] target-ppc: Add xscmpoqp and xscmpuqp instructions
` [Qemu-devel] [PATCH 5/9] target-ppc: implement lxsd and lxssp instructions
` [Qemu-devel] [PATCH 8/9] target-ppc: add vextu[bhw]lx instructions
[Qemu-devel] [RFC PATCH qemu] spapr_pci: Create PCI-express root bus by default
2016-11-23 5:02 UTC (13+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [RFC 00/15] qmp: Report supported device types on 'query-machines'
2016-11-23 3:42 UTC (3+ messages)
` [Qemu-devel] [RFC 14/15] ppc: Initialize default bus lists
[Qemu-devel] [PATCH] block/mirror: enable detect zeroes when driving mirror
2016-11-23 3:14 UTC (9+ messages)
` [Qemu-devel] [Qemu-block] "
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).