qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-15 01:41:38 to 2019-01-15 15:03:43 UTC [more...]

[Qemu-devel] [PATCH v4] log: Make glib logging go through QEMU
 2019-01-15 15:03 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/12] chardev: refactoring & many bugfixes related tcp_chr_wait_connected
 2019-01-15 14:52 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/12] chardev: fix validation of options for QMP created chardevs
` [Qemu-devel] [PATCH 02/12] chardev: forbid 'reconnect' option with server sockets
` [Qemu-devel] [PATCH 03/12] chardev: forbid 'wait' option with client sockets
` [Qemu-devel] [PATCH 04/12] chardev: remove many local variables in qemu_chr_parse_socket
` [Qemu-devel] [PATCH 05/12] chardev: ensure qemu_chr_parse_compat reports missing driver error
` [Qemu-devel] [PATCH 06/12] chardev: remove unused 'sioc' variable & cleanup paths
` [Qemu-devel] [PATCH 07/12] chardev: split tcp_chr_wait_connected into two methods
` [Qemu-devel] [PATCH 08/12] chardev: split up qmp_chardev_open_socket connection code
` [Qemu-devel] [PATCH 09/12] chardev: use a state machine for socket connection state
` [Qemu-devel] [PATCH 10/12] chardev: honour the reconnect setting in tcp_chr_wait_connected
` [Qemu-devel] [PATCH 11/12] chardev: disallow TLS/telnet/websocket with tcp_chr_wait_connected
` [Qemu-devel] [PATCH 12/12] chardev: fix race with client connections in tcp_chr_wait_connected

[Qemu-devel] [PULL v2 00/27] ivshmem deprecation, qtests, typedefs and gnu99
 2019-01-15 14:58 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 for-4.0 0/7] vhost-user-blk: Add support for backend reconnecting
 2019-01-15 14:51 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 for-4.0 2/7] vhost-user: Support transferring inflight buffer between qemu and backend
` [Qemu-devel] [PATCH v4 for-4.0 4/7] libvhost-user: Support tracking inflight I/O in shared memory

[Qemu-devel] MTTCG qemu-softmmu aborted on watchpoint hit by atomic instruction
 2019-01-15 14:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] throttle-groups: fix restart coroutine iothread race
 2019-01-15 14:49 UTC  (12+ messages)
                  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] include/fpu/softfloat: Fix compilation with Clang on s390x
 2019-01-15 14:46 UTC  (9+ messages)

[Qemu-devel] [PATCH] hw/core/generic-loader: Fix PC overwriting
 2019-01-15 14:36 UTC 

[Qemu-devel] [PATCH v1] virtio: add checks for the size of the indirect table
 2019-01-15 14:27 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/4] pvh: add new PVH option rom
 2019-01-15 14:24 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/4] linuxboot_dma: remove duplicate definitions of FW_CFG
