qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-03 13:27:11 to 2017-08-04 05:44:53 UTC [more...]

[Qemu-devel] [PATCH for-2.11 00/23] tcg constant pools
 2017-08-04  5:44 UTC  (21+ messages)
` [Qemu-devel] [PATCH for-2.11 01/23] tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
` [Qemu-devel] [PATCH for-2.11 02/23] tcg: Rearrange ldst label tracking
` [Qemu-devel] [PATCH for-2.11 03/23] tcg: Infrastructure for managing constant pools
` [Qemu-devel] [PATCH for-2.11 04/23] tcg/i386: Store out-of-range call targets in constant pool
` [Qemu-devel] [PATCH for-2.11 05/23] tcg/s390: Introduce TCG_REG_TB
` [Qemu-devel] [PATCH for-2.11 06/23] tcg/s390: Fix sign of patch_reloc addend
` [Qemu-devel] [PATCH for-2.11 07/23] tcg/s390: Use constant pool for movi
` [Qemu-devel] [PATCH for-2.11 08/23] tcg/s390: Use constant pool for andi
` [Qemu-devel] [PATCH for-2.11 09/23] tcg/s390: Use constant pool for ori
` [Qemu-devel] [PATCH for-2.11 10/23] tcg/s390: Use constant pool for xori
` [Qemu-devel] [PATCH for-2.11 11/23] tcg/s390: Use constant pool for cmpi
` [Qemu-devel] [PATCH for-2.11 12/23] tcg/aarch64: Use constant pool for movi
` [Qemu-devel] [PATCH for-2.11 13/23] tcg/sparc: Introduce TCG_REG_TB
` [Qemu-devel] [PATCH for-2.11 14/23] tcg/sparc: Use constant pool for movi
` [Qemu-devel] [PATCH for-2.11 15/23] tcg/arm: Improve tlb load for armv7
` [Qemu-devel] [PATCH for-2.11 16/23] tcg/arm: Tighten tlb indexing offset test
` [Qemu-devel] [PATCH for-2.11 18/23] tcg/arm: Extract INSN_NOP
` [Qemu-devel] [PATCH for-2.11 19/23] tcg/arm: Use constant pool for movi
` [Qemu-devel] [PATCH for-2.11 20/23] tcg/arm: Use constant pool for call
` [Qemu-devel] [PATCH for-2.11 22/23] tcg/ppc: Look for shifted constants

[Qemu-devel] [PATCH v7 0/3] Generate APEI GHES table and dynamically record CPER
 2017-08-04  5:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 1/3] ACPI: add APEI/HEST/CPER structures and macros
` [Qemu-devel] [PATCH v7 2/3] ACPI: Add APEI GHES Table Generation support
` [Qemu-devel] [PATCH v7 3/3] ACPI: build and enable APEI GHES in the Makefile and configuration

[Qemu-devel] [PATCH v8 0/3] Generate APEI GHES table and dynamically record CPER
 2017-08-04  5:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v8 1/3] ACPI: add APEI/HEST/CPER structures and macros
` [Qemu-devel] [PATCH v8 2/3] ACPI: Add APEI GHES Table Generation support
` [Qemu-devel] [PATCH v8 3/3] ACPI: build and enable APEI GHES in the Makefile and configuration

[Qemu-devel] [PATCH for-2.11 0/8] tcg/s390 improvments
 2017-08-04  5:28 UTC  (12+ messages)
