messages from 2018-04-26 17:28:20 to 2018-04-27 09:54:15 UTC [more...]
[Qemu-devel] [PATCH 00/10] intel-iommu: nested vIOMMU, cleanups, bug fixes
2018-04-27 9:53 UTC (15+ messages)
` [Qemu-devel] [PATCH 03/10] intel-iommu: add iommu lock
` [Qemu-devel] [PATCH 07/10] util: implement simple interval tree logic
` [Qemu-devel] [PATCH 08/10] intel-iommu: maintain per-device iova ranges
[Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features
2018-04-27 9:49 UTC (6+ messages)
` [Qemu-devel] [PULL 1/4] intel-iommu: send PSI always when notify_unmap set
` [Qemu-devel] [PULL 3/4] allocate pci id for mdpy
` [Qemu-devel] [PULL 2/4] hw/pci-host/q35: Replace hardcoded value with macro
` [Qemu-devel] [PULL 4/4] virtio-balloon: add hugetlb page allocation counts
[Qemu-devel] [PATCH v3 0/4] Add new CD-ROM related qtests
2018-04-27 9:40 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] tests/boot-sector: Add magic bytes to s390x boot code header
` [Qemu-devel] [PATCH v3 2/4] tests/cdrom-test: Test booting from CD-ROM ISO image file
` [Qemu-devel] [PATCH v3 3/4] tests/cdrom-test: Test that -cdrom parameter is working
` [Qemu-devel] [PATCH v3 4/4] MAINTAINERS: Add the cdrom-test to John's section
[Qemu-devel] [PATCH] migration: introduce decompress-error-check
2018-04-27 9:31 UTC (4+ messages)
[Qemu-devel] Migration without memory page transfer
2018-04-27 9:24 UTC (3+ messages)
[Qemu-devel] [PULL 00/49] ppc-for-2.13 queue 20180427
2018-04-27 9:21 UTC (50+ messages)
` [Qemu-devel] [PULL 01/49] uninorth: trivial style fixups
` [Qemu-devel] [PULL 02/49] uninorth: remove second set of uninorth token registers
` [Qemu-devel] [PULL 03/49] uninorth: QOMify PCI and AGP host bridges
` [Qemu-devel] [PULL 04/49] uninorth: remove stray PCIBus realize from mac_newworld.c
` [Qemu-devel] [PULL 05/49] uninorth: move uninorth definitions into uninorth.h
` [Qemu-devel] [PULL 06/49] uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device
` [Qemu-devel] [PULL 07/49] heathrow: remove obsolete heathow_init() function
` [Qemu-devel] [PULL 08/49] grackle: general tidy-up and QOMify
` [Qemu-devel] [PULL 09/49] grackle: remove deprecated pci_grackle_init() function
` [Qemu-devel] [PULL 10/49] grackle: move PCI IO (ISA) memory region into the grackle device
` [Qemu-devel] [PULL 11/49] mac_oldworld: remove pics IRQ array and wire up macio to heathrow directly
` [Qemu-devel] [PULL 12/49] mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
` [Qemu-devel] [PULL 13/49] uninorth: move PCI mmio memory region initialisation into init function
` [Qemu-devel] [PULL 14/49] uninorth: introduce temporary pic_irqs device property
` [Qemu-devel] [PULL 15/49] uninorth: move PCI host bridge bus initialisation into device realize
` [Qemu-devel] [PULL 16/49] uninorth: fix PCI and AGP bus mixup
` [Qemu-devel] [PULL 17/49] uninorth: enable internal PCI host bridge
` [Qemu-devel] [PULL 18/49] uninorth: remove obsolete pci_pmac_init() function
` [Qemu-devel] [PULL 19/49] uninorth: remove obsolete pci_pmac_u3_init() function
` [Qemu-devel] [PULL 20/49] uninorth: use object link to pass OpenPIC object to uninorth
` [Qemu-devel] [PULL 21/49] uninorth: move PCI IO (ISA) memory region into the uninorth device
` [Qemu-devel] [PULL 22/49] uninorth: rename UNINState to UNINHostState
` [Qemu-devel] [PULL 23/49] ppc: Fix size of ppc64 xer register
` [Qemu-devel] [PULL 24/49] target/ppc: Fix reserved bit mask of dstst instruction
` [Qemu-devel] [PULL 25/49] spapr: Introduce pseries-2.13 machine type
` [Qemu-devel] [PULL 26/49] Make qemu_mempath_getpagesize() accept NULL
` [Qemu-devel] [PULL 27/49] Add host_memory_backend_pagesize() helper
` [Qemu-devel] [PULL 28/49] spapr: drop useless sanity check in spapr_irq_alloc*()
` [Qemu-devel] [PULL 29/49] Revert "spapr: Don't allow memory hotplug to memory less nodes"
` [Qemu-devel] [PULL 30/49] spapr: drop useless dynamic sysbus device sanity check
` [Qemu-devel] [PULL 31/49] target/ppc: Standardize instance_init and realize function names
` [Qemu-devel] [PULL 32/49] target/ppc: Simplify cpu valid check in ppc_cpu_realize
` [Qemu-devel] [PULL 33/49] target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
` [Qemu-devel] [PULL 34/49] target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
` [Qemu-devel] [PULL 35/49] target/ppc: Remove fallback 64k pagesize information
` [Qemu-devel] [PULL 36/49] target/ppc: Move page size setup to helper function
` [Qemu-devel] [PULL 37/49] target/ppc: Split page size information into a separate allocation
` [Qemu-devel] [PULL 38/49] target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
` [Qemu-devel] [PULL 39/49] target/ppc: Move 1T segment and AMR options to PPCHash64Options
` [Qemu-devel] [PULL 40/49] target/ppc: Fold ci_large_pages flag into PPCHash64Options
` [Qemu-devel] [PULL 41/49] target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
` [Qemu-devel] [PULL 42/49] target/ppc: Get rid of POWERPC_MMU_VER() macros
` [Qemu-devel] [PULL 43/49] target/ppc: Fold slb_nr into PPCHash64Options
` [Qemu-devel] [PULL 44/49] spapr: Add ibm, max-associativity-domains property
` [Qemu-devel] [PULL 45/49] ppc: e500: switch E500 based machines to full machine definition
` [Qemu-devel] [PULL 46/49] spapr: Support ibm, dynamic-memory-v2 property
` [Qemu-devel] [PULL 47/49] target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()
` [Qemu-devel] [PULL 48/49] spapr: Set compatibility mode before the rest of spapr_cpu_reset()
` [Qemu-devel] [PULL 49/49] Clear mem_path if we fall back to anonymous RAM allocation
[Qemu-devel] [PATCH v4 0/2] Add vfio dma-buf based display reset handling
2018-04-27 9:11 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] console: introduce dpy_gfx_update_full
` [Qemu-devel] [PATCH v4 2/2] ui: introduce vfio_display_reset
[Qemu-devel] [PATCH v2 0/5] Enable postcopy RDMA live migration
2018-04-27 9:16 UTC (12+ messages)
` [Qemu-devel] [PATCH v2 3/5] migration: remove unnecessary variables len in QIOChannelRDMA
` [Qemu-devel] [PATCH v2 4/5] migration: implement bi-directional RDMA QIOChannel
` [Qemu-devel] [PATCH v2 5/5] migration: Stop rdma yielding during incoming postcopy
[Qemu-devel] [PATCH v2] vhost: add trace for IOTLB miss
2018-04-27 9:07 UTC
[Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount
2018-04-27 8:59 UTC (10+ messages)
` [Qemu-devel] [PATCH v6 1/5] qobject: ensure base is at offset 0
` [Qemu-devel] [PATCH v6 2/5] qobject: use a QObjectBase_ struct
` [Qemu-devel] [PATCH v6 3/5] qobject: replace qobject_incref/QINCREF qobject_decref/QDECREF
` [Qemu-devel] [PATCH v6 4/5] qobject: modify qobject_ref() to return obj
[Qemu-devel] [PATCH v2] ccid-card: include libcacard.h only
2018-04-27 8:58 UTC (2+ messages)
[Qemu-devel] Who is running QEMU automated tests, and when?
2018-04-27 8:57 UTC (10+ messages)
[Qemu-devel] POD document had syntax errors at /usr/bin/pod2man line 68
2018-04-27 8:47 UTC
[Qemu-devel] [PATCH] Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option
2018-04-27 8:43 UTC (2+ messages)
[Qemu-devel] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
2018-04-27 8:31 UTC (10+ messages)
[Qemu-devel] [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none"
2018-04-27 8:05 UTC (15+ messages)
` [Qemu-devel] qom-test (was: [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none")
` [Qemu-devel] qom-test
[Qemu-devel] [RESEND PULL v9 00/16] xen: xen-domid-restrict improvements
2018-04-27 7:56 UTC (2+ messages)
[Qemu-devel] [PATCH V4] migration: add capability to bypass the shared memory
2018-04-27 7:47 UTC (6+ messages)
` [Qemu-devel] [PATCH V5] "
[Qemu-devel] [PATCH] ccid: Fix dwProtocols advertisement of T=0
2018-04-27 7:46 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/4] qapi: introduce the SysEmuTarget enumeration
2018-04-27 7:29 UTC (13+ messages)
` [Qemu-devel] [PATCH v2 1/4] qapi: fill in CpuInfoFast.arch in query-cpus-fast
` [Qemu-devel] [PATCH v2 2/4] qapi: add SysEmuTarget to "common.json"
` [Qemu-devel] [PATCH v2 3/4] qapi: change the type of TargetInfo.arch from string to enum SysEmuTarget
` [Qemu-devel] [PATCH v2 4/4] qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArch
[Qemu-devel] [PATCH 0/9] target/arm: Implement v8.1-Atomics
2018-04-27 7:24 UTC (12+ messages)
` [Qemu-devel] [PATCH 1/9] tcg: Introduce helpers for integer min/max
` [Qemu-devel] [PATCH 2/9] target/arm: Use new min/max expanders
` [Qemu-devel] [PATCH 3/9] target/xtensa: "
` [Qemu-devel] [PATCH 4/9] tcg: Introduce atomic helpers for integer min/max
` [Qemu-devel] [PATCH 5/9] target/riscv: Use new atomic min/max expanders
` [Qemu-devel] [PATCH 6/9] target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
` [Qemu-devel] [PATCH 7/9] target/arm: Fill in disas_ldst_atomic
` [Qemu-devel] [PATCH 8/9] target/arm: Implement CAS and CASP
` [Qemu-devel] [PATCH 9/9] target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
[Qemu-devel] [PATCH v8 00/35] QEMU 2.13 Privileged ISA emulation updates
2018-04-27 7:18 UTC (24+ messages)
` [Qemu-devel] [PATCH v8 11/35] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v8 16/35] RISC-V: Make mtvec/stvec ignore vectored traps
` [Qemu-devel] [PATCH v8 18/35] RISC-V: Clear mtval/stval on exceptions without info
` [Qemu-devel] [PATCH v8 19/35] RISC-V: Allow S-mode mxr access when priv ISA >= v1.10
` [Qemu-devel] [PATCH v8 21/35] RISC-V: Add mcycle/minstret support for -icount auto
` [Qemu-devel] [PATCH v8 22/35] RISC-V: Use atomic_cmpxchg to update PLIC bitmaps
` [Qemu-devel] [PATCH v8 25/35] RISC-V: Move non-ops from op_helper to cpu_helper
[Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration
2018-04-27 6:53 UTC (12+ messages)
` [Qemu-devel] [PATCH 6/6] qapi: discriminate CpuInfo[Fast] on SysEmuTarget, not CpuInfoArch
[Qemu-devel] [PATCH v3 00/35] ppc: support for the XIVE interrupt controller (POWER9)
2018-04-27 6:32 UTC (17+ messages)
` [Qemu-devel] [PATCH v3 02/35] ppc/xive: add support for the LSI interrupt sources
` [Qemu-devel] [PATCH v3 03/35] ppc/xive: introduce the XiveFabric interface
[Qemu-devel] [RFC PATCH v2 0/7] qemu-img convert with copy offloading
2018-04-27 6:28 UTC (7+ messages)
` [Qemu-devel] [RFC PATCH v2 1/7] block: Introduce API for "
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [RFC PATCH v2 3/7] qcow2: Implement "
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH 0/3] block/file-posix: File locking during creation
2018-04-27 6:24 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] block/file-posix: Pass FD to locking helpers
` [Qemu-devel] [PATCH 2/3] block/file-posix: File locking during creation
` [Qemu-devel] [PATCH 3/3] iotests: Add creation test to 153
[Qemu-devel] [PATCH] allocate pci id for mdpy
2018-04-27 6:18 UTC (7+ messages)
[Qemu-devel] [RFC][BROKEN] rbd: Allow configuration of authentication scheme
2018-04-27 4:27 UTC (7+ messages)
[Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3)
2018-04-27 4:10 UTC (2+ messages)
` [Qemu-devel] [Bug 1767200] "
[Qemu-devel] Cannot launch QEMU with -accel whpx
2018-04-27 3:33 UTC (3+ messages)
[Qemu-devel] [RFC PATCH] hw/s390x: Allow to configure the consoles with the "-serial" parameter
2018-04-26 23:55 UTC (7+ messages)
[Qemu-devel] [PULL 00/19] target-arm queue
2018-04-26 22:03 UTC (3+ messages)
` [Qemu-devel] [PULL 15/19] hw/arm/highbank: don't make sysram 'nomigrate'
[Qemu-devel] [RFC PATCH] softfloat: re-factor float to float conversions
2018-04-26 21:13 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/46] fix building of tests/tcg
2018-04-26 20:51 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 43/46] tests/tcg/Makefile: update to be called from Makefile.target
[Qemu-devel] [PATCH v7 0/9] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
2018-04-26 20:49 UTC (2+ messages)
[Qemu-devel] Large patch set advice
2018-04-26 19:58 UTC (6+ messages)
[Qemu-devel] [RFC v2] qemu: Add virtio pmem device
2018-04-25 11:46 UTC (2+ messages)
[Qemu-devel] [PATCH] qobject: Use qobject_to() instead of type cast
2018-04-26 18:59 UTC (2+ messages)
[Qemu-devel] [PATCH] vhost: add trace for IOTLB miss
2018-04-26 18:57 UTC (2+ messages)
[Qemu-devel] [RFC PATCH] hw/core: expand description of null-machine
2018-04-26 18:55 UTC (8+ messages)
[Qemu-devel] [Bug 1767176] [NEW] GTK build fails with qemu 2.12.0
2018-04-26 18:22 UTC
[Qemu-devel] [PATCH 00/17] iotests: don't choke on disabled drivers
2018-04-26 18:15 UTC (4+ messages)
` [Qemu-devel] [PATCH 01/17] block: iterate_format with account of whitelisting
[Qemu-devel] [RFC PATCH 0/7] Introduce error_[v]report_errno[val]
2018-04-26 18:23 UTC (16+ messages)
` [Qemu-devel] [RFC PATCH 1/7] error reporting: Introduce errnoval parameter to vreport
` [Qemu-devel] [RFC PATCH 3/7] error reporting: Use error_report_errno in obvious places
` [Qemu-devel] [RFC PATCH 5/7] error reporting: Provide error_report_errnoval (and error_vreport_errnoval)
` [Qemu-devel] [RFC PATCH 7/7] error reporting: HACKING: Say to use error_report_errno
[Qemu-devel] [PULL v9 00/16] xen: xen-domid-restrict improvements
2018-04-26 18:13 UTC (5+ messages)
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).