` [Qemu-devel] [PATCH v2 2/4] linuxboot_dma: move common functions in a new header
` [Qemu-devel] [PATCH v2 3/4] optionrom: add new PVH option rom
` [Qemu-devel] [PATCH v2 4/4] hw/i386/pc: use "

[Qemu-devel] [RFC PATCH v2 00/37] Support Kconfig in QEMU
 2019-01-15 14:11 UTC  (38+ messages)
` [Qemu-devel] [RFC PATCH v2 01/37] build: actually use CONFIG_PAM
` [Qemu-devel] [RFC PATCH v2 02/37] hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boards
` [Qemu-devel] [RFC PATCH v2 03/37] hw/arm/Makefile.objs: CONFIG_VIRT created for virt board
` [Qemu-devel] [RFC PATCH v2 04/37] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [RFC PATCH v2 05/37] hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards
` [Qemu-devel] [RFC PATCH v2 06/37] hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards
` [Qemu-devel] [RFC PATCH v2 07/37] hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*
` [Qemu-devel] [RFC PATCH v2 08/37] hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and device
` [Qemu-devel] [RFC PATCH v2 09/37] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [Qemu-devel] [RFC PATCH v2 10/37] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [RFC PATCH v2 11/37] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally
` [Qemu-devel] [RFC PATCH v2 12/37] hw/nios2/Makefile.objs: Conditionally build nios2
` [Qemu-devel] [RFC PATCH v2 13/37] hw/riscv/Makefile.objs: Create CONFIG_* for riscv boards
` [Qemu-devel] [RFC PATCH v2 14/37] hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64
` [Qemu-devel] [RFC PATCH v2 15/37] minikconfig: add parser skeleton
` [Qemu-devel] [RFC PATCH v2 16/37] minikconfig: add AST
` [Qemu-devel] [RFC PATCH v2 17/37] minikconfig: add semantic analysis
` [Qemu-devel] [RFC PATCH v2 18/37] hw/display: make edid configurable
` [Qemu-devel] [RFC PATCH v2 19/37] kconfig: introduce kconfig files
` [Qemu-devel] [RFC PATCH v2 20/37] build: switch to Kconfig
` [Qemu-devel] [RFC PATCH v2 21/37] ide: express dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v2 22/37] hw/pci/Makefile.objs: make pcie configurable
` [Qemu-devel] [RFC PATCH v2 23/37] build: convert pci.mak to Kconfig
` [Qemu-devel] [RFC PATCH v2 24/37] build: convert sound.mak "
` [Qemu-devel] [RFC PATCH v2 25/37] build: convert usb.mak "
` [Qemu-devel] [RFC PATCH v2 26/37] scsi: express dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v2 27/37] bluetooth: "
` [Qemu-devel] [RFC PATCH v2 28/37] isa: express dependencies with kconfig
` [Qemu-devel] [RFC PATCH v2 29/37] i386: express dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v2 30/37] i2c: "
` [Qemu-devel] [RFC PATCH v2 31/37] ptimer: "
` [Qemu-devel] [RFC PATCH v2 32/37] edid: express dependencies with kconfig
` [Qemu-devel] [RFC PATCH v2 33/37] hyperv: "
` [Qemu-devel] [RFC PATCH v2 34/37] virtio: make virtio dependencies with Kconfig
` [Qemu-devel] [RFC PATCH v2 35/37] i386-softmmu.mak: remove all CONFIG_* except boards definitions
` [Qemu-devel] [RFC PATCH v2 36/37] minikconf: implement allyesconfig, allnoconfig, randconfig, defconfig
` [Qemu-devel] [RFC PATCH v2 37/37] Makefile: only support defconfig

[Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats
 2019-01-15 14:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] s390x/pci: Set the iommu region size as guest wants
 2019-01-15 13:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] s390x/pci: Set the iommu region size mpcifc request

[Qemu-devel] Crash when deleting an iothread that is being used
 2019-01-15 13:29 UTC 

[Qemu-devel] [PATCH v3 00/19] nbd: add qemu-nbd --list
 2019-01-15 13:18 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 04/19] nbd/server: Hoist length check to qemp_nbd_server_add
` [Qemu-devel] [PATCH v3 05/19] nbd/server: Favor [u]int64_t over off_t
` [Qemu-devel] [PATCH v3 06/19] qemu-nbd: Avoid strtol open-coding
` [Qemu-devel] [PATCH v3 10/19] nbd/client: Split out nbd_send_one_meta_context()

[Qemu-devel] [PATCH 0/2] vfio-pci: Introduce vfio_register_event_notifier()
 2019-01-15 13:00 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] vfio-pci: Introduce vfio_register_event_notifier helper
` [Qemu-devel] [PATCH 2/2] vfio-pci: Use vfio_register_event_notifier in vfio_intx_enable_kvm

[Qemu-devel] [PATCH RESEND 00/15] typedefs: Remove scarcely used declarations
 2019-01-15 12:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH 03/15] hw/ssi: Remove SSIBus from "qemu/typedefs.h"

[Qemu-devel] [PATCH for-4.0 v9 00/16] qemu_thread_create: propagate the error to callers to handle
 2019-01-15 12:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH for-4.0 v9 09/16] qemu_thread: supplement error handling for pci_edu_realize

[Qemu-devel] [PULL 00/44] pci, pc, virtio: fixes, features
 2019-01-15 12:49 UTC  (43+ messages)
