qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 08:30:48 to 2018-04-19 16:10:10 UTC [more...]

[Qemu-devel] [RFC 0/2] block/file-posix: allow -drive cache.direct=off live migration
 2018-04-19 16:09 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] [PATCH for-2.13] Clear mem_path if we fall back to anonymous RAM allocation
 2018-04-19 16:08 UTC  (6+ messages)
  ` [Qemu-devel] [qemu-s390x] "

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

[Qemu-devel] [PATCH v3 00/38] RFC: monitor: add asynchronous command type
 2018-04-19 16:05 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 35/38] console: make screendump asynchronous

[Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount
 2018-04-19 16:04 UTC  (14+ 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 v6 5/5] qobject: modify qobject_ref() to assert on NULL

[Qemu-devel] [PATCH] nbd/server: introduce NBD_CMD_CACHE
 2018-04-19 15:59 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4] ui: use qapi-based parser for most -display options
 2018-04-19 15:57 UTC  (6+ 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 v6 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB
 2018-04-19 15:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 1/3] target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
` [Qemu-devel] [PATCH v6 2/3] target/arm: Add "_S" suffix to the secure version of a sysreg
` [Qemu-devel] [PATCH v6 3/3] target/arm: Add the XML dynamic generation

[Qemu-devel] [PATCH V3] migration: add capability to bypass the shared memory
 2018-04-19 15:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH V4] "

[Qemu-devel] [PATCH v1 for-2.13 0/4] pc-bios/s390-ccw: Network boot improvements
 2018-04-19 15:49 UTC  (10+ messages)
` [Qemu-devel] [PATCH v1 for-2.13 2/4] pc-bios/s390-ccw/net: Stop virtio-net device before jumping into the OS
` [Qemu-devel] [PATCH v1 for-2.13 3/4] pc-bios/s390-ccw/net: Add support for pxelinux-style config files
  ` [Qemu-devel] [qemu-s390x] [PATCH v1 for-2.13 0/4] pc-bios/s390-ccw: Network boot improvements

