qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-08 09:37:21 to 2017-09-08 14:16:56 UTC [more...]

[Qemu-devel] [PATCH v6 00/18] make dirty-bitmap byte-based
 2017-09-08 14:16 UTC  (14+ messages)
` [Qemu-devel] [PATCH v6 05/18] dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes
` [Qemu-devel] [PATCH v6 10/18] dirty-bitmap: Change bdrv_get_dirty_count() "
` [Qemu-devel] [PATCH v6 14/18] qcow2: Switch qcow2_measure() to byte-based iteration
` [Qemu-devel] [PATCH v6 16/18] qcow2: Switch store_bitmap_data() "

[Qemu-devel] [PATCH v6 00/12] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2017-09-08 14:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 01/12] gitignore: Ignore vm test images
` [Qemu-devel] [PATCH v6 02/12] qemu.py: Add "wait()" method

[Qemu-devel] [PATCH 0/2] sun4u: add Sun HME (Happy Meal Ethernet) on-board NIC
 2017-09-08 13:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] net: "
` [Qemu-devel] [PATCH 2/2] sun4u: use sunhme as default "

[Qemu-devel] [PATCH v3 0/3] Improve websock response / error handling
 2017-09-08 13:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] io: send proper HTTP response for websocket errors
` [Qemu-devel] [PATCH v3 2/3] io: include full error message in websocket handshake trace
` [Qemu-devel] [PATCH v3 3/3] io: use case insensitive check for Connection & Upgrade websock headers

[Qemu-devel] [PATCH 0/8] TCG vectorization and example conversion
 2017-09-08 13:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH 8/8] tcg/i386: Add vector operations

[Qemu-devel] libvirt/QEMU/SEV interaction
 2017-09-08 13:45 UTC  (3+ messages)

[Qemu-devel] [PULL 00/38] Test and build system patches
 2017-09-08 13:44 UTC  (41+ messages)
` [Qemu-devel] [PULL 01/38] docker: ensure NOUSER for travis images
` [Qemu-devel] [PULL 02/38] docker: docker.py make --no-cache skip checksum test
` [Qemu-devel] [PULL 03/38] docker: don't install device-tree-compiler build-deps in travis.docker
` [Qemu-devel] [PULL 04/38] docker: reduce noise when building travis.docker
` [Qemu-devel] [PULL 05/38] docker: Update ubuntu image
` [Qemu-devel] [PULL 06/38] docker: Enable features explicitly in test-full
` [Qemu-devel] [PULL 07/38] tests/docker: Clean up paths
` [Qemu-devel] [PULL 08/38] gitignore: Ignore vm test images
` [Qemu-devel] [PULL 09/38] qemu.py: Add "wait()" method
` [Qemu-devel] [PULL 10/38] scripts: Add archive-source.sh
` [Qemu-devel] [PULL 11/38] tests: Add vm test lib
` [Qemu-devel] [PULL 12/38] tests: Add ubuntu.i386 image
` [Qemu-devel] [PULL 13/38] tests: Add FreeBSD image
` [Qemu-devel] [PULL 14/38] tests: Add NetBSD image
` [Qemu-devel] [PULL 15/38] tests: Add OpenBSD image
` [Qemu-devel] [PULL 16/38] Makefile: Add rules to run vm tests
` [Qemu-devel] [PULL 17/38] MAINTAINERS: Add tests/vm entry
` [Qemu-devel] [PULL 18/38] tests: Add README for vm tests
` [Qemu-devel] [PULL 19/38] docker: Use archive-source.py
` [Qemu-devel] [PULL 20/38] docker: Fix return code of build_qemu()
` [Qemu-devel] [PULL 21/38] docker: Add test_fail and prep_fail
` [Qemu-devel] [PULL 22/38] docker: Use unconfined security profile
` [Qemu-devel] [PULL 23/38] docker: Add nettle-devel to fedora image
` [Qemu-devel] [PULL 24/38] docker: Add test-block
` [Qemu-devel] [PULL 25/38] docker: Drop 'set -e' from run script
` [Qemu-devel] [PULL 26/38] vl: Don't include vde header
` [Qemu-devel] [PULL 27/38] buildsys: Move vde libs to per object
` [Qemu-devel] [PULL 28/38] buildsys: Move gtk/vte cflags/libs "
` [Qemu-devel] [PULL 29/38] buildsys: Move sdl "
` [Qemu-devel] [PULL 30/38] buildsys: Move vnc "
` [Qemu-devel] [PULL 31/38] buildsys: Move audio libs "
` [Qemu-devel] [PULL 32/38] buildsys: Move curese cflags/libs "
` [Qemu-devel] [PULL 33/38] buildsys: Move opengl cflags "
` [Qemu-devel] [PULL 34/38] buildsys: Move libcacard cflags/libs "
` [Qemu-devel] [PULL 35/38] buildsys: Move libusb "
` [Qemu-devel] [PULL 36/38] buildsys: Move usb redir "
` [Qemu-devel] [PULL 37/38] buildsys: Move brlapi libs "
` [Qemu-devel] [PULL 38/38] buildsys: Move rdma "