` [Qemu-devel] [PULL for-2.10 1/3] tcg/arm: Fix runtime overalignment test
` [Qemu-devel] [PATCH 1/8] tcg/s390: Fully convert tcg_target_op_def
` [Qemu-devel] [PULL for-2.10 2/3] target/s390x: Fix CSST for 16-byte store
` [Qemu-devel] [PATCH 2/8] tcg/s390: Merge cmpi facilities check to tcg_target_op_def
` [Qemu-devel] [PULL for-2.10 3/3] tcg: Increase minimum alignment from tcg_malloc to 8
` [Qemu-devel] [PATCH 3/8] tcg/s390: Merge muli facilities check to tcg_target_op_def
` [Qemu-devel] [PATCH 4/8] tcg/s390: Merge add2i "
` [Qemu-devel] [PATCH 5/8] tcg/s390: Merge ori+xori "
` [Qemu-devel] [PATCH 6/8] tcg/s390: Use distinct-operands facility
` [Qemu-devel] [PATCH 7/8] tcg/s390: Use load-on-condition-2 facility
` [Qemu-devel] [PATCH 8/8] tcg/s390: Use slbgr for setcond le and leu

[Qemu-devel] How to make ELF headers/symbol sections available for multiboot?
 2017-08-04  4:53 UTC  (7+ messages)

[Qemu-devel] [PATCH v6 0/3] Generate APEI GHES table and dynamically record CPER
 2017-08-04  4:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 1/3] ACPI: add APEI/HEST/CPER structures and macros
` [Qemu-devel] [PATCH v6 2/3] ACPI: Add APEI GHES Table Generation support
` [Qemu-devel] [PATCH v6 3/3] ACPI: build and enable APEI GHES in the Makefile and configuration

[Qemu-devel] [RFC 00/29] Migration: postcopy failure recovery
 2017-08-04  3:43 UTC  (11+ messages)
` [Qemu-devel] [RFC 12/29] migration: allow dst vm pause on postcopy
` [Qemu-devel] [RFC 28/29] migration: final handshake for the resume
` [Qemu-devel] [RFC 29/29] migration: reset migrate thread vars when resumed

[Qemu-devel] [PATCH 0/4] Cleanup cpu_dt_id
 2017-08-04  3:10 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/4] spapr: Fix bug in h_signal_sys_reset()
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 2/4] e500: Use cpu_index instead of vcpu_dt_id
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 3/4] ppc: spapr: Rename cpu_dt_id to vcpu_id
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 4/4] ppc: spapr: Make VCPU ID handling private to SPAPR

[Qemu-devel] [PATCH] target/ppc: Only set PCR in kvm if actually in a compat mode
 2017-08-04  2:35 UTC  (8+ messages)
          ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v4 00/22] Clean up around qmp() and hmp()
 2017-08-04  2:02 UTC  (25+ messages)
` [Qemu-devel] [PATCH v4 01/22] qobject: Accept "%"PRId64 in qobject_from_jsonf()
` [Qemu-devel] [PATCH v4 02/22] tests: Clean up wait for event
` [Qemu-devel] [PATCH v4 03/22] tests/libqtest: Clean up how we read the QMP greeting
` [Qemu-devel] [PATCH v4 04/22] tests: Add assertion for no qmp("")
` [Qemu-devel] [PATCH v4 05/22] qobject: Simplify qobject_from_jsonv()
` [Qemu-devel] [PATCH v4 06/22] qobject: Perform %% interpolation in qobject_from_jsonf()
` [Qemu-devel] [PATCH v4 07/22] numa-test: Use hmp()
` [Qemu-devel] [PATCH v4 08/22] qtest: Avoid passing raw strings through hmp()
` [Qemu-devel] [PATCH v4 09/22] qtest: Document calling conventions
` [Qemu-devel] [PATCH v4 10/22] libqtest: Skip round-trip through QObject
` [Qemu-devel] [PATCH v4 11/22] test-qga: Simplify command construction
` [Qemu-devel] [PATCH v4 12/22] libqtest: Change qmp_fd_send() to drop varargs
` [Qemu-devel] [PATCH v4 13/22] libqtest: Add qmp_raw()
` [Qemu-devel] [PATCH v4 14/22] libqtest: Separate qmp_discard_response() from command
` [Qemu-devel] [PATCH v4 15/22] libqtest: Delete qtest_qmp() wrappers
` [Qemu-devel] [PATCH v4 16/22] libqtest: Add qmp_cmd() helper
` [Qemu-devel] [PATCH v4 17/22] libqtest: Add qmp_args() helper
` [Qemu-devel] [PATCH v4 18/22] tests/libqos/usb: Clean up string interpolation into QMP input
` [Qemu-devel] [PATCH v4 19/22] libqtest: Add qmp_args_dict() helper
` [Qemu-devel] [PATCH v4 20/22] tests/libqos/pci: Clean up string interpolation into QMP input
` [Qemu-devel] [PATCH v4 21/22] libqtest: Drop now-unused qmp()
` [Qemu-devel] [PATCH v4 22/22] libqtest: Rename qmp_cmd() to qmp()

