messages from 2018-04-26 10:42:06 to 2018-04-26 17:36:53 UTC [more...]
[Qemu-devel] [PATCH v2 0/5] Enable postcopy RDMA live migration
2018-04-26 17:36 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 1/5] migration: disable RDMA WRITE after postcopy started
` [Qemu-devel] [PATCH v2 2/5] migration: create a dedicated connection for rdma return path
` [Qemu-devel] [PATCH v2 3/5] migration: remove unnecessary variables len in QIOChannelRDMA
` [Qemu-devel] [PATCH v2 4/5] migration: implement bi-directional RDMA QIOChannel
[Qemu-devel] [PATCH v8 00/35] QEMU 2.13 Privileged ISA emulation updates
2018-04-26 17:36 UTC (23+ messages)
` [Qemu-devel] [PATCH v8 01/35] RISC-V: Replace hardcoded constants with enum values
` [Qemu-devel] [PATCH v8 06/35] RISC-V: Include instruction hex in disassembly
` [Qemu-devel] [PATCH v8 07/35] RISC-V: Make some header guards more specific
` [Qemu-devel] [PATCH v8 08/35] RISC-V: Make virt header comment title consistent
` [Qemu-devel] [PATCH v8 09/35] RISC-V: Remove EM_RISCV ELF_MACHINE indirection
` [Qemu-devel] [PATCH v8 10/35] RISC-V: Remove erroneous comment from translate.c
` [Qemu-devel] [PATCH v8 11/35] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v8 14/35] RISC-V: Update E order and I extension order
` [Qemu-devel] [PATCH v8 15/35] RISC-V: Hardwire satp to 0 for no-mmu case
` [Qemu-devel] [PATCH v8 16/35] RISC-V: Make mtvec/stvec ignore vectored traps
` [Qemu-devel] [PATCH v8 18/35] RISC-V: Clear mtval/stval on exceptions without info
[Qemu-devel] [RFC PATCH 0/7] Introduce error_[v]report_errno[val]
2018-04-26 17:32 UTC (12+ messages)
` [Qemu-devel] [RFC PATCH 1/7] error reporting: Introduce errnoval parameter to vreport
` [Qemu-devel] [RFC PATCH 2/7] error reporting: Provide error_report_errno (and error_vreport_errno)
` [Qemu-devel] [RFC PATCH 3/7] error reporting: Use error_report_errno in obvious places
` [Qemu-devel] [RFC PATCH 4/7] error reporting: Fix some error messages to use ":" rather than ", "
` [Qemu-devel] [RFC PATCH 5/7] error reporting: Provide error_report_errnoval (and error_vreport_errnoval)
` [Qemu-devel] [RFC PATCH 6/7] error reporting: Use error_report_errnoval in obvious places
` [Qemu-devel] [RFC PATCH 7/7] error reporting: HACKING: Say to use error_report_errno
[Qemu-devel] [PULL v9 00/16] xen: xen-domid-restrict improvements
2018-04-26 17:27 UTC (18+ messages)
` [Qemu-devel] [PULL 01/16] checkpatch: Add xendevicemodel_handle to the list of types
` [Qemu-devel] [PULL 02/16] AccelClass: Introduce accel_setup_post
` [Qemu-devel] [PULL 03/16] xen: link against xentoolcore
` [Qemu-devel] [PULL 04/16] xen: restrict: use xentoolcore_restrict_all
` [Qemu-devel] [PULL 05/16] xen: defer call to xen_restrict until just before os_setup_post
` [Qemu-devel] [PULL 06/16] xen: destroy_hvm_domain: Move reason into a variable
` [Qemu-devel] [PULL 07/16] xen: move xc_interface compatibility fallback further up the file
` [Qemu-devel] [PULL 08/16] xen: destroy_hvm_domain: Try xendevicemodel_shutdown
` [Qemu-devel] [PULL 09/16] os-posix: cleanup: Replace fprintfs with error_report in change_process_uid
` [Qemu-devel] [PULL 10/16] os-posix: Provide new -runas <uid>:<gid> facility
` [Qemu-devel] [PULL 11/16] xen: Use newly added dmops for mapping VGA memory
` [Qemu-devel] [PULL 12/16] xen: Remove now-obsolete xen_xc_domain_add_to_physmap
` [Qemu-devel] [PULL 13/16] xen: Expect xenstore write to fail when restricted
` [Qemu-devel] [PULL 14/16] os-posix: cleanup: Replace fprintf with error_report in remaining call sites
` [Qemu-devel] [PULL 15/16] os-posix: cleanup: Replace perror with error_report
` [Qemu-devel] [PULL 16/16] configure: do_compiler: Dump some extra info under bash
[Qemu-devel] [RFC v2 0/2] kvm "fake DAX" device flushing
2018-04-26 17:24 UTC (17+ messages)
` [Qemu-devel] [RFC v2 1/2] virtio: add pmem driver
` [Qemu-devel] [RFC v2 2/2] pmem: device flush over VIRTIO
` [Qemu-devel] [RFC v2] qemu: Add virtio pmem device
[Qemu-devel] [PATCH v3 00/35] ppc: support for the XIVE interrupt controller (POWER9)
2018-04-26 17:15 UTC (17+ messages)
` [Qemu-devel] [PATCH v3 02/35] ppc/xive: add support for the LSI interrupt sources
` [Qemu-devel] [PATCH v3 04/35] spapr/xive: introduce a XIVE interrupt controller for sPAPR
` [Qemu-devel] [PATCH v3 06/35] spapr/xive: introduce a XIVE interrupt presenter model
[Qemu-devel] [PATCH] allocate pci id for mdpy
2018-04-26 17:00 UTC (5+ messages)
[Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration
2018-04-26 16:30 UTC (13+ messages)
` [Qemu-devel] [PATCH 6/6] qapi: discriminate CpuInfo[Fast] on SysEmuTarget, not CpuInfoArch
[Qemu-devel] [PATCH v7 0/9] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
2018-04-26 16:26 UTC (10+ messages)
` [Qemu-devel] [PATCH v7 1/9] i386: Helpers to encode cache information consistently
` [Qemu-devel] [PATCH v7 2/9] i386: Add cache information in X86CPUDefinition
` [Qemu-devel] [PATCH v7 3/9] i386: Initialize cache information for EPYC family processors
` [Qemu-devel] [PATCH v7 4/9] i386: Add new property to control cache info
` [Qemu-devel] [PATCH v7 5/9] i386: Use the statically loaded cache definitions
` [Qemu-devel] [PATCH v7 6/9] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
` [Qemu-devel] [PATCH v7 7/9] i386: Add support for CPUID_8000_001E for AMD
` [Qemu-devel] [PATCH v7 8/9] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [Qemu-devel] [PATCH v7 9/9] i386: Remove generic SMT thread check
[Qemu-devel] [Bug 1767146] [NEW] No ACPI-table found, option -M 1.6 not found either
2018-04-26 16:07 UTC (2+ messages)
` [Qemu-devel] [Bug 1767146] "
[Qemu-devel] [PATCH 00/17] iotests: don't choke on disabled drivers
2018-04-26 16:19 UTC (18+ messages)
` [Qemu-devel] [PATCH 01/17] block: iterate_format with account of whitelisting
` [Qemu-devel] [PATCH 02/17] iotests: iotests.py: prevent deadlock in subprocess
` [Qemu-devel] [PATCH 03/17] iotests: ask qemu for supported formats
` [Qemu-devel] [PATCH 04/17] iotest 030: skip quorum test setup/teardown too
` [Qemu-devel] [PATCH 05/17] iotest 030: require blkdebug
` [Qemu-devel] [PATCH 06/17] iotest 055: skip unsupported backup target formats
` [Qemu-devel] [PATCH 07/17] iotest 055: require blkdebug
` [Qemu-devel] [PATCH 08/17] iotest 056: skip testcases using blkdebug if disabled
` [Qemu-devel] [PATCH 09/17] iotest 071: notrun if blkdebug or blkverify is disabled
` [Qemu-devel] [PATCH 10/17] iotest 081: notrun if quorum "
` [Qemu-devel] [PATCH 11/17] iotest 087: notrun if null-co "
` [Qemu-devel] [PATCH 12/17] iotest 093: notrun if null-co or null-aio "
` [Qemu-devel] [PATCH 13/17] iotest 099: notrun if blkdebug or blkverify "
` [Qemu-devel] [PATCH 14/17] iotest 124: skip testcases using blkdebug if disabled
` [Qemu-devel] [PATCH 15/17] iotest 139: skip testcases using disabled drivers
` [Qemu-devel] [PATCH 16/17] iotest 147: notrun if nbd is disabled
` [Qemu-devel] [PATCH 17/17] iotest 184: notrun if null-co or throttle "
[Qemu-devel] [RFC 0/3] NBD reconnect
2018-04-26 16:19 UTC (2+ messages)
[Qemu-devel] [PATCH] Allow PIR read in privileged mode
2018-04-26 16:14 UTC
[Qemu-devel] [RFC PATCH] hw/core: expand description of null-machine
2018-04-26 16:09 UTC (3+ messages)
[Qemu-devel] [PATCH] qobject: Use qobject_to() instead of type cast
2018-04-26 15:49 UTC (2+ messages)
[Qemu-devel] Who is running QEMU automated tests, and when?
2018-04-26 15:45 UTC (8+ messages)
[Qemu-devel] [RFC PATCH] softfloat: re-factor float to float conversions
2018-04-26 15:44 UTC (2+ messages)
[Qemu-devel] [RFC PATCH v2 0/7] qemu-img convert with copy offloading
2018-04-26 15:34 UTC (7+ messages)
` [Qemu-devel] [RFC PATCH v2 1/7] block: Introduce API for "
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [RFC PATCH v2 2/7] raw: Implement "
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [RFC PATCH v2 3/7] qcow2: "
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [RFC PATCH] tests/device-introspect: Test devices with all machines, not only with "none"
2018-04-26 15:27 UTC (7+ messages)
[Qemu-devel] [Bug 1767126] [NEW] Man page documents qemu -drive if=scsi but it no longer works
2018-04-26 15:05 UTC (2+ messages)
` [Qemu-devel] [Bug 1767126] "
[Qemu-devel] [RFC PATCH] mmio-exec: Make device return MemoryRegion rather than host pointer
2018-04-26 15:09 UTC
[Qemu-devel] [PATCH] hw/s390x: Allow to configure the consoles with the "-serial" parameter
2018-04-26 14:59 UTC
[Qemu-devel] [PATCH v4 0/9] enable numa configuration before machine_init() from QMP
2018-04-26 14:55 UTC (13+ messages)
[Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount
2018-04-26 14:50 UTC (6+ messages)
` [Qemu-devel] [PATCH v6 1/5] qobject: ensure base is at offset 0
[Qemu-devel] [PATCH v4 0/5] s390x: vfio-ap: guest dedicated crypto adapters
2018-04-26 14:50 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 4/5] s390x/vfio: ap: Introduce VFIO AP device
[Qemu-devel] [PATCH v8 00/16] xen: xen-domid-restrict improvements
2018-04-26 14:34 UTC (5+ messages)
` [Qemu-devel] [PATCH 01/16] checkpatch: Add xendevicemodel_handle to the list of types
[Qemu-devel] [PATCH] vl.c: Don't zero-initialize statics for serial_hds
2018-04-26 14:19 UTC (2+ messages)
[Qemu-devel] [PATCH v1] hw/s390x: Allow to configure the consoles with the "-serial" parameter
2018-04-26 14:13 UTC (6+ messages)
` [Qemu-devel] [qemu-s390x] "
[Qemu-devel] [PATCH] migration: introduce decompress-error-check
2018-04-26 14:01 UTC (4+ messages)
[Qemu-devel] [PATCH 00/13] Drop compile time limit on number of serial ports
2018-04-26 13:56 UTC (8+ messages)
` [Qemu-devel] [PATCH 02/13] hw/arm/fsl-imx*: Don't create "null" chardevs for serial devices
` [Qemu-devel] [PATCH 13/13] vl.c: new function max_serial_hds()
[Qemu-devel] [PATCH v6 0/2] Implement Hex file loader and add test case
2018-04-26 13:51 UTC (3+ messages)
` [Qemu-devel] [PATCH v6 1/2] Implement .hex file loader
` [Qemu-devel] [PATCH v6 2/2] Add QTest testcase for the Intel Hexadecimal Object File Loader
[Qemu-devel] [PATCH 0/3] block: byte-based blocking read/write
2018-04-26 13:43 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] vdi: Switch to byte-based calls
` [Qemu-devel] [PATCH 2/3] vvfat: "
` [Qemu-devel] [PATCH 3/3] block: Removed unused sector-based blocking I/O
[Qemu-devel] [PATCH v1] pc-dimm: fix error messages if no slots were defined
2018-04-26 13:12 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/2] Add vfio dma-buf based display reset handling
2018-04-26 13:02 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 2/2] ui: introduce vfio_display_reset
[Qemu-devel] [PATCH v1] configure: require glib-2.24
2018-04-26 12:42 UTC (13+ messages)
[Qemu-devel] [RFC PATCH 00/17] reverse debugging
2018-04-26 12:34 UTC (3+ messages)
[Qemu-devel] [PULL 00/16] migration queue
2018-04-26 12:28 UTC (8+ messages)
` [Qemu-devel] [PULL 01/16] migration: introduce postcopy-blocktime capability
` [Qemu-devel] [PULL 06/16] migration: add postcopy total blocktime into query-migrate
[Qemu-devel] [PULL 00/19] target-arm queue
2018-04-26 12:15 UTC (21+ messages)
` [Qemu-devel] [PULL 01/19] device_tree: Increase FDT_MAX_SIZE to 1 MiB
` [Qemu-devel] [PULL 02/19] arm: always start from first_cpu when registering loader cpu reset callback
` [Qemu-devel] [PULL 03/19] target/arm: Remove stale TODO comment
` [Qemu-devel] [PULL 04/19] target/arm: Use v7m_stack_read() for reading the frame signature
` [Qemu-devel] [PULL 05/19] target/arm: Check PMCNTEN for whether PMCCNTR is enabled
` [Qemu-devel] [PULL 06/19] target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0
` [Qemu-devel] [PULL 07/19] target/arm: Mask PMU register writes based on PMCR_EL0.N
` [Qemu-devel] [PULL 08/19] target/arm: Fetch GICv3 state directly from CPUARMState
` [Qemu-devel] [PULL 09/19] target/arm: Support multiple EL change hooks
` [Qemu-devel] [PULL 10/19] target/arm: Add pre-EL "
` [Qemu-devel] [PULL 11/19] target/arm: Allow EL change hooks to do IO
` [Qemu-devel] [PULL 12/19] target/arm: Fix bitmask for PMCCFILTR writes
` [Qemu-devel] [PULL 13/19] target/arm: Make PMOVSCLR and PMUSERENR 64 bits wide
` [Qemu-devel] [PULL 14/19] hw/arm/raspi: Don't bother setting default_cpu_type
` [Qemu-devel] [PULL 15/19] hw/arm/highbank: don't make sysram 'nomigrate'
` [Qemu-devel] [PULL 16/19] hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'
` [Qemu-devel] [PULL 17/19] hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAM
` [Qemu-devel] [PULL 18/19] timer/aspeed: fix vmstate version id
` [Qemu-devel] [PULL 19/19] xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo
[Qemu-devel] [PATCH v6 0/6] minor qcow2 compression improvements
2018-04-26 12:10 UTC (3+ messages)
` [Qemu-devel] [PATCH v6 5/6] iotests: Add new test 214 for max compressed cluster offset
[Qemu-devel] Large patch set advice
2018-04-26 11:22 UTC (3+ messages)
[Qemu-devel] [Bug 1714538] [NEW] Support for Raspberry Pi 3 Model B
2018-04-26 10:38 UTC (2+ messages)
` [Qemu-devel] [Bug 1714538] "
[Qemu-devel] [Bug 1740219] [NEW] static linux-user emulation has several-second startup time
2018-04-26 10:36 UTC (2+ messages)
` [Qemu-devel] [Bug 1740219] Re: static linux-user ARM "
[Qemu-devel] [Bug 1755479] [NEW] Cortex M:qemu abort with optimized code and icount
2018-04-26 10:38 UTC (2+ messages)
` [Qemu-devel] [Bug 1755479] "
[Qemu-devel] [Bug 1756519] [NEW] qemu-riscv64 glib hash table crash in qom/object.c
2018-04-26 10:38 UTC (2+ messages)
` [Qemu-devel] [Bug 1756519] Re: qemu linux-user crash in QOM path canonicalization during do_fork() call to cpu_create
[Qemu-devel] [Bug 1761027] [NEW] Unexpected error
2018-04-26 10:37 UTC (2+ messages)
` [Qemu-devel] [Bug 1761027] Re: Unexpected error: "AioContext polling is not implemented on Windows"
[Qemu-devel] [Bug 1761401] [NEW] ARM/Neon: vcvt rounding error
2018-04-26 10:38 UTC (2+ messages)
` [Qemu-devel] [Bug 1761401] "
[Qemu-devel] Cannot launch QEMU with -accel whpx
2018-04-26 10:47 UTC
[Qemu-devel] [Bug 628082] [NEW] nl-be keymap is wrong
2018-04-26 10:30 UTC (2+ messages)
` [Qemu-devel] [Bug 628082] "
[Qemu-devel] [PATCH 0/2] Support host notifier in libvhost-user and vhost-user-bridge
2018-04-26 10:45 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] libvhost-user: support host notifier
` [Qemu-devel] [PATCH 2/2] vhost-user-bridge: "
[Qemu-devel] [Bug 1729501] [NEW] qemu crashes with assertion error `off_cur_end >= off_cur' failed
2018-04-26 10:35 UTC (2+ messages)
` [Qemu-devel] [Bug 1729501] "
[Qemu-devel] [Bug 1738283] [NEW] 'Less than' (<), 'more than' (>), and 'pipe' (|) can't be typed via VNC
2018-04-26 10:26 UTC (2+ messages)
` [Qemu-devel] [Bug 1738283] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).