qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-18 15:07:07 to 2018-04-19 13:31:43 UTC [more...]

[Qemu-devel] [PATCH v4 for-2.13 00/13] block/mirror: Add active-sync mirroring
 2018-04-19 13:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 01/13] block/mirror: Pull out mirror_perform()
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/4] ui: use qapi-based parser for most -display options
 2018-04-19 13:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] ui: add qapi parser for -display
` [Qemu-devel] [PATCH 2/4] ui: switch trivial displays to qapi parser
` [Qemu-devel] [PATCH 3/4] ui: switch gtk display "
` [Qemu-devel] [PATCH 4/4] ui: document non-qapi parser cases

[Qemu-devel] [PATCH v5 0/5] Simplify qobject refcount
 2018-04-19 13:13 UTC  (20+ messages)
` [Qemu-devel] [PATCH v5 1/5] qobject: ensure base is at offset 0
` [Qemu-devel] [PATCH v5 2/5] qobject: use a QObjectBase_ struct
` [Qemu-devel] [PATCH v5 3/5] qobject: replace qobject_incref/QINCREF qobject_decref/QDECREF
` [Qemu-devel] [PATCH v5 4/5] qobject: modify qobject_ref() to return obj
` [Qemu-devel] [PATCH v5 5/5] qobject: modify qobject_ref() to assert on NULL

[Qemu-devel] [PATCH 0/4] audio/hda: improve windows guest audio quality
 2018-04-19 13:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] audio/hda: create millisecond timers that handle IO
` [Qemu-devel] [PATCH 2/4] audio/hda: turn some dprintfs into trace points
` [Qemu-devel] [PATCH 3/4] audio/hda: tweak timer adjust logic
` [Qemu-devel] [PATCH 4/4] audio/hda: detect output buffer overruns and underruns

[Qemu-devel] [PATCH v3 0/6] Extend vhost-user to support registering external host notifiers
 2018-04-19 13:02 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 6/6] vhost-user: "
        ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller
 2018-04-19 13:01 UTC  (12+ messages)

[Qemu-devel] [PATCH for-2.13] Clear mem_path if we fall back to anonymous RAM allocation
 2018-04-19 12:58 UTC  (3+ messages)
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] linux-user: Fix getdents emulation for 64 bit guest on 32 bit host
 2018-04-19 12:57 UTC 

[Qemu-devel] [PATCH v3 00/35] ppc: support for the XIVE interrupt controller (POWER9)
 2018-04-19 12:43 UTC  (36+ messages)
` [Qemu-devel] [PATCH v3 01/35] ppc/xive: introduce a XIVE interrupt source model
` [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] [PATCH v3 04/35] spapr/xive: introduce a XIVE interrupt controller for sPAPR
` [Qemu-devel] [PATCH v3 05/35] spapr/xive: add a single source block to the sPAPR XIVE model
` [Qemu-devel] [PATCH v3 06/35] spapr/xive: introduce a XIVE interrupt presenter model
` [Qemu-devel] [PATCH v3 07/35] spapr/xive: introduce the XIVE Event Queues
` [Qemu-devel] [PATCH v3 08/35] spapr: push the XIVE EQ data in OS event queue
` [Qemu-devel] [PATCH v3 09/35] spapr: notify the CPU when the XIVE interrupt priority is more privileged
` [Qemu-devel] [PATCH v3 10/35] spapr: add support for the SET_OS_PENDING command (XIVE)
` [Qemu-devel] [PATCH v3 11/35] spapr: introduce a 'xive_exploitation' option to enable XIVE
` [Qemu-devel] [PATCH v3 12/35] spapr: add a sPAPRXive object to the machine
` [Qemu-devel] [PATCH v3 13/35] spapr: add hcalls support for the XIVE exploitation interrupt mode
` [Qemu-devel] [PATCH v3 14/35] spapr: add device tree support for the XIVE exploitation mode
` [Qemu-devel] [PATCH v3 15/35] sysbus: add a sysbus_mmio_unmap() helper
` [Qemu-devel] [PATCH v3 16/35] spapr: introduce a helper to map the XIVE memory regions
` [Qemu-devel] [PATCH v3 17/35] spapr: add XIVE support to spapr_qirq()
` [Qemu-devel] [PATCH v3 18/35] spapr: introduce a spapr_icp_create() helper
` [Qemu-devel] [PATCH v3 19/35] spapr: toggle the ICP depending on the selected interrupt mode
` [Qemu-devel] [PATCH v3 20/35] spapr: add support to dump XIVE information
` [Qemu-devel] [PATCH v3 21/35] spapr: advertise XIVE exploitation mode in CAS
` [Qemu-devel] [PATCH v3 22/35] spapr: add classes for the XIVE models
` [Qemu-devel] [PATCH v3 23/35] target/ppc/kvm: add Linux KVM definitions for XIVE
` [Qemu-devel] [PATCH v3 24/35] spapr/xive: add common realize routine for KVM
` [Qemu-devel] [PATCH v3 25/35] spapr/xive: add KVM support
` [Qemu-devel] [PATCH v3 26/35] spapr/xive: add a XIVE KVM device to the machine
` [Qemu-devel] [PATCH v3 27/35] migration: discard non-migratable RAMBlocks
` [Qemu-devel] [PATCH v3 28/35] intc: introduce a CPUIntc interface
` [Qemu-devel] [PATCH v3 29/35] spapr/xive, xics: use the CPU_INTC handlers to reset KVM
` [Qemu-devel] [PATCH v3 30/35] spapr/xive, xics: reset KVM at machine reset
` [Qemu-devel] [PATCH v3 31/35] spapr/xive: raise migration priority of the machine
` [Qemu-devel] [PATCH v3 32/35] ppc/pnv: introduce a pnv_icp_create() helper
` [Qemu-devel] [PATCH v3 33/35] ppc: externalize ppc_get_vcpu_by_pir()
` [Qemu-devel] [PATCH v3 34/35] ppc/pnv: add XIVE support
` [Qemu-devel] [PATCH v3 35/35] ppc/pnv: add a PSI bridge model for POWER9 processor

