messages from 2016-08-02 11:59:35 to 2016-08-02 23:33:38 UTC [more...]
[Qemu-devel] [PATCH 0/2] hw/ppc: fdt cleanups
2016-08-02 23:10 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] hw/ppc: use error_report instead of fprintf
` [Qemu-devel] [PATCH 2/2] hw/ppc: add a ppc_create_page_sizes_prop() helper routine
[Qemu-devel] [PATCH v9 0/8] Add a generic loader
2016-08-02 22:59 UTC (7+ messages)
` [Qemu-devel] [PATCH v9 3/8] loader: Allow a custom AddressSpace when loading ROMs
` [Qemu-devel] [PATCH v9 6/8] loader: Add AddressSpace loading support to targphys
[Qemu-devel] [PATCH for-2.7] block: Accept any target node for transactional blockdev-backup
2016-08-02 22:22 UTC (2+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH] ide: fix DMA register transitions
2016-08-02 22:05 UTC
[Qemu-devel] [PULL 00/25] Misc QEMU fixes for 2016-08-02
2016-08-02 21:13 UTC (27+ messages)
` [Qemu-devel] [PULL 01/25] util/qht: Document memory ordering assumptions
` [Qemu-devel] [PULL 02/25] numa: set the memory backend "is_mapped" field
` [Qemu-devel] [PULL 03/25] fix qemu exit on memory hotplug when allocation fails at prealloc time
` [Qemu-devel] [PULL 04/25] checkpatch: add check for bzero
` [Qemu-devel] [PULL 05/25] util: drop inet_nonblocking_connect()
` [Qemu-devel] [PULL 06/25] util: drop unix_nonblocking_connect()
` [Qemu-devel] [PULL 07/25] util: Drop inet_listen()
` [Qemu-devel] [PULL 08/25] qht: do not segfault when gathering stats from an uninitialized qht
` [Qemu-devel] [PULL 09/25] target-i386: fix typo in xsetbv implementation
` [Qemu-devel] [PULL 10/25] qdist: fix memory leak during binning
` [Qemu-devel] [PULL 11/25] qdist: use g_realloc_n instead of g_realloc
` [Qemu-devel] [PULL 12/25] qdist: return "(empty)" instead of NULL when printing an empty dist
` [Qemu-devel] [PULL 13/25] mptsas: really fix migration compatibility
` [Qemu-devel] [PULL 14/25] i2c: fix migration regression introduced by broadcast support
` [Qemu-devel] [PULL 15/25] nbd: Fix bad flag detection on server
` [Qemu-devel] [PULL 16/25] nbd: Limit nbdflags to 16 bits
` [Qemu-devel] [PULL 17/25] osdep: Document differences in rounding macros
` [Qemu-devel] [PULL 18/25] block: Cater to iscsi with non-power-of-2 discard
` [Qemu-devel] [PULL 19/25] fw_cfg: Make base type "fw_cfg" abstract
` [Qemu-devel] [PULL 20/25] apic: fix broken migration for kvm-apic
` [Qemu-devel] [PULL 21/25] x86: ioapic: ignore level irq during processing
` [Qemu-devel] [PULL 22/25] x86: ioapic: add support for explicit EOI
` [Qemu-devel] [PULL 23/25] Reorganize help output of '-display' option
` [Qemu-devel] [PULL 24/25] qdev: Fix use after free in qdev_init_nofail error path
` [Qemu-devel] [PULL 25/25] util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset'
[Qemu-devel] [Bug 1490611] [NEW] Using qemu >=2.2.1 to convert raw->VHD (fixed) adds extra padding to the result file, which Microsoft Azure rejects as invalid
2016-08-02 20:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1490611] "
[Qemu-devel] [Patch v1 00/29] s390x CPU models: exposing features
2016-08-02 20:14 UTC (48+ messages)
` [Qemu-devel] [Patch v1 01/29] qmp: details about CPU definitions in query-cpu-definitions
` [Qemu-devel] [Patch v1 02/29] s390x/cpumodel: "host" and "qemu" as CPU subclasses
` [Qemu-devel] [Patch v1 04/29] s390x/cpumodel: introduce CPU features
` [Qemu-devel] [Patch v1 05/29] s390x/cpumodel: generate CPU feature lists for CPU models
` [Qemu-devel] [Patch v1 06/29] s390x/cpumodel: generate CPU feature group lists
` [Qemu-devel] [Patch v1 07/29] s390x/cpumodel: introduce CPU feature group definitions
` [Qemu-devel] [Patch v1 08/29] s390x/cpumodel: register defined CPU models as subclasses
` [Qemu-devel] [Patch v1 09/29] s390x/cpumodel: store the CPU model in the CPU instance
` [Qemu-devel] [Patch v1 10/29] s390x/cpumodel: expose features and feature groups as properties
` [Qemu-devel] [Patch v1 11/29] s390x/cpumodel: let the CPU model handle feature checks
` [Qemu-devel] [Patch v1 12/29] s390x/cpumodel: check and apply the CPU model
` [Qemu-devel] [Patch v1 13/29] s390x/sclp: factor out preparation of cpu entries
` [Qemu-devel] [Patch v1 14/29] s390x/sclp: introduce sclp feature blocks
` [Qemu-devel] [Patch v1 15/29] s390x/sclp: indicate sclp features
` [Qemu-devel] [Patch v1 16/29] s390x/sclp: propagate the ibc val(lowest and unblocked ibc)
` [Qemu-devel] [Patch v1 17/29] s390x/sclp: propagate the mha via sclp
` [Qemu-devel] [Patch v1 18/29] s390x/sclp: propagate hmfai
` [Qemu-devel] [Patch v1 19/29] linux-headers: update against kvm/next
` [Qemu-devel] [Patch v1 20/29] s390x/kvm: allow runtime-instrumentation for "none" machine
` [Qemu-devel] [Patch v1 21/29] s390x/kvm: implement CPU model support
` [Qemu-devel] [Patch v1 22/29] s390x/kvm: disable host model for existing compat machines
` [Qemu-devel] [Patch v1 23/29] s390x/kvm: let the CPU model control CMM(A)
` [Qemu-devel] [Patch v1 24/29] qmp: add QMP interface "query-cpu-model-expansion"
` [Qemu-devel] [Patch v1 25/29] qmp: add QMP interface "query-cpu-model-comparison"
` [Qemu-devel] [Patch v1 26/29] qmp: add QMP interface "query-cpu-model-baseline"
` [Qemu-devel] [Patch v1 27/29] s390x/cpumodel: implement QMP interface "query-cpu-model-expansion"
` [Qemu-devel] [Patch v1 28/29] s390x/cpumodel: implement QMP interface "query-cpu-model-comparison"
` [Qemu-devel] [Patch v1 29/29] s390x/cpumodel: implement QMP interface "query-cpu-model-baseline"
[Qemu-devel] [PATCH] numa: set the memory backend "is_mapped" field
2016-08-02 20:08 UTC (5+ messages)
[Qemu-devel] [PATCH qemu] kvm-irqchip: Only do explicit IRQ routing commit when IRQCHIP is in use
2016-08-02 19:48 UTC (6+ messages)
[Qemu-devel] [PATCH 0/7] UUID clean ups for 2.8
2016-08-02 19:45 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/7] util: Add UUID API
[Qemu-devel] [PATCH v5 00/13] cpu-exec: Safe work in quiescent state
2016-08-02 19:22 UTC (18+ messages)
` [Qemu-devel] [PATCH v5 01/13] atomic: introduce atomic_dec_fetch
` [Qemu-devel] [PATCH v5 02/13] cpus: pass CPUState to run_on_cpu helpers
` [Qemu-devel] [PATCH v5 03/13] cpus: Move common code out of {async_, }run_on_cpu()
` [Qemu-devel] [PATCH v5 04/13] cpus: Wrap mutex used to protect CPU work
` [Qemu-devel] [PATCH v5 05/13] cpus: Rename flush_queued_work()
` [Qemu-devel] [PATCH v5 06/13] linux-user: Use QemuMutex and QemuCond
` [Qemu-devel] [PATCH v5 07/13] linux-user: Rework exclusive operation mechanism
` [Qemu-devel] [PATCH v5 08/13] linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
` [Qemu-devel] [PATCH v5 09/13] linux-user: Support CPU work queue
` [Qemu-devel] [PATCH v5 10/13] bsd-user: "
` [Qemu-devel] [PATCH v5 11/13] cpu-exec-common: Introduce async_safe_run_on_cpu()
` [Qemu-devel] [PATCH v5 12/13] tcg: Make tb_flush() thread safe
` [Qemu-devel] [PATCH v5 13/13] cpu-exec: replace cpu->queued_work with GArray
[Qemu-devel] [PULL 00/10] Docker patches
2016-08-02 18:59 UTC (3+ messages)
` [Qemu-devel] [PULL 09/10] docker: Don't start a container that doesn't exist
[Qemu-devel] [PATCH for-2.7] atapi: fix halted DMA reset
2016-08-02 18:55 UTC
[Qemu-devel] [PATCH] trace: add syslog tracing backend
2016-08-02 18:52 UTC (4+ messages)
[Qemu-devel] [Bug 1608802] [NEW] READ_DMA (0xC8) command does not work correctly
2016-08-02 18:09 UTC (5+ messages)
` [Qemu-devel] [Bug 1608802] "
[Qemu-devel] [PATCH] xen: use a common function for pv and hvm guest backend register calls
2016-08-02 18:32 UTC (5+ messages)
[Qemu-devel] [PATCH] target-i386: add more Intel AVX-512 instructions support
2016-08-02 18:11 UTC (2+ messages)
[Qemu-devel] [RFC v5 0/7] vITS support
2016-08-02 18:07 UTC (8+ messages)
` [Qemu-devel] [RFC v5 1/7] hw/intc/arm_gicv3_its: Implement ITS base class
` [Qemu-devel] [RFC v5 2/7] target-arm: move gicv3_class_name from machine to kvm_arm.h
` [Qemu-devel] [RFC v5 3/7] linux-headers: update to 4.7-rc6 + ITS emulation and GSI routing
` [Qemu-devel] [RFC v5 4/7] target-arm/kvm: Pass requester ID to MSI routing functions
` [Qemu-devel] [RFC v5 5/7] hw/intc/arm_gicv3_its: Implement support for in-kernel ITS emulation
` [Qemu-devel] [RFC v5 6/7] arm/virt: Add ITS to the virt board
` [Qemu-devel] [RFC v5 7/7] hw/arm/virt-acpi-build: Add ITS description in ACPI MADT table
[Qemu-devel] [PATCH 0/2] linux-user: check clone flags for unsupported options
2016-08-02 17:41 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] linux-user: Remove unnecessary nptl_flags variable from do_fork()
` [Qemu-devel] [PATCH 2/2] linux-user: Sanity check clone flags
[Qemu-devel] [PATCH for-2.4] Revert "vhost-user: Send VHOST_RESET_OWNER on vhost stop"
2016-08-02 17:32 UTC (4+ messages)
[Qemu-devel] [PATCH] resize qcow2 with snapshot
2016-08-02 17:20 UTC (3+ messages)
[Qemu-devel] [PATCH v3 00/10] arm: add ast2500 support
2016-08-02 17:15 UTC (11+ messages)
` [Qemu-devel] [PATCH v3 01/10] ast2400: rename the Aspeed SoC files to aspeed_soc
` [Qemu-devel] [PATCH v3 02/10] ast2400: replace ast2400 with aspeed_soc
` [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs
` [Qemu-devel] [PATCH v3 04/10] palmetto-bmc: rename the Aspeed board file to aspeed.c
` [Qemu-devel] [PATCH v3 05/10] palmetto-bmc: replace palmetto_bmc with aspeed
` [Qemu-devel] [PATCH v3 06/10] palmetto-bmc: add board specific configuration
` [Qemu-devel] [PATCH v3 07/10] hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoC
` [Qemu-devel] [PATCH v3 08/10] aspeed: add a AST2500 SoC and support to the SCU and SDMC controllers controllers
` [Qemu-devel] [PATCH v3 09/10] arm: add support for an ast2500 evaluation board
` [Qemu-devel] [PATCH v3 10/10] palmetto-bmc: remove extra no_sdcard assignement
[Qemu-devel] [PATCH for-2.7 0/1] ide: fix halted IO segfault at reset
2016-08-02 17:08 UTC (7+ messages)
` [Qemu-devel] [PATCH for-2.7 1/1] "
[Qemu-devel] [PATCH v2 0/2] Two virtio-blk fixes
2016-08-02 17:00 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] virtio-blk: Release s->rq queue at system_reset
` [Qemu-devel] [PATCH v2 2/2] virtio-blk: Remove stale comment about draining
[Qemu-devel] [PATCH v4 00/11] block: Accept node-name in all node level QMP commands
2016-08-02 16:58 UTC (10+ messages)
` [Qemu-devel] [PATCH v4 02/11] block: Accept node-name for block-commit
` [Qemu-devel] [PATCH v4 03/11] block: Accept node-name for blockdev-backup
` [Qemu-devel] [PATCH v4 09/11] block: Accept node-name for drive-mirror
[Qemu-devel] Shutting down x86 QEMU with ACPI from Userspace
2016-08-02 16:58 UTC
[Qemu-devel] [PATCH v2] qdev: Fix use after free in qdev_init_nofail error path
2016-08-02 16:55 UTC (2+ messages)
[Qemu-devel] [PATCH RFC 0/3] Backup/blockjob fixes
2016-08-02 16:50 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] blockjob: fix dead pointer in txn list
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH v2] i2c: Fix SMBus read transactions to avoid double events
2016-08-02 16:00 UTC
[Qemu-devel] [PATCH v2] ipmi_bmc_sim: Remove an unnecessary mutex
2016-08-02 15:58 UTC
[Qemu-devel] [PATCH v2] ipmi: Remove hotplug from IPMI BMCs
2016-08-02 15:57 UTC
[Qemu-devel] [PATCH v2 0/2] xen: bug fixes in Xen backend handling
2016-08-02 15:26 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] xen: when removing a backend don't remove many of them
` [Qemu-devel] [PATCH v2 2/2] xen: drain submit queue in xen-usb before removing device
[Qemu-devel] [PATCH 0/2] Modularize GTK Display
2016-08-02 15:07 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] rules.mak: Don't extract libs from .mo-libs in link command
` [Qemu-devel] [PATCH 2/2] gtk: Modularize GTK display
[Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard
2016-08-02 14:52 UTC (4+ messages)
` [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer
[Qemu-devel] [PATCH] RFC: pci-bus: add property ownership on bsel
2016-08-02 14:28 UTC (3+ messages)
[Qemu-devel] [PATCH] hw/ide: fix a writing to null pointer exception
2016-08-02 14:18 UTC (2+ messages)
[Qemu-devel] [PATCH v6 0/4] Dynamic module loading for block drivers
2016-08-02 14:17 UTC (6+ messages)
` [Qemu-devel] [PATCH v6 1/4] blockdev: prepare iSCSI block driver for dynamic loading
` [Qemu-devel] [PATCH v6 2/4] blockdev: Add dynamic generation of module_block.h
` [Qemu-devel] [PATCH v6 3/4] blockdev: Add dynamic module loading for block drivers
` [Qemu-devel] [PATCH v6 4/4] blockdev: Modularize nfs block driver
[Qemu-devel] [PATCH v4 0/2] qemu-qdisk: Implementation of grant copy operation
2016-08-02 14:06 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] Interface for grant copy operation in libs
` [Qemu-devel] [PATCH v4 2/2] qdisk - hw/block/xen_disk: grant copy implementation
[Qemu-devel] [V15 0/4] AMD IOMMU
2016-08-02 13:32 UTC (3+ messages)
` [Qemu-devel] [V15 4/4] hw/i386: AMD IOMMU IVRS table
[Qemu-devel] [PATCH] qdev: Fix use after free in qdev_init_nofail error path
2016-08-02 13:25 UTC (4+ messages)
[Qemu-devel] [PATCH] ppc: Add MacOS VGA driver ROM
2016-08-02 13:17 UTC (10+ messages)
[Qemu-devel] [PULL 0/1] MAINTAINERS: Add Host Memory Backends section
2016-08-02 12:44 UTC (2+ messages)
[Qemu-devel] [RFC PATCH 00/11] Clock framework API
2016-08-02 12:36 UTC (13+ messages)
` [Qemu-devel] [RFC PATCH 03/11] qemu-clk: allow to bound two clocks together
` [Qemu-devel] [RFC PATCH 08/11] zynqmp_crf: fix against AF_EX32 changes
` [Qemu-devel] [RFC PATCH 09/11] zynqmp_crf: add the clock mechanism
` [Qemu-devel] [RFC PATCH 10/11] zynqmp: add the zynqmp_crf to the platform
[Qemu-devel] [PATCH] hw/ide: fix a writing to null pointer exception
2016-08-02 12:14 UTC
[Qemu-devel] [PULL v5 00/57] pc, pci, virtio: new features, cleanups, fixes
2016-08-02 12:28 UTC (12+ messages)
` [Qemu-devel] [PULL v5 29/57] intel_iommu: add SID validation for IR
[Qemu-devel] [RFC PATCH 0/3] add nvdimm support on AArch64 virt platform
2016-08-02 12:18 UTC (9+ messages)
` [Qemu-devel] [RFC PATCH 1/3] hw/arm/virt: add hotplug memory support
[Qemu-devel] [PATCH] hw/ide: fix a writing to null pointer exception
2016-08-02 12:15 UTC
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).