[Qemu-devel] [PATCH for-2.10 0/5] block: bdrv_reopen() fixes
 2017-08-04  1:49 UTC  (17+ messages)
` [Qemu-devel] [PATCH for-2.10 1/5] block: Fix order in bdrv_replace_child()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH for-2.10 2/5] block: Allow reopen rw without BDRV_O_ALLOW_RDWR
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH for-2.10 3/5] block: Set BDRV_O_ALLOW_RDWR during rw reopen
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH for-2.10 4/5] qemu-io: Allow reopen read-write
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH for-2.10 5/5] qemu-iotests: Test reopen between read-only and read-write
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1708551] [NEW] macOS Guest Reading USB 3.0 Bus as USB 2.0
 2017-08-03 23:00 UTC 

[Qemu-devel] [PATCH] vl.c/exit: pause cpus before closing block devices
 2017-08-03 22:36 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/15] v7M: cleanups and bugfixes prior to v8M
 2017-08-03 22:23 UTC  (45+ messages)
` [Qemu-devel] [PATCH 01/15] target/arm: Use MMUAccessType enum rather than int
` [Qemu-devel] [PATCH 02/15] target/arm: Don't trap WFI/WFE for M profile
    ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 03/15] target/arm: Consolidate PMSA handling in get_phys_addr()
` [Qemu-devel] [PATCH 04/15] target/arm: Tighten up Thumb decode where new v8M insns will be
` [Qemu-devel] [PATCH 05/15] hw/intc/armv7m_nvic.c: Remove out of date comment
` [Qemu-devel] [PATCH 06/15] target/arm: Remove incorrect comment about MPU_CTRL
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 07/15] target/arm: Fix outdated comment about exception exit
` [Qemu-devel] [PATCH 08/15] target/arm: Define and use XPSR bit masks
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 09/15] target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 10/15] target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSR
` [Qemu-devel] [PATCH 11/15] target/arm: Make arm_cpu_dump_state() handle the M-profile XPSR
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 12/15] target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until needed
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 13/15] target/arm: Create and use new function arm_v7m_is_handler_mode()
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 14/15] armv7m_nvic.h: Move from include/hw/arm to include/hw/intc
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 15/15] nvic: Implement "user accesses BusFault" SCS region behaviour
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH] virtio: Mark virtio-device as non-user-creatable
 2017-08-03 22:11 UTC  (4+ messages)

[Qemu-devel] [Bug 1352130] [NEW] Feature Request: Add OpenGL/3D acceleration support
 2017-08-03 19:41 UTC  (2+ messages)
` [Qemu-devel] [Bug 1352130] "

[Qemu-devel] [PATCH v3 0/5] Generic PCIE-PCI Bridge
 2017-08-03 18:59 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 5/5] docs: update documentation considering PCIE-PCI bridge

[Qemu-devel] [PATCH V5 00/10] add Qcow2 compress format extension
 2017-08-03 18:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH V5 10/10] block/qcow2: add compress info to image specific info

[Qemu-devel] [PATCH] kvm: workaround build break on gcc-7.1.1 / fedora26
 2017-08-03 18:56 UTC  (11+ messages)

[Qemu-devel] [PULL for-2.10 0/3] TCG misc patches
 2017-08-03 18:12 UTC  (4+ messages)
` [Qemu-devel] [PULL for-2.10 1/3] tcg/arm: Fix runtime overalignment test
` [Qemu-devel] [PULL for-2.10 2/3] target/s390x: Fix CSST for 16-byte store
` [Qemu-devel] [PULL for-2.10 3/3] tcg: Increase minimum alignment from tcg_malloc to 8