[Qemu-devel] [PATCH v2 0/3] Improve websock response / error handling
 2017-09-08 13:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/3] io: send proper HTTP response for websocket errors
` [Qemu-devel] [PATCH v2 2/3] io: include full error message in websocket handshake trace
` [Qemu-devel] [PATCH v2 3/3] io: use case insensitive check for Connection & Upgrade websock headers

[Qemu-devel] [RFC v2 0/8] monitor: allow per-monitor thread
 2017-09-08 13:19 UTC  (13+ messages)

[Qemu-devel] [PATCHv6 0/6] seccomp: feature refactoring
 2017-09-08 13:15 UTC  (11+ messages)
` [Qemu-devel] [PATCHv6 1/5] seccomp: changing from whitelist to blacklist
` [Qemu-devel] [PATCHv6 2/5] seccomp: add obsolete argument to command line
` [Qemu-devel] [PATCHv6 3/5] seccomp: add elevateprivileges "
` [Qemu-devel] [PATCHv6 4/5] seccomp: add spawn "
` [Qemu-devel] [PATCHv6 5/5] seccomp: add resourcecontrol "

[Qemu-devel] [PATCH v2 00/17] add missing entries in MAINTAINERS
 2017-09-08 13:04 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 06/17] MAINTAINERS: add missing Guest Agent entries
` [Qemu-devel] [PATCH v2 12/17] MAINTAINERS: add missing megasas test entry

[Qemu-devel] [PULL 00/18] Net patches
 2017-09-08 13:00 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] usb-host: cleanups
 2017-09-08 12:59 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] usb: drop HOST_USB
` [Qemu-devel] [PATCH 2/2] usb: only build usb-host with CONFIG_USB=y

[Qemu-devel] [PATCH v10 0/6] fsdev: qmp interface for io throttling
 2017-09-08 12:51 UTC  (14+ messages)
` [Qemu-devel] [PATCH v10 2/6] qmp: Create IOThrottle structure
` [Qemu-devel] [PATCH v10 3/6] throttle: move out function to reuse the code
` [Qemu-devel] [PATCH v10 4/6] hmp: create a throttle initialization function for code reusability
` [Qemu-devel] [PATCH v10 5/6] fsdev: QMP interface for throttling

[Qemu-devel] [PATCH v6 00/29] Preliminary libqtest cleanups
 2017-09-08 12:49 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 22/29] tests/boot-sector: Drop dependence on global_qtest
` [Qemu-devel] [PATCH v6 23/29] tests/acpi-utils: "
` [Qemu-devel] [PATCH v6 24/29] bios-tables-test: "

[Qemu-devel] [PATCH v5 0/8] KASLR kernel dump support
 2017-09-08 12:46 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 2/8] fw_cfg: add write callback
` [Qemu-devel] [PATCH v5 3/8] fw_cfg: add vmcoreinfo file

[Qemu-devel] [PATCH v3 00/21] s390x cleanups and CPU hotplug via device_add
 2017-09-08 12:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 08/21] s390x: move sclp_service_call() to sclp.h

[Qemu-devel] [PATCH v4] buildsys: Move crypto cflags/libs to per object variables
 2017-09-08 12:36 UTC  (8+ messages)

[Qemu-devel] [PULL 00/23] tcg constant pools and USE_DIRECT_JUMP cleanup
 2017-09-08 11:56 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] iotests: cure s390x failures by switching to ccw
 2017-09-08 11:54 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/3] iotests: use -ccw on s390x for 040, 139, and 182
` [Qemu-devel] [PATCH 2/3] iotests: use -ccw on s390x for 051
` [Qemu-devel] [PATCH 3/3] iotests: use -ccw on s390x for 067

[Qemu-devel] [PATCH 0/5] add CCW indirect data access support
 2017-09-08 11:43 UTC  (14+ messages)
` [Qemu-devel] [PATCH 5/5] s390x/ccs: add ccw-tester emulated device

[Qemu-devel] [PATCH 0/2] hw/pcie: disable IO port fwd by default for pcie-root-port
 2017-09-08 11:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] "

[Qemu-devel] [PATCHv5 0/6] seccomp: feature refactoring
 2017-09-08 11:31 UTC  (10+ messages)
` [Qemu-devel] [PATCHv5 1/5] seccomp: changing from whitelist to blacklist
` [Qemu-devel] [PATCHv5 4/5] seccomp: add spawn argument to command line

[Qemu-devel] [PATCH 1/1] AArch64: Fix single stepping of ERET instruction
 2017-09-08 11:26 UTC 

[Qemu-devel] [RFC PATCH qemu 0/4] memory: Reduce memory use
 2017-09-08 11:12 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 0/3] QEMU Backup Tool
 2017-09-08 11:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] backup: "

[Qemu-devel] [PATCH v15 0/5] Virtio-balloon Enhancement
 2017-09-08 11:09 UTC  (6+ messages)
` [Qemu-devel] [PATCH v15 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
        ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH 1/1] AArch64: Fix single stepping of ERET instruction
 2017-09-08 11:02 UTC 