[Qemu-devel] [PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-19 15:48 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg
 2018-04-19 15:02 UTC  (45+ messages)
` [Qemu-devel] [PATCH v2 01/43] docker: add "probe" command for configure
` [Qemu-devel] [PATCH v2 02/43] configure: add test for docker availability
` [Qemu-devel] [PATCH v2 03/43] configure: add support for --cross-cc-FOO
` [Qemu-devel] [PATCH v2 04/43] configure: move i386_cc to cross_cc_i386
` [Qemu-devel] [PATCH v2 05/43] configure: allow user to specify --cross-cc-cflags-foo=
` [Qemu-devel] [PATCH v2 06/43] configure: set cross_cc_FOO for host compiler
` [Qemu-devel] [PATCH v2 07/43] Makefile: Rename TARGET_DIRS to TARGET_LIST
` [Qemu-devel] [PATCH v2 08/43] docker: Add "cc" subcommand
` [Qemu-devel] [PATCH v2 09/43] docker: extend "cc" command to accept compiler
` [Qemu-devel] [PATCH v2 10/43] docker: allow "cc" command to run in user context
` [Qemu-devel] [PATCH v2 11/43] docker: Makefile.include introduce DOCKER_SCRIPT
` [Qemu-devel] [PATCH v2 12/43] tests/tcg: move architecture independent tests into subdir
` [Qemu-devel] [PATCH v2 13/43] tests/tcg/multiarch: Build fix for linux-test
` [Qemu-devel] [PATCH v2 14/43] tests/tcg/multiarch: enable additional linux-test tests
` [Qemu-devel] [PATCH v2 15/43] tests/tcg: move i386 specific tests into subdir
` [Qemu-devel] [PATCH v2 16/43] docker: Add fedora-i386-cross image
` [Qemu-devel] [PATCH v2 17/43] tests/tcg: enable building for i386
` [Qemu-devel] [PATCH v2 18/43] tests/tcg/i386: Build fix for hello-i386
` [Qemu-devel] [PATCH v2 19/43] tests/tcg/i386: fix test-i386
` [Qemu-devel] [PATCH v2 20/43] tests/tcg/i386: fix test-i386-fprem
` [Qemu-devel] [PATCH v2 21/43] tests/tcg/i386: disable i386 version of test-i386-ssse
` [Qemu-devel] [PATCH v2 22/43] tests/tcg/x86_64: add Makefile.target
` [Qemu-devel] [PATCH v2 23/43] tests/tcg/i386/test-i386: use modern vector_size attributes
` [Qemu-devel] [PATCH v2 24/43] tests/tcg/i386/test-i386: fix printf format
` [Qemu-devel] [PATCH v2 25/43] tests/tcg: move ARM specific tests into subdir
` [Qemu-devel] [PATCH v2 26/43] tests/tcg/arm: fix up test-arm-iwmmxt test
` [Qemu-devel] [PATCH v2 27/43] tests/tcg/aarch64: add Makefile.target
` [Qemu-devel] [PATCH v2 28/43] tests/tcg/aarch64: add fcvt test cases for AArch64
` [Qemu-devel] [PATCH v2 29/43] tests/tcg/aarch64: userspace system register test
` [Qemu-devel] [PATCH v2 30/43] tests/tcg: move MIPS specific tests into subdir
` [Qemu-devel] [PATCH v2 31/43] tests/tcg: enable building for MIPS
` [Qemu-devel] [PATCH v2 32/43] tests/tcg/mips: include common mips hello-mips
` [Qemu-devel] [PATCH v2 33/43] tests/tcg: enable building for s390x
` [Qemu-devel] [PATCH v2 34/43] tests/tcg: enable building for ppc64
` [Qemu-devel] [PATCH v2 35/43] tests/tcg/Makefile: update to be called from Makefile.target
` [Qemu-devel] [PATCH v2 36/43] Makefile.target: add (clean-)guest-tests targets
` [Qemu-devel] [PATCH v2 37/43] tests/Makefile.include: add (clean-)check-tcg targets
` [Qemu-devel] [PATCH v2 38/43] osdep: disable glib-compat.h include with QEMU_NO_GLIB
` [Qemu-devel] [PATCH v2 39/43] softfloat: do not include glib headers
` [Qemu-devel] [PATCH v2 40/43] tests: add fp-test, a floating point test suite
` [Qemu-devel] [PATCH v2 41/43] tests/tcg/multiarch: add fp-test into multiarch set
` [Qemu-devel] [PATCH v2 42/43] tests/tcg: disable fp-test for 32 bit (HACK!)
` [Qemu-devel] [PATCH v2 43/43] tests: fp-test add fcvt support (!INCOMPLETE WIP)

[Qemu-devel] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
 2018-04-19 15:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] dump: add Windows dump format to dump-guest-memory
 2018-04-19 15:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 for-2.13 00/13] block/mirror: Add active-sync mirroring
 2018-04-19 15:19 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 01/13] block/mirror: Pull out mirror_perform()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 05/13] block/mirror: Use source as a BdrvChild
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 06/13] block: Generalize should_update_child() rule
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 12/13] block/mirror: Add copy mode QAPI interface
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v4 13/13] iotests: Add test for active mirroring
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] riscv: requires libfdt
 2018-04-19 14:29 UTC  (6+ messages)

[Qemu-devel] [PATCH v5 0/5] Simplify qobject refcount
 2018-04-19 14:27 UTC  (11+ messages)
` [Qemu-devel] [PATCH v5 3/5] qobject: replace qobject_incref/QINCREF qobject_decref/QDECREF
` [Qemu-devel] [PATCH v5 5/5] qobject: modify qobject_ref() to assert on NULL

[Qemu-devel] [PATCH] target/arm: Remove stale TODO comment
 2018-04-19 14:21 UTC 

[Qemu-devel] [PATCH] target/arm: Use v7m_stack_read() for reading the frame signature
 2018-04-19 14:21 UTC 

[Qemu-devel] [PATCH for-2.13 00/10] spapr: Cleanups to PAPR mode setup
 2018-04-19 13:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.13 01/10] spapr: Avoid redundant calls to spapr_cpu_reset()

[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 v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller
 2018-04-19 13:01 UTC  (12+ messages)

[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 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  (5+ messages)
` [Qemu-devel] [PATCH for-2.13 v2 2/5] ppc: e500: switch E500 based machines to full machine definition

[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  (10+ messages)
            ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [qemu RFC v2] qapi: add "firmware.json"
 2018-04-19  9:12 UTC  (10+ 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 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


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