[Qemu-devel] [PATCH v1 for-2.13 0/4] pc-bios/s390-ccw: Network boot improvements
 2018-04-19 12:40 UTC  (14+ messages)
` [Qemu-devel] [PATCH v1 for-2.13 1/4] pc-bios/s390-ccw/net: Split up net_load() into init, load and uninit parts
    ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH v1 for-2.13 3/4] pc-bios/s390-ccw/net: Add support for pxelinux-style config files
` [Qemu-devel] [PATCH v1 for-2.13 4/4] pc-bios/s390-ccw/net: Add support for .INS "
  ` [Qemu-devel] [qemu-s390x] [PATCH v1 for-2.13 0/4] pc-bios/s390-ccw: Network boot improvements

[Qemu-devel] [PATCH] riscv: requires libfdt
 2018-04-19 12:11 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 0/5] s390x: vfio-ap: guest dedicated crypto adapters
 2018-04-19 12:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 4/5] s390x/vfio: ap: Introduce VFIO AP device

[Qemu-devel] getdents patch for 64-bit app on 32-bit host
 2018-04-19 11:58 UTC  (4+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH v2 0/1] migration: calculate expected_downtime with ram_bytes_remaining()
 2018-04-19 11:48 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[Qemu-devel] [PATCH v1 0/5] target-microblaze: Misc bug fixes
 2018-04-19 11:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v1 1/5] target-microblaze: Respect MSR.PVR as read-only
` [Qemu-devel] [PATCH v1 2/5] target-microblaze: Fix trap checks for FPU insns
` [Qemu-devel] [PATCH v1 3/5] target-microblaze: Don't clobber the IMM reg for ld/st reversed
` [Qemu-devel] [PATCH v1 4/5] target-microblaze: mmu: Make TLBSX write-only
` [Qemu-devel] [PATCH v1 5/5] target-microblaze: mmu: Make the TLBX MISS bit read-only

[Qemu-devel] [PATCH qemu] RFC: memory/hmp: Print owners/parents in "info mtree"
 2018-04-19 10:33 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.13] tcg: Improve TCGv_ptr support
 2018-04-19 10:30 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.13] tcg: Allow wider vectors for cmp and mul
 2018-04-19 10:17 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] checkpatch: backport UTF-8 fixes and MAINTAINERS check
 2018-04-19 10:16 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/5] checkpatch: add a --strict check for utf-8 in commit logs
` [Qemu-devel] [PATCH 2/5] checkpatch: check utf-8 content from a commit log when it's missing from charset
` [Qemu-devel] [PATCH 3/5] checkpatch: ignore email headers better
` [Qemu-devel] [PATCH 4/5] checkpatch: emit a warning on file add/move/delete
` [Qemu-devel] [PATCH 5/5] checkpatch: reduce MAINTAINERS update message frequency

[Qemu-devel] [SPDK] qemu process hung at boot-up, no explicit errors or warnings
 2018-04-19 10:13 UTC 

[Qemu-devel] [PATCH for-2.13 v2 0/5] arm: isolate and clean up dtb generation
 2018-04-19  9:47 UTC  (14+ messages)
` [Qemu-devel] [PATCH for-2.13 v2 1/5] arm: always start from first_cpu when registering loader cpu reset callback
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH for-2.13 v2 2/5] ppc: e500: switch E500 based machines to full machine definition
` [Qemu-devel] [PATCH for-2.13 v2 3/5] pc: simplify MachineClass::get_hotplug_handler handling
    ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH for-2.13 v2 4/5] platform-bus-device: use device plug callback instead of machine_done notifier
  ` [Qemu-devel] [Qemu-arm] "
  ` [Qemu-devel] [PATCH for-2.13 v3 "

[Qemu-devel] [sw-dev] The problem of write misa on QEMU and BBL
 2018-04-19  9:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] configure: require glib-2.24
 2018-04-19  9:23 UTC  (11+ messages)
            ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [RFC 0/2] block/file-posix: allow -drive cache.direct=off live migration
 2018-04-19  9:18 UTC  (6+ messages)
` [Qemu-devel] [RFC 1/2] block/file-posix: implement bdrv_co_invalidate_cache() on Linux
` [Qemu-devel] [RFC 2/2] block/file-posix: verify page cache is not used

[Qemu-devel] [qemu RFC v2] qapi: add "firmware.json"
 2018-04-19  9:12 UTC  (21+ messages)
      ` [Qemu-devel] [libvirt] "

