qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-30 19:50:38 to 2018-10-31 13:21:03 UTC [more...]

[Qemu-devel] [PATCH v3 00/35] target/riscv: Convert to decodetree
 2018-10-31 13:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 04/35] target/riscv: Convert RV32I load/store insns "
` [Qemu-devel] [PATCH v3 06/35] target/riscv: Convert RVXI arithmetic "
` [Qemu-devel] [PATCH v3 09/35] target/riscv: Convert RVXM "
` [Qemu-devel] [PATCH v3 12/35] target/riscv: Convert RV32F "

[Qemu-devel] [PATCH v3 00/13] arm: nRF51 Devices and Microbit Support
 2018-10-31 13:16 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 01/13] qtest: Add set_irq_in command to set IRQ/GPIO level
` [Qemu-devel] [PATCH v3 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
` [Qemu-devel] [PATCH v3 03/13] hw/misc/nrf51_rng: Add NRF51 random number generator peripheral
` [Qemu-devel] [PATCH v3 04/13] arm: Instantiate NRF51 random number generator
` [Qemu-devel] [PATCH v3 05/13] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
` [Qemu-devel] [PATCH v3 06/13] arm: Instantiate NRF51 special NVM's and NVMC
` [Qemu-devel] [PATCH v3 07/13] tests: Add bbc:microbit / nRF51 test suite
` [Qemu-devel] [PATCH v3 08/13] hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral
` [Qemu-devel] [PATCH v3 09/13] arm: Instantiate NRF51 general purpose I/O
` [Qemu-devel] [PATCH v3 10/13] tests/microbit-test: Add Tests for nRF51 GPIO
` [Qemu-devel] [PATCH v3 11/13] hw/timer/nrf51_timer: Add nRF51 Timer peripheral
` [Qemu-devel] [PATCH v3 12/13] arm: Instantiate NRF51 Timers
` [Qemu-devel] [PATCH v3 13/13] arm: Add Clock peripheral stub to NRF51 SOC

[Qemu-devel] [RFC v4 01/71] cpu: convert queued work to a QSIMPLEQ
 2018-10-31 12:32 UTC  (24+ messages)
` [Qemu-devel] [RFC v4 08/71] ppc: convert to helper_cpu_halted_set
` [Qemu-devel] [RFC v4 09/71] cris: "
` [Qemu-devel] [RFC v4 10/71] hppa: "
` [Qemu-devel] [RFC v4 11/71] m68k: "
` [Qemu-devel] [RFC v4 12/71] alpha: "
` [Qemu-devel] [RFC v4 13/71] microblaze: "
` [Qemu-devel] [RFC v4 14/71] cpu: define cpu_halted helpers
` [Qemu-devel] [RFC v4 15/71] tcg-runtime: convert to cpu_halted_set
` [Qemu-devel] [RFC v4 16/71] arm: convert to cpu_halted
` [Qemu-devel] [RFC v4 21/71] m68k: "
` [Qemu-devel] [RFC v4 47/71] m68k: convert to cpu_interrupt_request

[Qemu-devel] [PATCH RFC v6 0/7] qemu_thread_create: propagate errors to callers to check
 2018-10-31 12:26 UTC  (9+ messages)
` [Qemu-devel] [PATCH RFC v6 5/7] migration: fix the multifd code when receiving less channels
` [Qemu-devel] [PATCH RFC v6 6/7] migration: fix some error handling

[Qemu-devel] [PULL 00/10] cputlb: track dirty tlbs and general cleanup
 2018-10-31 12:21 UTC  (11+ messages)
` [Qemu-devel] [PULL 01/10] cputlb: Move tlb_lock to CPUTLBCommon
` [Qemu-devel] [PULL 02/10] cputlb: Remove tcg_enabled hack from tlb_flush_nocheck
` [Qemu-devel] [PULL 03/10] cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
` [Qemu-devel] [PULL 04/10] cputlb: Split large page tracking per mmu_idx
` [Qemu-devel] [PULL 05/10] cputlb: Move env->vtlb_index to env->tlb_d.vindex
` [Qemu-devel] [PULL 06/10] cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work
` [Qemu-devel] [PULL 07/10] cputlb: Merge tlb_flush_page into tlb_flush_page_by_mmuidx
` [Qemu-devel] [PULL 08/10] cputlb: Count "partial" and "elided" tlb flushes
` [Qemu-devel] [PULL 09/10] cputlb: Filter flushes on already clean tlbs
` [Qemu-devel] [PULL 10/10] cputlb: Remove tlb_c.pending_flushes

[Qemu-devel] [PATCH v2 0/3] decodetree improvments
 2018-10-31 12:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] decodetree: Add !extern flag to argument sets