[Qemu-devel] [RFC PATCH 0/8] removal of tci (tcg interpreter)
 2017-08-03 18:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH 6/8] tcg/tci: disable MTTCG if TCI is enabled

[Qemu-devel] [PULL 0/1] cpu: crash fix for -rc2 (don't allow negative core id)
 2017-08-03 17:59 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] cpu: don't allow negative core id

[Qemu-devel] [PATCH v3 0/6] seccomp: feature refactoring
 2017-08-03 17:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] seccomp: changing from whitelist to blacklist
` [Qemu-devel] [PATCH v3 3/6] seccomp: add elevateprivileges argument to command line
` [Qemu-devel] [PATCH v3 6/6] seccomp: adding documentation to new seccomp model

[Qemu-devel] [PATCH v3 for-2.10 0/4] improved --version/--help tweaks
 2017-08-03 16:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] qemu-img: Sort sub-command names in --help
` [Qemu-devel] [PATCH v3 2/4] qemu-io: Give more --version information
` [Qemu-devel] [PATCH v3 3/4] qga: "
` [Qemu-devel] [PATCH v3 4/4] maint: Include bug-reporting info in --help output

[Qemu-devel] [PATCH v2 for-2.10 0/4] improved --version/--help tweaks
 2017-08-03 16:21 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/4] qemu-img: Sort sub-command names in --help
` [Qemu-devel] [PATCH v2 2/4] qemu-io: Give more --version information
` [Qemu-devel] [PATCH v2 4/4] maint: Include bug-reporting info in --help output

[Qemu-devel] [PATCH v2 0/5] More warning reporting fixed
 2017-08-03 15:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 5/5] Convert single line fprintf() to warn_report()

[Qemu-devel] [PATCH] tests/pxe: Check virtio-net-ccw on s390x
 2017-08-03 15:20 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] scsi: enclosure support
 2017-08-03 15:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] scsi: Make LUN 0 a simple enclosure

[Qemu-devel] [Bug 1708442] [NEW] Crash(assert) during reading image from http url through qemu-nbd
 2017-08-03 14:51 UTC  (5+ messages)
` [Qemu-devel] [Bug 1708442] "

[Qemu-devel] [PATCH] cpu: don't allow negative core id
 2017-08-03 15:04 UTC  (5+ messages)

[Qemu-devel] [PULL 0/8] target-mips queue
 2017-08-03 14:45 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] target-mips: Don't stop on [d]mtc0 DESAVE/KScratch
` [Qemu-devel] [PULL 2/8] mips/malta: leave space for the bootmap after the initrd
` [Qemu-devel] [PULL 3/8] mips: Improve segment defs for KVM T&E guests
` [Qemu-devel] [PULL 4/8] mips: Add KVM T&E segment support for TCG
` [Qemu-devel] [PULL 5/8] target-mips: apply CP0.PageMask before writing into TLB entry
` [Qemu-devel] [PULL 6/8] target/mips: Use BS_EXCP where interrupts are expected
` [Qemu-devel] [PULL 7/8] target/mips: Drop redundant gen_io_start/stop()
` [Qemu-devel] [PULL 8/8] target/mips: Fix RDHWR CC with icount

[Qemu-devel] [PATCH 00/47] add missing entries in MAINTAINERS
 2017-08-03 14:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 39/47] MAINTAINERS: add missing SSI entries

[Qemu-devel] [Bug 1708462] [NEW] Support Python 3 to build
 2017-08-03 14:13 UTC 

[Qemu-devel] [PULL] virtio: fix for rc2
 2017-08-03 14:07 UTC  (2+ messages)
` [Qemu-devel] [PULL] build-sys: add --disable-vhost-user

[Qemu-devel] [PATCH] target-mips: apply CP0.PageMask before writing into TLB entry
 2017-08-03 14:03 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/7] add throttle block driver filter
 2017-08-03 13:56 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 5/7] block: add throttle block filter driver
` [Qemu-devel] [PATCH v3 7/7] block: add throttle block filter driver interface tests

[Qemu-devel] [PATCH] qemu-web: use https:// to access some external assets
 2017-08-03 13:46 UTC  (2+ 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).