qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 12:46:36 to 2018-04-19 20:50:04 UTC [more...]

[Qemu-devel] [PATCH v2 00/43] fix building of tests/tcg
 2018-04-19 20:49 UTC  (52+ 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] [PATCH v1 0/5] target-microblaze: Misc bug fixes
 2018-04-19 20:33 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 v7 00/16] xen: xen-domid-restrict improvements
 2018-04-19 20:31 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/16] checkpatch: Add xendevicemodel_handle to the list of types
` [Qemu-devel] [PATCH 02/16] AccelClass: Introduce accel_setup_post
` [Qemu-devel] [PATCH 03/16] xen: link against xentoolcore
` [Qemu-devel] [PATCH 04/16] xen: restrict: use xentoolcore_restrict_all
` [Qemu-devel] [PATCH 05/16] xen: defer call to xen_restrict until just before os_setup_post
` [Qemu-devel] [PATCH 06/16] xen: destroy_hvm_domain: Move reason into a variable
` [Qemu-devel] [PATCH 07/16] xen: move xc_interface compatibility fallback further up the file
` [Qemu-devel] [PATCH 08/16] xen: destroy_hvm_domain: Try xendevicemodel_shutdown
` [Qemu-devel] [PATCH 09/16] os-posix: cleanup: Replace fprintfs with error_report in change_process_uid
` [Qemu-devel] [PATCH 10/16] os-posix: Provide new -runas <uid>:<gid> facility
` [Qemu-devel] [PATCH 11/16] xen: Use newly added dmops for mapping VGA memory
` [Qemu-devel] [PATCH 12/16] xen: Remove now-obsolete xen_xc_domain_add_to_physmap
` [Qemu-devel] [PATCH 13/16] xen: Expect xenstore write to fail when restricted
` [Qemu-devel] [PATCH 14/16] os-posix: cleanup: Replace fprintf with error_report in remaining call sites
` [Qemu-devel] [PATCH 15/16] os-posix: cleanup: Replace perror with error_report
` [Qemu-devel] [PATCH 16/16] configure: do_compiler: Dump some extra info under bash

[Qemu-devel] [PATCH] block: remove bdrv_dirty_bitmap_make_anon
 2018-04-19 20:18 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/4] ui: use qapi-based parser for most -display options
 2018-04-19 19:57 UTC  (7+ 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 RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-19 19:56 UTC  (4+ messages)

[Qemu-devel] [PATCH] scripts/dump-qcow2.pl: Script to dump qcow2 metadata
 2018-04-19 19:55 UTC  (3+ messages)

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

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

[Qemu-devel] [RFC PATCH 0/7] avocado: Add acceptance tests parsing the Linux boot console
 2018-04-19 19:38 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH 1/7] AVOCADO_QEMU: Snapshot commit
` [Qemu-devel] [RFC PATCH 2/7] avocado: Update python scripts to upstream codebase
` [Qemu-devel] [RFC PATCH 3/7] qemu.py: Check console arch is supported before calling mktemp()
` [Qemu-devel] [RFC PATCH 4/7] qemu.py: Avoid deprecated tempfile.mktemp()
` [Qemu-devel] [RFC PATCH 5/7] avocado: Add an optional flag 'login' to get_console()
` [Qemu-devel] [RFC PATCH 6/7] avocado: Add a test parsing Linux kernel booting console
` [Qemu-devel] [RFC PATCH 7/7] avocado: Add tests booting the Malta machine

[Qemu-devel] [PATCH] target/arm: Use v7m_stack_read() for reading the frame signature
 2018-04-19 19:29 UTC  (3+ messages)

[Qemu-devel] [PATCH] fpu/softfloat: check for Inf / x or 0 / x before /0
 2018-04-19 19:23 UTC  (12+ messages)

[Qemu-devel] [PATCH v2] migration: discard non-migratable RAMBlocks
 2018-04-19 17:45 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.13] tcg: Improve TCGv_ptr support
 2018-04-19 17:41 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/19] spapr: Guest exploitation of the XIVE interrupt controller (POWER9)
 2018-04-19 17:40 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller

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

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

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

[Qemu-devel] [PATCH for-2.13 00/10] spapr: Cleanups to PAPR mode setup
 2018-04-19 17:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.13 01/10] spapr: Avoid redundant calls to spapr_cpu_reset()
` [Qemu-devel] [PATCH for-2.13 02/10] spapr: Remove support for PowerPC 970 with pseries machine type

[Qemu-devel] [SPDK] qemu process hung at boot-up, no explicit errors or warnings
 2018-04-19 17:17 UTC  (2+ messages)

[Qemu-devel] qemu 2.10 100% cpu with coreduo
 2018-04-19 17:15 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] audio/hda: improve windows guest audio quality
 2018-04-19 17:00 UTC  (6+ 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] riscv: requires libfdt
 2018-04-19 16:56 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 for-2.13 0/4] pc-bios/s390-ccw: Network boot improvements
 2018-04-19 16:55 UTC  (8+ 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] "

[Qemu-devel] [PATCH] target/arm: Remove stale TODO comment
 2018-04-19 16:53 UTC  (2+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH] test: Add test cases that use the external swtpm with CRB interface
 2018-04-19 16:43 UTC  (2+ messages)

[Qemu-devel] vnc: heap-use-after-free in vnc_client_io() after vnc_disconnect_finish()
 2018-04-19 16:40 UTC  (3+ messages)

[Qemu-devel] [PATCH V4] migration: add capability to bypass the shared memory
 2018-04-19 16:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH V5] "

[Qemu-devel] [PATCH v6.1 00/11] xen: xen-domid-restrict improvements
 2018-04-19 16:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/12] checkpatch: Add xendevicemodel_handle to the list of types

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

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

[Qemu-devel] [RFC 0/2] block/file-posix: allow -drive cache.direct=off live migration
 2018-04-19 16:09 UTC  (2+ messages)

[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 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] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
 2018-04-19 15:30 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 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 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  (9+ messages)
` [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


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