[Qemu-devel] [RFC 0/5] arm: Exclude reserved memory regions of iommu to avoid
 2018-04-19  9:06 UTC  (4+ messages)
` [Qemu-devel] [RFC 3/5] hw/arm: add scattered RAM memory region support

[Qemu-devel] [PATCH] nbd/server: introduce NBD_CMD_CACHE
 2018-04-19  8:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] NBD export bitmaps
 2018-04-19  8:31 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/3] nbd/server: implement dirty bitmap export

[Qemu-devel] [PATCH v4 0/9] enable numa configuration before machine_init() from QMP
 2018-04-19  8:00 UTC  (7+ messages)

[Qemu-devel] [RFC PATCH v4] spapr: Support ibm, dynamic-memory-v2 property
 2018-04-19  7:34 UTC  (2+ messages)

[Qemu-devel] configure --help lacks explanation of xen-pci-passthrough
 2018-04-19  7:29 UTC 

[Qemu-devel] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
 2018-04-19  6:29 UTC  (8+ messages)
` [Qemu-devel] [RFC for-2.13 1/7] spapr: Maximum (HPT) pagesize property
` [Qemu-devel] [RFC for-2.13 2/7] spapr: Use maximum page size capability to simplify memory backend checking
` [Qemu-devel] [RFC for-2.13 3/7] target/ppc: Add ppc_hash64_filter_pagesizes()
` [Qemu-devel] [RFC for-2.13 4/7] spapr: Add cpu_apply hook to capabilities
` [Qemu-devel] [RFC for-2.13 5/7] spapr: Limit available pagesizes to provide a consistent guest environment
` [Qemu-devel] [RFC for-2.13 6/7] spapr: Don't rewrite mmu capabilities in KVM mode
` [Qemu-devel] [RFC for-2.13 7/7] spapr_pci: Remove unhelpful pagesize warning