` [Qemu-devel] [PATCH v2 2/3] decodetree: Remove "insn" argument from trans_* expanders
` [Qemu-devel] [PATCH v2 3/3] decodetree: Allow multiple input files

[Qemu-devel] Question: Perfecting checkpatch.pl
 2018-10-31 12:00 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] hw/arm/exynos4: Add DMA support for SMDKC210 board
 2018-10-31  4:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] qapi: return ShutdownCause for events
 2018-10-31 11:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] qapi: move ShutdownCause to qapi/run-state.json
` [Qemu-devel] [PATCH 2/3] qapi: split host-qmp into quit and system-reset
` [Qemu-devel] [PATCH 3/3] qapi: add reason to SHUTDOWN and RESET events

[Qemu-devel] [PATCH v3] lsi_scsi: Reselection needed to remove pending commands from queue
 2018-10-31 11:42 UTC  (4+ messages)

[Qemu-devel] [PULL 0/2] Misc next patches
 2018-10-31 11:36 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] block: drop moderated sheepdog mailing list from MAINTAINERS file
` [Qemu-devel] [PULL 2/2] scripts: report on author emails that are mangled by the mailing list

[Qemu-devel] [PATCH v5 0/9] discard blockstats
 2018-10-31 11:35 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/9] qapi: group BlockDeviceStats fields
` [Qemu-devel] [PATCH v5 2/9] qapi: add unmap to BlockDeviceStats
` [Qemu-devel] [PATCH v5 3/9] block: add empty account cookie type
` [Qemu-devel] [PATCH v5 4/9] ide: account UNMAP (TRIM) operations
` [Qemu-devel] [PATCH v5 5/9] scsi: store unmap offset and nb_sectors in request struct
` [Qemu-devel] [PATCH v5 6/9] scsi: move unmap error checking to the complete callback
` [Qemu-devel] [PATCH v5 7/9] scsi: account unmap operations
` [Qemu-devel] [PATCH v5 8/9] file-posix: account discard operations
` [Qemu-devel] [PATCH v5 9/9] qapi: query-blockstat: add driver specific file-posix stats

[Qemu-devel] [PATCH] vhost-user-bridge: fix "unknown type name" compilation error
 2018-10-31 11:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] hw/arm/exynos4: Add DMA support for SMDKC210 board
 2018-10-31 11:20 UTC  (2+ messages)

[Qemu-devel] [PATCH] target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED
 2018-10-31 11:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] s390x/pci: add common fmb
 2018-10-31 10:49 UTC  (5+ messages)

[Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount
 2018-10-31 10:48 UTC  (2+ messages)

[Qemu-devel] [PATCH for-3.1] target/arm: Remove can't-happen if() from handle_vec_simd_shli()
 2018-10-31 10:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/29] target/riscv: Convert to decodetree
 2018-10-31 10:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 13/29] target/riscv: Convert RV32D insns "

[Qemu-devel] [PATCH v3 00/19] ACPI reorganization for hardware-reduced support
 2018-10-31 10:46 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 09/19] hw: acpi: Export and generalize the PCI host AML API
` [Qemu-devel] [PATCH v3 19/19] hw: i386: Implement the ACPI builder interface for PC