` [Qemu-devel] [PULL 01/44] pci/pcie: stop plug/unplug if the slot is locked
` [Qemu-devel] [PULL 02/44] msix: make pba size math more uniform
` [Qemu-devel] [PULL 03/44] hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
` [Qemu-devel] [PULL 04/44] qemu: avoid memory leak while remove disk
` [Qemu-devel] [PULL 05/44] tests: vhost-user-test: initialize 'fd' in chr_read
` [Qemu-devel] [PULL 06/44] vhost-user: fix ioeventfd_enabled
` [Qemu-devel] [PULL 07/44] util: check the return value of fcntl in qemu_set_{block, nonblock}
` [Qemu-devel] [PULL 08/44] tests: acpi: use AcpiSdtTable::aml in consistent way
` [Qemu-devel] [PULL 09/44] tests: acpi: make sure FADT is fetched only once
` [Qemu-devel] [PULL 10/44] tests: acpi: simplify rsdt handling
` [Qemu-devel] [PULL 11/44] tests: acpi: reuse fetch_table() for fetching FACS and DSDT
` [Qemu-devel] [PULL 12/44] tests: acpi: reuse fetch_table() in vmgenid-test
` [Qemu-devel] [PULL 13/44] tests: smbios: fetch whole table in one step instead of reading it step by step
` [Qemu-devel] [PULL 14/44] tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()
` [Qemu-devel] [PULL 15/44] tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signature
` [Qemu-devel] [PULL 16/44] virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
` [Qemu-devel] [PULL 17/44] virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61
` [Qemu-devel] [PULL 18/44] virtio: split vhost vsock bits from virtio-pci
` [Qemu-devel] [PULL 19/44] virtio: split virtio input host "
` [Qemu-devel] [PULL 20/44] virtio: split virtio input "
` [Qemu-devel] [PULL 21/44] virtio: split virtio rng "
` [Qemu-devel] [PULL 22/44] virtio: split virtio balloon "
` [Qemu-devel] [PULL 23/44] virtio: split virtio 9p "
` [Qemu-devel] [PULL 24/44] virtio: split vhost user blk "
` [Qemu-devel] [PULL 25/44] virtio: split vhost user scsi "
` [Qemu-devel] [PULL 26/44] virtio: split vhost "
` [Qemu-devel] [PULL 27/44] virtio: split virtio "
` [Qemu-devel] [PULL 28/44] virtio: split virtio blk "
` [Qemu-devel] [PULL 29/44] virtio: split virtio net "
` [Qemu-devel] [PULL 30/44] virtio: split virtio serial "
` [Qemu-devel] [PULL 31/44] virtio: split virtio gpu bits from virtio-pci.h
` [Qemu-devel] [PULL 32/44] virtio: split virtio crypto "
` [Qemu-devel] [PULL 33/44] virtio: virtio 9p really requires CONFIG_VIRTFS to work
` [Qemu-devel] [PULL 34/44] globals: Allow global properties to be optional
` [Qemu-devel] [PULL 35/44] virtio: Make disable-legacy/disable-modern compat properties optional
` [Qemu-devel] [PULL 36/44] hw/misc/edu: add msi_uninit() for pci_edu_uninit()
` [Qemu-devel] [PULL 37/44] tpm: add a "ppi" boolean property
` [Qemu-devel] [PULL 38/44] tpm: allocate/map buffer for TPM Physical Presence interface
` [Qemu-devel] [PULL 39/44] acpi: expose TPM/PPI configuration parameters to firmware via fw_cfg
` [Qemu-devel] [PULL 40/44] acpi: build TPM Physical Presence interface

[Qemu-devel] [PATCH v3 0/4] QEMU changes to do PVH boot
 2019-01-15 12:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] elf: Add optional function ptr to load_elf() to parse ELF notes
` [Qemu-devel] [PATCH v3 2/5] elf-ops.h: Add get_elf_note_type()
` [Qemu-devel] [PATCH v3 3/5] pvh: Add x86/HVM direct boot ABI header file
` [Qemu-devel] [PATCH v3 4/5] pvh: Boot uncompressed kernel using direct boot ABI
` [Qemu-devel] [PATCH v3 5/5] pvh: load initrd and expose it through fw_cfg

[Qemu-devel] Profesjonalne Strony i Sklepy internetowe
 2019-01-15 12:13 UTC 

[Qemu-devel] [PATCH v2] configure: Only build the s390-ccw bios if the compiler supports -march=z900
 2019-01-15 11:54 UTC  (2+ messages)
` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include
 2019-01-15 11:50 UTC 

[Qemu-devel] [PATCH 0/2] qcow2: include LUKS payload overhead in qemu-img measure
 2019-01-15 11:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] iotests: add LUKS payload overhead to 178 qemu-img measure test

[Qemu-devel] [PULL 00/21] misc testing fixes for Travis and docker
 2019-01-15 11:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/8] Upstream RISC-V fork patches, part 3
 2019-01-15 10:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 4/8] RISC-V: Use riscv prefix consistently on cpu helpers

[Qemu-devel] test-filter-mirror hangs
 2019-01-15 10:28 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] optimize waiting for free thread to do compression
 2019-01-15 10:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/3] migration: fix memory leak when updating tls-creds and tls-hostname

[Qemu-devel] [Bug 1811720] [NEW] storage physical_block_size is restricted to uint16_t
 2019-01-15 10:07 UTC  (2+ messages)
` [Qemu-devel] [Bug 1811720] "