[Qemu-devel] [PATCH v3] xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo
 2018-04-19  6:27 UTC 

[Qemu-devel] [PATCH v2 0/1] xilinx_spips dummy bytes fix
 2018-04-19  5:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/1] xilinx_spips: send dummy cycles only if cmd requires it

[Qemu-devel] [PATCH] checkpatch: warn about missing MAINTAINERS file changes
 2018-04-19  5:08 UTC  (5+ messages)

[Qemu-devel] [Bug 1708077] Re: PPC interrupt exception!
 2018-04-19  4:17 UTC 

[Qemu-devel] [PATCH] Show values and description when using "qom-list"
 2018-04-19  3:51 UTC  (2+ messages)

[Qemu-devel] Why is there no qom_get in hmp.c?
 2018-04-19  3:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] QemuMutex: support --enable-debug-mutex
 2018-04-19  3:13 UTC  (3+ messages)

[Qemu-devel] [PATCH] qemu-progress: redirct qemu progress message to another file stream
 2018-04-19  1:00 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] configure: add sanity check to catch builds from "git archive"
 2018-04-18 17:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/21] blockjobs: add explicit job management
 2018-04-18 17:42 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers
 2018-04-18 17:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] update-linux-headers.sh: drop kvm_para.h hacks

[Qemu-devel] [PATCH v2] dump: add Windows dump format to dump-guest-memory
 2018-04-18 17:39 UTC 

[Qemu-devel] [RFC][BROKEN] rbd: Allow configuration of authentication scheme
 2018-04-18 17:04 UTC  (6+ messages)

[Qemu-devel] [PATCH qemu v4 0/2] qmp: Add qom-list-properties to list QOM object properties
 2018-04-18 16:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH qemu v4 1/2] qmp: Merge ObjectPropertyInfo and DevicePropertyInfo

[Qemu-devel] qemu 2.10 100% cpu with coreduo
 2018-04-18 16:32 UTC 

[Qemu-devel] [Bug 1222034] [NEW] QEMU + SPICE + AUDIO = FAILURE
 2018-04-18 15:46 UTC  (2+ messages)
` [Qemu-devel] [Bug 1222034] "

[Qemu-devel] [Bug 1228285] [NEW] e1000 nic TCP performances
 2018-04-18 15:47 UTC  (2+ messages)
` [Qemu-devel] [Bug 1228285] "

[Qemu-devel] [Bug 1254443] [NEW] Periodic mode of LAPIC doesn't fire interrupts when using kvm
 2018-04-18 15:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1254443] "

[Qemu-devel] [Bug 1386197] [NEW] keyboard suddenly stops working in VM and problem persists until host reboot. All super-standard setup no funny stuff
 2018-04-18 15:51 UTC  (2+ messages)
` [Qemu-devel] [Bug 1386197] "

[Qemu-devel] [PATCH v2] configure: require glib-2.24 on Linux
 2018-04-18 15:42 UTC  (5+ messages)

[Qemu-devel] [RFC] Intermediate block mirroring
 2018-04-18 15:34 UTC  (5+ 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).