[Qemu-devel] [PATCH 1/3] milkymist-pfpu: more accurate emulation
 2018-10-31 10:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] qtest: new functions for pulsed IRQs

[Qemu-devel] [PATCH v3 0/7] qapi/range/memory-device: fixes and cleanups
 2018-10-31 10:14 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] Use 'https://' instead of 'git://'
 2018-10-31 10:05 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] README: use "
` [Qemu-devel] [PATCH 2/4] get_maintainer: "
` [Qemu-devel] [PATCH 3/4] MAINTAINERS: use 'https://' instead of 'git://' for GitHub
` [Qemu-devel] [PATCH 4/4] gitmodules: use 'https://' instead of 'git://'

[Qemu-devel] [PATCH] blockdev: report error on block latency histogram set error
 2018-10-31  9:49 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw: qdev: fix error in comment
 2018-10-31  9:28 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] ping2 Re: [PATCH 0/2] replication: drop extra sync
 2018-10-31  9:30 UTC 

[Qemu-devel] [PATCH 0/4] Introducing QemuSupportState
 2018-10-31  9:22 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] add QemuSupportState

[Qemu-devel] [PATCH] iotests: 082: Update output
 2018-10-31  9:11 UTC  (2+ messages)

[Qemu-devel] [Bug 1800786] [NEW] USB assertion `s->csw.sig == cpu_to_le32(0x53425355)' failed
 2018-10-31  8:36 UTC  (2+ messages)
