qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-03 15:37:32 to 2017-08-04 09:53:53 UTC [more...]

[Qemu-devel] [RFC 00/29] Migration: postcopy failure recovery
 2017-08-04  9:53 UTC  (46+ messages)
` [Qemu-devel] [RFC 12/29] migration: allow dst vm pause on postcopy
` [Qemu-devel] [RFC 20/29] migration: wakeup dst ram-load-thread for recover
` [Qemu-devel] [RFC 21/29] migration: new cmd MIG_CMD_RECV_BITMAP
` [Qemu-devel] [RFC 22/29] migration: new message MIG_RP_MSG_RECV_BITMAP
` [Qemu-devel] [RFC 23/29] migration: new cmd MIG_CMD_POSTCOPY_RESUME
` [Qemu-devel] [RFC 24/29] migration: new message MIG_RP_MSG_RESUME_ACK
` [Qemu-devel] [RFC 25/29] migration: introduce SaveVMHandlers.resume_prepare
` [Qemu-devel] [RFC 26/29] migration: synchronize dirty bitmap for resume
` [Qemu-devel] [RFC 27/29] migration: setup ramstate "
` [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 00/15] v7M: cleanups and bugfixes prior to v8M
 2017-08-04  9:51 UTC  (43+ 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] [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] [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 v9 0/3] Generate APEI GHES table and dynamically record CPER
 2017-08-04 10:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH v9 1/3] ACPI: add APEI/HEST/CPER structures and macros
` [Qemu-devel] [PATCH v9 2/3] ACPI: Add APEI GHES Table Generation support
` [Qemu-devel] [PATCH v9 3/3] ACPI: build and enable APEI GHES in the Makefile and configuration

[Qemu-devel] [PATCH 0/3] i386/kvm: advertise Hyper-V frequency MSRs
 2017-08-04  9:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] i386/kvm: use a switch statement for MSR detection
` [Qemu-devel] [PATCH 2/3] i386/kvm: set tsc_khz before configuring Hyper-V CPUID
` [Qemu-devel] [PATCH 3/3] i386/kvm: advertise Hyper-V frequency MSRs

[Qemu-devel] [PATCH] pc/acpi: Fix booting of macOS with Clover EFI bootloader
 2017-08-04  9:05 UTC  (2+ messages)

[Qemu-devel] [Bug 1708617] [NEW] qemu2.9 meet a question using reconnect about ovs+dpdk
 2017-08-04  8:33 UTC 

[Qemu-devel] [PATCHv2 0/4] scsi: enclosure support
 2017-08-04  8:36 UTC  (5+ messages)
` [Qemu-devel] [PATCHv2 1/4] scsi: Make LUN 0 a simple enclosure
` [Qemu-devel] [PATCHv2 2/4] scsi: use qemu_uuid to generate logical identifier for SES
` [Qemu-devel] [PATCHv2 3/4] scsi: clarify sense codes for LUN0 emulation
` [Qemu-devel] [PATCHv2 4/4] scsi: Add 'enclosure' option for scsi devices

[Qemu-devel] [Bug 1336794] [NEW] 9pfs does not honor open file handles on unlinked files
 2017-08-04  8:00 UTC  (3+ messages)
` [Qemu-devel] [Bug 1336794] "

[Qemu-devel] [PATCH 0/2] scsi: enclosure support
 2017-08-04  7:34 UTC  (5+ messages)

[Qemu-devel] [PATCH for-2.11 0/8] tcg/s390 improvments
 2017-08-04  7:20 UTC  (15+ 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] [PATCH v8 0/3] Generate APEI GHES table and dynamically record CPER
 2017-08-04  6:55 UTC  (6+ 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] [Bug 1708551] [NEW] macOS Guest Reading USB 3.0 Bus as USB 2.0
 2017-08-04  6:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1708551] "

[Qemu-devel] [PATCH for-2.11 0/6] tcg/i386 haswell improvements
 2017-08-04  6:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-2.11 1/6] tcg: Add tcg_reg_alloc_new
` [Qemu-devel] [PATCH for-2.11 2/6] disas/i386: Fix disassembly of two-byte vex prefixes
` [Qemu-devel] [PATCH for-2.11 3/6] disas/i386: Add disassembly of vex.0f38.f5
` [Qemu-devel] [PATCH for-2.11 4/6] disas/i386: Add disassembly of rorx
` [Qemu-devel] [PATCH for-2.11 5/6] tcg/i386: Use pext for extract
` [Qemu-devel] [PATCH for-2.11 6/6] tcg/i386: Use pdep for deposit

[Qemu-devel] [PATCH for-2.11 00/23] tcg constant pools
 2017-08-04  5:44 UTC  (24+ 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 17/23] tcg/arm: Code rearrangement
` [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 21/23] tcg/ppc: Change TCG_REG_RA to TCG_REG_TB
` [Qemu-devel] [PATCH for-2.11 22/23] tcg/ppc: Look for shifted constants
` [Qemu-devel] [PATCH for-2.11 23/23] tcg/ppc: Use constant pool for movi

[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] 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] [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  (15+ 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] [PATCH] vl.c/exit: pause cpus before closing block devices
 2017-08-03 22:36 UTC  (4+ messages)

[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  (6+ 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  (3+ messages)
` [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()


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).