[Qemu-devel] [PATCH v7 00/20] ARM SMMUv3 Emulation Support
 2017-09-08 10:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 05/20] hw/arm/smmuv3: Skeleton
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH v6] docs: add qemu-block-drivers(7) man page
 2017-09-08 10:47 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] target/hppa update
 2017-09-08 10:38 UTC  (2+ messages)

[Qemu-devel] [PULL 00/40] ppc-for-2.11 queue 20170908
 2017-09-08 10:35 UTC  (41+ messages)
` [Qemu-devel] [PULL 01/40] hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->dev
` [Qemu-devel] [PULL 02/40] hw/ppc: clear pending_events on machine reset
` [Qemu-devel] [PULL 03/40] hw/ppc: CAS reset on early device hotplug
` [Qemu-devel] [PULL 04/40] spapr_pci: use memory_region_add_subregion() with DMA windows
` [Qemu-devel] [PULL 05/40] spapr_iommu: use g_strdup_printf() instead of snprintf()
` [Qemu-devel] [PULL 06/40] spapr_drc: "
` [Qemu-devel] [PULL 07/40] spapr_iommu: convert TCE table object to realize()
` [Qemu-devel] [PULL 08/40] spapr_pci: parent the MSI memory region to the PHB
` [Qemu-devel] [PULL 09/40] spapr_drc: add unrealize method to physical DRC class
` [Qemu-devel] [PULL 10/40] spapr_drc: pass object ownership to parent/owner
` [Qemu-devel] [PULL 11/40] spapr_iommu: "
` [Qemu-devel] [PULL 12/40] spapr_iommu: unregister vmstate at unrealize time
` [Qemu-devel] [PULL 13/40] spapr: add pseries-2.11 machine type
` [Qemu-devel] [PULL 14/40] e500: Use cpu_index instead of vcpu_dt_id
` [Qemu-devel] [PULL 15/40] ppc: spapr: Rename cpu_dt_id to vcpu_id
` [Qemu-devel] [PULL 16/40] ppc: spapr: Make VCPU ID handling private to SPAPR
` [Qemu-devel] [PULL 17/40] booke206: fix booke206_tlbnps for mav 2.0
` [Qemu-devel] [PULL 18/40] booke206: fix tlbnps for fixed size TLB
` [Qemu-devel] [PULL 19/40] booke206: allow to specify an mmucfg value at the init
` [Qemu-devel] [PULL 20/40] ppc64: introduce e6500
` [Qemu-devel] [PULL 21/40] spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pci
` [Qemu-devel] [PULL 22/40] ppc4xx: Move MAL from ppc405_uc to ppc4xx_devs
` [Qemu-devel] [PULL 23/40] ppc4xx: Make MAL emulation more generic
` [Qemu-devel] [PULL 24/40] ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file
` [Qemu-devel] [PULL 25/40] ppc4xx_i2c: QOMify
` [Qemu-devel] [PULL 26/40] ppc4xx_i2c: Move to hw/i2c
` [Qemu-devel] [PULL 27/40] ppc4xx: Export ECB and PLB emulation
` [Qemu-devel] [PULL 28/40] hw/ppc/spapr_cpu_core: Add a proper check for spapr machine
` [Qemu-devel] [PULL 29/40] hw/nvram/spapr_nvram: Device can not be created by the users
` [Qemu-devel] [PULL 30/40] spapr: fallback to raw mode if best compat mode cannot be set during CAS
` [Qemu-devel] [PULL 31/40] PPC: KVM: Support machine option to set VSMT mode
` [Qemu-devel] [PULL 32/40] target/ppc: Remove old STATUS file
` [Qemu-devel] [PULL 33/40] ppc: use macros to make cpu type name from string literal
` [Qemu-devel] [PULL 34/40] ppc: make cpu_model translation to type consistent
` [Qemu-devel] [PULL 35/40] ppc: make cpu alias point only to real cpu models
` [Qemu-devel] [PULL 36/40] ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookups
` [Qemu-devel] [PULL 37/40] ppc: simplify cpu model lookup by PVR
` [Qemu-devel] [PULL 38/40] ppc: drop caching ObjectClass from PowerPCCPUAlias
` [Qemu-devel] [PULL 39/40] ppc: remove non implemented cpu models
` [Qemu-devel] [PULL 40/40] ppc: spapr: Move VCPU ID calculation into sPAPR

[Qemu-devel] [PATCH v3] file-posix: Clear out first sector in hdev_create
 2017-09-08 10:30 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-iotests: Make test 192 use QMP; convert it to Python
 2017-09-08 10:06 UTC  (5+ messages)

[Qemu-devel] [PATCH 4/9] s390x: refactor error handling for SSCH and RSCH
 2017-09-08 10:02 UTC  (14+ messages)

[Qemu-devel] [PULL 0/4] target/alpha queued patches
 2017-09-08 10:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] docker: Update ubuntu and test-full for more coverage
 2017-09-08  9:47 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.11 v2] file-posix: Clear out first sector in hdev_create
 2017-09-08  9:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/5] qapi: support py2 & py3 in parallel
 2017-09-08  9:40 UTC  (3+ 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).