` [Qemu-devel] [Bug 1800786] "

[Qemu-devel] [PATCH for-3.1] milkymist: Check for failure trying to load BIOS image
 2018-10-31  8:20 UTC  (2+ messages)

[Qemu-devel] [PATCH] gtk: Fix mouse offset in scaled gtk-gl display for VFIO/iGVT-g DMA Buf mode
 2018-10-31  6:24 UTC 

[Qemu-devel] [PATCH v2] file-posix: Use error API properly
 2018-10-31  5:39 UTC 

[Qemu-devel] [PATCH] fmops: fix off-by-one in AR_TABLE and DR_TABLE array size
 2018-10-31  5:02 UTC  (2+ messages)

[Qemu-devel] [Bug 1448985] Re: llvmpipe i386 crashes when running on qemu64 cpu
 2018-10-31  4:17 UTC 

[Qemu-devel] [Bug 1495380] [NEW] Invalid parameter 'queues'. multi-queue vhost-user backends does not work
 2018-10-31  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1495380] "

[Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD
 2018-10-31  2:57 UTC 

[Qemu-devel] [PULL v2 00/24] qemu-ga patch queue for soft-freeze
 2018-10-31  1:38 UTC  (25+ messages)
` [Qemu-devel] [PULL v2 01/24] qga: Support Unicode paths in guest-file-open on win32
` [Qemu-devel] [PULL v2 02/24] qga-win: add support for qmp_guest_fsfreeze_freeze_list
` [Qemu-devel] [PULL v2 03/24] qga: ignore non present cpus when handling qmp_guest_get_vcpus()
` [Qemu-devel] [PULL v2 04/24] configure: add test for libudev
` [Qemu-devel] [PULL v2 05/24] qga: linux: report disk serial number
` [Qemu-devel] [PULL v2 06/24] qga: linux: return disk device in guest-get-fsinfo
` [Qemu-devel] [PULL v2 07/24] qga-win: prevent crash when executing fsinfo command
` [Qemu-devel] [PULL v2 08/24] qga-win: fsinfo: pci-info: allow partial info
` [Qemu-devel] [PULL v2 09/24] build: rename CONFIG_QGA_NTDDDISK to CONFIG_QGA_NTDDSCSI
` [Qemu-devel] [PULL v2 10/24] qga-win: add debugging information
` [Qemu-devel] [PULL v2 11/24] qga-win: refactor disk properties (bus)
` [Qemu-devel] [PULL v2 12/24] qga-win: report disk serial number
` [Qemu-devel] [PULL v2 13/24] qga-win: refactor disk info
` [Qemu-devel] [PULL v2 14/24] qga-win: handle multi-disk volumes
` [Qemu-devel] [PULL v2 15/24] qga-win: return disk device in guest-get-fsinfo
` [Qemu-devel] [PULL v2 16/24] qga-win: demystify namespace stripping
` [Qemu-devel] [PULL v2 17/24] qga: fix an off-by-one issue
` [Qemu-devel] [PULL v2 18/24] qga: group agent init/cleanup init separate routines
` [Qemu-devel] [PULL v2 19/24] qga: hang GAConfig/socket_activation off of GAState global
` [Qemu-devel] [PULL v2 20/24] qga: move w32 service handling out of run_agent()
` [Qemu-devel] [PULL v2 21/24] qga: add --retry-path option for re-initializing channel on failure
` [Qemu-devel] [PULL v2 22/24] qga-win: install service with --retry-path set by default
` [Qemu-devel] [PULL v2 23/24] qga-win: report specific error when failing to open channel
` [Qemu-devel] [PULL v2 24/24] qga-win: changing --retry-path option behavior

[Qemu-devel] [QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-10-31  1:03 UTC  (4+ messages)

[Qemu-devel] [PATCH V2] net/filter-rewriter.c: Fix coverity static analysis issue
 2018-10-31  0:50 UTC 

[Qemu-devel] [PATCH] net/filter-rewirter.c: Fix coverity static analysis issue
 2018-10-31  0:47 UTC  (3+ messages)

[Qemu-devel] [PULL 0/7] x86 queue, 2018-10-30
 2018-10-31  0:45 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] i386: correct cpu_x86_cpuid(0xd)
` [Qemu-devel] [PULL 2/7] target/i386: Remove #ifdeffed-out icebp debugging hack
` [Qemu-devel] [PULL 3/7] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
` [Qemu-devel] [PULL 4/7] x86: Data structure changes to support MSR based features
` [Qemu-devel] [PULL 5/7] x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES
` [Qemu-devel] [PULL 6/7] i386: Add new model of Cascadelake-Server
` [Qemu-devel] [PULL 7/7] i386: Add PKU on Skylake-Server CPU model

[Qemu-devel] [PULL 00/15] Python queue, 2018-10-30
 2018-10-31  0:31 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] scripts/device-crash-test: Remove devices that are not user_creatable anymore
` [Qemu-devel] [PULL 02/15] iotests: Make nbd-fault-injector flush
` [Qemu-devel] [PULL 03/15] iotests: Flush in iotests.py's QemuIoInteractive
` [Qemu-devel] [PULL 04/15] iotests: Use Python byte strings where appropriate
` [Qemu-devel] [PULL 05/15] iotests: Use // for Python integer division
` [Qemu-devel] [PULL 06/15] iotests: Different iterator behavior in Python 3
` [Qemu-devel] [PULL 07/15] iotests: Explicitly bequeath FDs in Python
` [Qemu-devel] [PULL 08/15] iotests: 'new' module replacement in 169
` [Qemu-devel] [PULL 09/15] iotests: Modify imports for Python 3
` [Qemu-devel] [PULL 10/15] iotests: Unify log outputs between Python 2 and 3
` [Qemu-devel] [PULL 11/15] Bootstrap Python venv for tests
` [Qemu-devel] [PULL 12/15] Acceptance tests: add make rule for running them
` [Qemu-devel] [PULL 13/15] Travis support for the acceptance tests
` [Qemu-devel] [PULL 14/15] scripts/decodetree.py: fix reference to attributes
` [Qemu-devel] [PULL 15/15] scripts/qemu.py: use a more consistent docstring style

[Qemu-devel] [PATCH] hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()
 2018-10-31  0:18 UTC 

[Qemu-devel] [PATCH 0/9] hostmem-ram: use whole path for region name with >= 3.1
 2018-10-30 23:07 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

[Qemu-devel] [PATCH for-3.1] hw/ppc/ppc440_uc: Remove dead code in sdram_size()
 2018-10-30 22:40 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] hw/arm: Enable USB OHCI/EHCI on Allwinner A10
 2018-10-30 22:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] arm: allwinner: Enable USB EHCI

[Qemu-devel] [PULL v2 0/5] Merge tpm 2018/10/29 v2
 2018-10-30 21:47 UTC  (6+ messages)
` [Qemu-devel] [PULL v2 1/5] tests/tpm: fix tpm_util_swtpm_has_tpm2()
` [Qemu-devel] [PULL v2 2/5] tests/tpm: Display if swtpm is not found or --tpm2 not supported
` [Qemu-devel] [PULL v2 3/5] docs: tpm: Mention implemented TPM CRB interface emulation and specs
` [Qemu-devel] [PULL v2 4/5] MAINTAINERS: Change my email address to the new domain
` [Qemu-devel] [PULL v2 5/5] tpm: Zero-init structure to avoid uninitialized variables in valgrind log