[Qemu-devel] [RFC v2 0/4] QEMU changes to do PVH boot
 2019-01-15  9:51 UTC  (8+ messages)

[Qemu-devel] [Bug 1811782] [NEW] QEMU Windows fails to mount rootfs on an ISO where QEMU Linux works normally
 2019-01-15  9:37 UTC  (2+ messages)
` [Qemu-devel] [Bug 1811782] "

[Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug
 2019-01-15  9:27 UTC  (9+ messages)
        ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [Bug 1777252] [NEW] tests/Makefile.include trying to add linking library '-lutil' that break the build on Solaris
 2019-01-15  8:56 UTC  (2+ messages)
` [Qemu-devel] [Bug 1777252] "

[Qemu-devel] [PATCH 00/15] s390: vfio-ccw dasd ipl support
 2019-01-15  8:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH 10/15] s390-bios: Support for running format-0/1 channel programs
      ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [Bug 1785698] [NEW] Solaris build error: unknown type name ‘gcry_error_t’
 2019-01-15  8:28 UTC  (3+ messages)
` [Qemu-devel] [Bug 1785698] "

[Qemu-devel] [PATCH] vhost-user: fix qemu crash caused by failed backend
 2019-01-15  8:16 UTC  (3+ messages)

[Qemu-devel] [PATCH] net/colo-compare.c: Remove duplicated code
 2019-01-15  8:06 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 0/2] intel-iommu: add support for 5-level virtual IOMMU
 2019-01-15  7:27 UTC  (3+ messages)

[Qemu-devel] -device foo, help shouldn't be allowed for devices where -device foo is forbidden
 2019-01-15  7:23 UTC  (4+ messages)

[Qemu-devel] [PATCH] blk: postpone request execution on a context protected with "drained section"
 2019-01-15  7:22 UTC  (10+ messages)

[Qemu-devel] [PATCH for-3.2 00/10] vhost: preparation for qgraph conversion of vhost-user-test
 2019-01-15  7:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH 03/10] vhost-net: compile it for all targets

[Qemu-devel] [PATCH v3 1/2] intel-iommu: differentiate host address width from IOVA address width
 2019-01-15  7:13 UTC  (11+ messages)

[Qemu-devel] [PATCH v2] hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
 2019-01-15  7:11 UTC  (5+ messages)

[Qemu-devel] [Bug 1811758] [NEW] virtio-rng backend should use getentropy() syscall when available
 2019-01-15  6:49 UTC  (2+ messages)
` [Qemu-devel] [Bug 1811758] "

[Qemu-devel] [PATCH V8 0/5] support MAP_SYNC for memory-backend-file
 2019-01-15  6:55 UTC  (16+ messages)
` [Qemu-devel] [PATCH V8 2/5] util/mmap-alloc: switch qemu_ram_mmap() to 'flags' parameter
` [Qemu-devel] [PATCH V8 3/5] util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()
` [Qemu-devel] [PATCH V8 5/5] hostmem-file: add 'sync' option

[Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-15  6:33 UTC  (15+ messages)
` [Qemu-devel] [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver

[Qemu-devel] [PULLv3 00/65] slirp updates
 2019-01-15  5:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/5] Introduce cpu die topology and enable CPUID.1F for i386
 2019-01-15  3:58 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 1/5] cpu: introduce die, the new cpu toppolgy emulation level
` [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

[Qemu-devel] Questions about VFIO enabling MSIX vector
 2019-01-15  3:21 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/12] target/mips: Amend R5900 support
 2019-01-15  2:58 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 09/12] tests/tcg/mips: Test R5900 three-operand MADDU1

[Qemu-devel] [PATCH] vhost-user-blk: enable discard/write zeroes features
 2019-01-15  2:32 UTC  (3+ messages)

[Qemu-devel] Meaning of "-smp threads" on mips_malta
 2019-01-15  2:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/4] allow to load initrd below 4G for recent kernel
 2019-01-15  1:46 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 4/4] i386: allow to load initrd below 4G for recent linux

[Qemu-devel] [Bug 1811653] [NEW] usbredir slow when multi bulk packet per second
 2019-01-15  1:27 UTC  (2+ messages)
` [Qemu-devel] [Bug 1811653] "


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