qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-07 15:20:22 to 2018-12-09 19:38:10 UTC [more...]

[Qemu-devel] [RFC v2 00/38] Plugin support
 2018-12-09 19:37 UTC  (9+ messages)
` [Qemu-devel] [RFC v2 01/38] trace: expand mem_info:size_shift to 3 bits
` [Qemu-devel] [RFC v2 02/38] tcg/README: fix typo s/afterwise/afterwards/
` [Qemu-devel] [RFC v2 03/38] cpu: introduce cpu_in_exclusive_work_context()
` [Qemu-devel] [RFC v2 04/38] translate-all: use cpu_in_exclusive_work_context() in tb_flush
` [Qemu-devel] [RFC v2 05/38] plugin: add user-facing API
` [Qemu-devel] [RFC v2 07/38] queue: add QTAILQ_REMOVE_SEVERAL
` [Qemu-devel] [RFC v2 11/38] tcg: add tcg_gen_st_ptr
` [Qemu-devel] [RFC v2 12/38] tcg: add MO_HADDR to TCGMemOp

[Qemu-devel] [PATCH] hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controller
 2018-12-09 19:37 UTC 

[Qemu-devel] Logging dirty pages from vhost-net in-kernel with vIOMMU
 2018-12-09 18:31 UTC  (8+ messages)

[Qemu-devel] qdev documentation
 2018-12-09 15:59 UTC 

[Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug
 2018-12-09 14:26 UTC  (2+ messages)

[Qemu-devel] Guests are crashing on startup, seem related to usb-audio
 2018-12-09 14:08 UTC 

[Qemu-devel] Question about the pc.bios mapping on x86
 2018-12-09  9:23 UTC 

[Qemu-devel] [RFC 00/48] Plugin support
 2018-12-08 23:32 UTC  (4+ messages)
` [Qemu-devel] [RFC 48/48] plugin: add a couple of very simple examples

[Qemu-devel] [Bug 1174654] [NEW] qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram
 2018-12-08 18:43 UTC  (2+ messages)
` [Qemu-devel] [Bug 1174654] "

[Qemu-devel] [PATCH v2 00/18] Xen PV backend 'qdevification'
 2018-12-08 11:31 UTC  (25+ messages)
` [Qemu-devel] [PATCH v2 03/18] xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
` [Qemu-devel] [PATCH v2 05/18] xen: add xenstore watcher infrastructure
` [Qemu-devel] [PATCH v2 07/18] xen: add event channel interface for XenDevice-s
` [Qemu-devel] [PATCH v2 09/18] xen: remove unnecessary code from dataplane/xen-block.c
  ` [Qemu-devel] [Xen-devel] "
` [Qemu-devel] [PATCH v2 10/18] xen: add header and build dataplane/xen-block.c
` [Qemu-devel] [PATCH v2 13/18] xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
` [Qemu-devel] [PATCH v2 14/18] xen: add implementations of xen-block connect and disconnect functions
` [Qemu-devel] [PATCH v2 15/18] xen: add a mechanism to automatically create XenDevice-s
` [Qemu-devel] [PATCH v2 16/18] xen: automatically create XenBlockDevice-s
` [Qemu-devel] [PATCH v2 18/18] xen: remove the legacy 'xen_disk' backend

[Qemu-devel] [PATCH v6 00/27] qapi: add #if pre-processor conditions to generated code (part 2)
 2018-12-08 11:20 UTC  (25+ messages)
` [Qemu-devel] [PATCH v6 06/27] qapi: do not define enumeration value explicitly
` [Qemu-devel] [PATCH v6 12/27] qapi: add a dictionnary form with 'name' key for enum members
` [Qemu-devel] [PATCH v6 15/27] qapi: rename allow_dict to allow_implicit
` [Qemu-devel] [PATCH v6 16/27] qapi: add a dictionary form with 'type' key for members
` [Qemu-devel] [PATCH v6 19/27] qapi: add 'if' on union members
` [Qemu-devel] [PATCH v6 20/27] qapi: add 'if' to alternate members
` [Qemu-devel] [PATCH v6 21/27] qapi: add #if conditions to generated code members
` [Qemu-devel] [PATCH v6 22/27] docs: document schema configuration

[Qemu-devel] [PATCH for-4.0 v7 00/27] Hi,
 2018-12-08 11:19 UTC  (29+ messages)
` [Qemu-devel] [PATCH for-4.0 v7 01/27] qapi: make sure osdep.h is included in type headers
` [Qemu-devel] [PATCH for-4.0 v7 02/27] qapi: do not define enumeration value explicitly
` [Qemu-devel] [PATCH for-4.0 v7 03/27] qapi: rename QAPISchemaEnumType.values to .members
` [Qemu-devel] [PATCH for-4.0 v7 04/27] qapi: change enum visitor and gen_enum* to take QAPISchemaMember
` [Qemu-devel] [PATCH for-4.0 v7 05/27] tests: print enum type members more like object type members
` [Qemu-devel] [PATCH for-4.0 v7 06/27] qapi: factor out checking for keys
` [Qemu-devel] [PATCH for-4.0 v7 07/27] qapi: improve reporting of unknown or missing keys
` [Qemu-devel] [PATCH for-4.0 v7 08/27] qapi: add a dictionary form with 'name' key for enum members
` [Qemu-devel] [PATCH for-4.0 v7 09/27] qapi: add 'if' to "
` [Qemu-devel] [PATCH for-4.0 v7 10/27] qapi-events: add 'if' condition to implicit event enum
` [Qemu-devel] [PATCH for-4.0 v7 11/27] qapi: pass long form enum to make_enum_members
` [Qemu-devel] [PATCH for-4.0 v7 12/27] qapi: rename allow_dict to allow_implicit
` [Qemu-devel] [PATCH for-4.0 v7 13/27] qapi: add a dictionary form for TYPE
` [Qemu-devel] [PATCH for-4.0 v7 14/27] qapi: add 'if' to implicit struct members
` [Qemu-devel] [PATCH for-4.0 v7 15/27] qapi: add an error in case a discriminator is conditional
` [Qemu-devel] [PATCH for-4.0 v7 16/27] qapi: add 'if' to union members
` [Qemu-devel] [PATCH for-4.0 v7 17/27] qapi: simplify make_enum_members()
` [Qemu-devel] [PATCH for-4.0 v7 18/27] tests/qapi: add command with condition on union argument
` [Qemu-devel] [PATCH for-4.0 v7 19/27] qapi: add 'if' to alternate members
` [Qemu-devel] [PATCH for-4.0 v7 20/27] tests/qapi: add command with condition on alternate argument
` [Qemu-devel] [PATCH for-4.0 v7 21/27] qapi: add #if conditions to generated code members
` [Qemu-devel] [PATCH for-4.0 v7 22/27] qapi: add 'If:' condition to enum values documentation
` [Qemu-devel] [PATCH for-4.0 v7 23/27] qapi: add 'If:' condition to struct members documentation
` [Qemu-devel] [PATCH for-4.0 v7 24/27] qapi: add condition to variants documentation
` [Qemu-devel] [PATCH for-4.0 v7 25/27] qapi: break long lines at 'data' member
` [Qemu-devel] [PATCH for-4.0 v7 26/27] qapi: add more conditions to SPICE
` [Qemu-devel] [PATCH for-4.0 v7 27/27] qapi: add conditions to REPLICATION type/commands on the schema

[Qemu-devel] [PATCH] cpus.c: Fix race condition in cpu_stop_current()
 2018-12-08  8:47 UTC  (2+ messages)

[Qemu-devel] [PATCH V12 0/5] add pvpanic mmio support
 2018-12-08  8:42 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/watchdog/wdt_i6300esb : remove a unnecessary comment
 2018-12-08  7:18 UTC 

[Qemu-devel] [RFC v3 00/24] Add RISC-V TCG backend support
 2018-12-08  2:13 UTC  (26+ messages)
` [Qemu-devel] [RFC v3 01/24] elf.h: Add the RISCV ELF magic numbers
` [Qemu-devel] [RFC v3 02/24] linux-user: Add host dependency for RISC-V 32-bit
` [Qemu-devel] [RFC v3 03/24] linux-user: Add host dependency for RISC-V 64-bit
` [Qemu-devel] [RFC v3 04/24] linux-user: riscv: Fix compile failure on riscv32 hosts
` [Qemu-devel] [RFC v3 05/24] exec: Add RISC-V GCC poison macro
` [Qemu-devel] [RFC v3 06/24] riscv: Add the tcg-target header file
` [Qemu-devel] [RFC v3 07/24] riscv: Add the tcg target registers
` [Qemu-devel] [RFC v3 08/24] riscv: tcg-target: Add support for the constraints
` [Qemu-devel] [RFC v3 09/24] riscv: tcg-target: Add the immediate encoders
` [Qemu-devel] [RFC v3 10/24] riscv: tcg-target: Add the instruction emitters
` [Qemu-devel] [RFC v3 11/24] riscv: tcg-target: Add the relocation functions
` [Qemu-devel] [RFC v3 12/24] riscv: tcg-target: Add the mov and movi instruction
` [Qemu-devel] [RFC v3 13/24] riscv: tcg-target: Add the extract instructions
` [Qemu-devel] [RFC v3 14/24] riscv: tcg-target: Add the out load and store instructions
` [Qemu-devel] [RFC v3 15/24] riscv: tcg-target: Add the add2 and sub2 instructions
` [Qemu-devel] [RFC v3 16/24] riscv: tcg-target: Add branch and jump instructions
` [Qemu-devel] [RFC v3 17/24] riscv: tcg-target: Add slowpath load and store instructions
` [Qemu-devel] [RFC v3 18/24] riscv: tcg-target: Add direct "
` [Qemu-devel] [RFC v3 19/24] riscv: tcg-target: Add the out op decoder
` [Qemu-devel] [RFC v3 20/24] riscv: tcg-target: Add the prologue generation and register the JIT
` [Qemu-devel] [RFC v3 21/24] riscv: tcg-target: Add the target init code
` [Qemu-devel] [RFC v3 22/24] tcg: Add RISC-V cpu signal handler
` [Qemu-devel] [RFC v3 23/24] dias: Add RISC-V support
` [Qemu-devel] [RFC v3 24/24] configure: Add support for building RISC-V host

[Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension
 2018-12-08  0:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 04/16] gdbstub: add multiprocess support to 'H' and 'T' packets

[Qemu-devel] [PATCH] target/xtensa/import_core.sh: don't add duplicate 'static'
 2018-12-08  0:04 UTC 

[Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host()
 2018-12-07 22:48 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/6] hw/arm/virt: Remove null-check in virt_build_smbios()
` [Qemu-devel] [PATCH 2/6] hw/arm: Remove unused include
` [Qemu-devel] [PATCH 3/6] hw/i386: "
` [Qemu-devel] [PATCH 4/6] hw/nvram/fw_cfg: Add trace events
` [Qemu-devel] [PATCH 5/6] hw/nvram/fw_cfg: Add HMP 'info fw_cfg' command
` [Qemu-devel] [PATCH 6/6] hw/nvram/fw_cfg: Add fw_cfg_add_file_from_host()

[Qemu-devel] [Bug 1732959] [NEW] [regression] Clock jump on source VM after migration
 2018-12-07 22:30 UTC  (2+ messages)
` [Qemu-devel] [Bug 1732959] Re: [regression] stop/cont triggers clock jump proportional to host clock drift

[Qemu-devel] [PATCH] target/i386: Fixes to the check missing features routine
 2018-12-07 22:26 UTC  (2+ messages)

[Qemu-devel] Help needed: test-qht-par hangs on Travis
 2018-12-07 20:41 UTC 

[Qemu-devel] [RFC 0/3] qboot changes for PVH boot
 2018-12-07 20:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v11 0/3] wakeup-from-suspend and system_wakeup changes
 2018-12-07 20:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 3/3] qmp hmp: Make system_wakeup check wake-up support and run state