[Qemu-devel] [PATCH v6 0/5] Connect a PCIe host and graphics support to RISC-V
 2018-10-30 22:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 1/5] hw/riscv/virt: Increase the number of interrupts
` [Qemu-devel] [PATCH v6 2/5] hw/riscv/virt: Connect the gpex PCIe
` [Qemu-devel] [PATCH v6 3/5] riscv: Enable VGA and PCIE_VGA
` [Qemu-devel] [PATCH v6 4/5] hw/riscv/sifive_u: Connect the Xilinx PCIe
` [Qemu-devel] [PATCH v6 5/5] hw/riscv/virt: Connect a VirtIO net PCIe device

[Qemu-devel] [PATCH v3 00/16] gdbstub: support for the multiprocess extension
 2018-10-30 21:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 01/16] hw/cpu: introduce CPU clusters

[Qemu-devel] [PATCH v5 0/5] Connect a PCIe host and graphics support to RISC-V
 2018-10-30 21:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 2/5] hw/riscv/virt: Connect the gpex PCIe

[Qemu-devel] [PR RFC] RISC-V Patches for the 3.1 Soft Freeze, Part 2
 2018-10-30 21:33 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/3] target/riscv/pmp.c: pmpcfg_csr_read returns bogus value on RV64
` [Qemu-devel] [PULL 2/3] Add Alistair as a RISC-V Maintainer
` [Qemu-devel] [PULL 3/3] Add qemu-riscv@nongnu.org as the RISC-V list

[Qemu-devel] [PATCH 0/4] scsi-generic: fixes for Block Limits emulation
 2018-10-30 21:26 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/4] scsi-generic: avoid out-of-bounds access to VPD page list

[Qemu-devel] [PULL 00/24] qemu-ga patch queue for soft-freeze
 2018-10-30 20:57 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
 2018-10-30 20:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 06/11] esp: add pseudo-DMA as used by Macintosh

[Qemu-devel] [PATCH] migration/colo.c: Fix compilation issue when disable replication
 2018-10-30 19:55 UTC  (3+ messages)

[Qemu-devel] [PULL 00/10] Misc patches for 2018-10-30
 2018-10-30 19:50 UTC  (6+ messages)
` [Qemu-devel] [PULL 03/10] i386: clarify that the Q35 machine type implements a P35 chipset
` [Qemu-devel] [PULL 06/10] memory: learn about non-volatile memory region
` [Qemu-devel] [PULL 07/10] nvdimm: set non-volatile on the "
` [Qemu-devel] [PULL 09/10] scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_add
` [Qemu-devel] [PULL 10/10] lsi53c895a: check message length value is valid


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