[Qemu-devel] [PATCH] util/error: Remove an unnecessary NULL check
 2018-12-07 19:10 UTC  (5+ messages)

[Qemu-devel] [RFC 0/2] Attempt to implement the standby feature for assigned network devices
 2018-12-07 18:26 UTC  (9+ messages)

[Qemu-devel] [PATCH v9 00/14] More fully implement ARM PMUv3
 2018-12-07 18:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v9 08/14] target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]

[Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries
 2018-12-07 17:56 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/4] Introduce the hw/firmware/ namespace
 2018-12-07 17:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] tests: Remove unused include
` [Qemu-devel] [PATCH 2/4] hw/smbios: Restrict access to "smbios_ipmi.h"
` [Qemu-devel] [PATCH 3/4] hw/smbios: Remove "smbios_ipmi.h"
` [Qemu-devel] [PATCH 4/4] hw/smbios: Move to the hw/firmware/ namespace

[Qemu-devel] [PATCH 1/1] Changes requirement for "vsubsbs" instruction
 2018-12-07 17:13 UTC 

[Qemu-devel] [PATCH] target/i386: Generate #UD when applying LOCK to a register
 2018-12-07 17:09 UTC 

[Qemu-devel] [PATCH v4 0/5] vmdk: Implement blockdev-create
 2018-12-07 17:09 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 4/5] iotests: Add VMDK tests for blockdev-create
` [Qemu-devel] [PATCH v4 5/5] vmdk: Reject excess extents in blockdev-create

[Qemu-devel] [PATCH] maint: Grammar fix to mailmap
 2018-12-07 17:07 UTC 

[Qemu-devel] [qemu-web PATCH] Add a .mailmap file for preferred name spellings
 2018-12-07 17:06 UTC  (2+ messages)

[Qemu-devel] [Bug 1803160] [NEW] qemu-3.1.0-rc0: tcg.c crash in temp_load
 2018-12-07 16:51 UTC  (2+ messages)
` [Qemu-devel] [Bug 1803160] "

[Qemu-devel] [qemu-web PATCH v2] Add license files for GPLv2+ and CC-BY-SA-4.0
 2018-12-07 17:03 UTC  (2+ messages)

[Qemu-devel] [PATCH for-4.0 00/14] nbd: add qemu-nbd --list
 2018-12-07 16:59 UTC  (13+ messages)
` [Qemu-devel] [PATCH 11/14] nbd/client: Add nbd_receive_export_list()
` [Qemu-devel] [PATCH 12/14] nbd/client: Work around 3.0 bug for listing meta contexts
` [Qemu-devel] [PATCH 13/14] qemu-nbd: Add --list option

[Qemu-devel] [PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-12-07 16:54 UTC  (9+ messages)

[Qemu-devel] [PATCH 1/2] scsi-disk: Convert from DPRINTF() macro to trace events
 2018-12-07 16:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] scsi-generic: "

[Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation
 2018-12-07 16:46 UTC  (2+ messages)

[Qemu-devel] [qemu-web PATCH] Add license files for GPLv2+ and CC-BY-SA-4.0
 2018-12-07 16:44 UTC  (3+ messages)

[Qemu-devel] [for-4.0 PATCH v4 0/9] pcie: Enhanced link speed and width support
 2018-12-07 16:42 UTC  (10+ messages)
` [Qemu-devel] [for-4.0 PATCH v4 1/9] q35/440fx/arm/spapr/ccw: Add QEMU 4.0 machine type
` [Qemu-devel] [for-4.0 PATCH v4 2/9] pcie: Create enums for link speed and width
` [Qemu-devel] [for-4.0 PATCH v4 3/9] pci: Sync PCIe downstream port LNKSTA on read
` [Qemu-devel] [for-4.0 PATCH v4 4/9] qapi: Define PCIe link speed and width properties
` [Qemu-devel] [for-4.0 PATCH v4 5/9] pcie: Add link speed and width fields to PCIESlot
` [Qemu-devel] [for-4.0 PATCH v4 6/9] pcie: Fill PCIESlot link fields to support higher speeds and widths
` [Qemu-devel] [for-4.0 PATCH v4 7/9] pcie: Allow generic PCIe root port to specify link speed and width
` [Qemu-devel] [for-4.0 PATCH v4 8/9] vfio/pci: Remove PCIe Link Status emulation
` [Qemu-devel] [for-4.0 PATCH v4 9/9] pcie: Fast PCIe root ports for new machines

[Qemu-devel] [PATCH 0/3] bitmaps: remove x- prefix from QMP api
 2018-12-07 16:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] blockdev: n-ary bitmap merge
` [Qemu-devel] [PATCH 3/3] block: remove 'x' prefix from experimental bitmap APIs

[Qemu-devel] [PATCH for-4.0 v2 0/7] Assume GCC v4.8 and Clang v3.4 as minimum compiler
 2018-12-07 16:28 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.0 v2 1/7] configure: Add a test for the minimum compiler version
` [Qemu-devel] [PATCH for-4.0 v2 2/7] configure: Remove obsolete check for Clang < 3.2
` [Qemu-devel] [PATCH for-4.0 v2 5/7] audio/alsaaudio: Remove compiler check around pragma

[Qemu-devel] [PATCH v3 0/5] crypto threads
 2018-12-07 16:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] crypto/block-luks: fix memory leak in qcrypto_block_luks_create
` [Qemu-devel] [PATCH v3 2/5] crypto/block: refactor qcrypto_block_*crypt_helper functions
` [Qemu-devel] [PATCH v3 3/5] crypto/block: rename qcrypto_block_*crypt_helper
` [Qemu-devel] [PATCH v3 4/5] crypto/block: introduce qcrypto_block_*crypt_helper functions
` [Qemu-devel] [PATCH v3 5/5] crypto: support multiple threads accessing one QCryptoBlock

[Qemu-devel] [PATCH 0/3] macppc: minor patches for 4.0
 2018-12-07 16:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] MAINTAINERS: add myself as maintainer for Mac Old World and New World machines
` [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
` [Qemu-devel] [PATCH 3/3] mac_oldworld: "

[Qemu-devel] [qemu-web PATCH] Import historical documentation
 2018-12-07 15:59 UTC  (5+ messages)

[Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework
 2018-12-07 15:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 19/71] tests: qgraph API for the qtest "


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