qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-18 05:35:01 to 2019-09-18 16:24:22 UTC [more...]

[Qemu-devel] [PULL SUBSYSTEM s390x 00/29] s390x/tcg: mem_helper: Fault-safe handling
 2019-09-18 15:29 UTC  (7+ messages)
` [Qemu-devel] [PULL SUBSYSTEM s390x 01/29] s390x/tcg: Reset exception_index to -1 instead of 0
` [Qemu-devel] [PULL SUBSYSTEM s390x 03/29] s390x/tcg: MVCL: Detect destructive overlaps
` [Qemu-devel] [PULL SUBSYSTEM s390x 04/29] s390x/tcg: MVCL: Process max 4k bytes at a time
` [Qemu-devel] [PULL SUBSYSTEM s390x 07/29] s390x/tcg: MVPG: Check for specification exceptions
` [Qemu-devel] [PULL SUBSYSTEM s390x 10/29] s390x/tcg: MVCS/MVCP: Check for special operation exceptions
` [Qemu-devel] [PULL SUBSYSTEM s390x 11/29] s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode

[Qemu-devel] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1, v3
 2019-09-18 14:56 UTC  (48+ messages)
` [Qemu-devel] [PULL 01/48] riscv: sifive_u: Add support for loading initrd
` [Qemu-devel] [PULL 02/48] riscv: sivive_u: Add dummy serial clock and aliases entry for uart
` [Qemu-devel] [PULL 03/48] riscv: sifive_u: Fix clock-names property for ethernet node
` [Qemu-devel] [PULL 04/48] target/riscv/pmp: Restrict priviledged PMP to system-mode emulation
` [Qemu-devel] [PULL 05/48] target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace events
` [Qemu-devel] [PULL 06/48] riscv: plic: Remove unused interrupt functions
` [Qemu-devel] [PULL 07/48] target/riscv: Create function to test if FP is enabled
` [Qemu-devel] [PULL 08/48] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-devel] [PULL 09/48] riscv: rv32: Root page table address can be larger than 32-bit
` [Qemu-devel] [PULL 11/48] riscv: Resolve full path of the given bios image
` [Qemu-devel] [PULL 12/48] riscv: hmp: Add a command to show virtual memory mappings
` [Qemu-devel] [PULL 13/48] riscv: sifive_test: Add reset functionality
` [Qemu-devel] [PULL 14/48] riscv: hw: Remove duplicated "hw/hw.h" inclusion
` [Qemu-devel] [PULL 15/48] riscv: hw: Remove superfluous "linux, phandle" property
` [Qemu-devel] [PULL 16/48] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
` [Qemu-devel] [PULL 17/48] riscv: hw: Remove not needed PLIC properties in device tree
` [Qemu-devel] [PULL 18/48] riscv: hw: Change create_fdt() to return void
` [Qemu-devel] [PULL 19/48] riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) instead
` [Qemu-devel] [PULL 20/48] riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
` [Qemu-devel] [PULL 21/48] riscv: roms: Remove executable attribute of opensbi images
` [Qemu-devel] [PULL 22/48] riscv: sifive_u: Remove the unnecessary include of prci header
` [Qemu-devel] [PULL 23/48] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}
` [Qemu-devel] [PULL 24/48] riscv: sifive_e: prci: Fix a typo of hfxosccfg register programming
` [Qemu-devel] [PULL 25/48] riscv: sifive_e: prci: Update the PRCI register block size
` [Qemu-devel] [PULL 26/48] riscv: sifive_e: Drop sifive_mmio_emulate()
` [Qemu-devel] [PULL 27/48] riscv: Add a sifive_cpu.h to include both E and U cpu type defines
` [Qemu-devel] [PULL 28/48] riscv: hart: Extract hart realize to a separate routine
` [Qemu-devel] [PULL 29/48] riscv: hart: Add a "hartid-base" property to RISC-V hart array
` [Qemu-devel] [PULL 30/48] riscv: sifive_u: Set the minimum number of cpus to 2
` [Qemu-devel] [PULL 31/48] riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC
` [Qemu-devel] [PULL 32/48] riscv: sifive_u: Update PLIC hart topology configuration string
` [Qemu-devel] [PULL 33/48] riscv: sifive: Implement PRCI model for FU540
` [Qemu-devel] [PULL 34/48] riscv: sifive_u: Generate hfclk and rtcclk nodes
` [Qemu-devel] [PULL 35/48] riscv: sifive_u: Add PRCI block to the SoC
` [Qemu-devel] [PULL 36/48] riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodes
` [Qemu-devel] [PULL 37/48] riscv: sifive_u: Update UART base addresses and IRQs
` [Qemu-devel] [PULL 38/48] riscv: sifive_u: Change UART node name in device tree
` [Qemu-devel] [PULL 39/48] riscv: roms: Update default bios for sifive_u machine
` [Qemu-devel] [PULL 40/48] riscv: sifive: Implement a model for SiFive FU540 OTP
` [Qemu-devel] [PULL 41/48] riscv: sifive_u: Instantiate OTP memory with a serial number
` [Qemu-devel] [PULL 42/48] riscv: sifive_u: Fix broken GEM support
` [Qemu-devel] [PULL 43/48] riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet
` [Qemu-devel] [PULL 44/48] riscv: sifive_u: Update model and compatible strings in device tree
` [Qemu-devel] [PULL 45/48] target/riscv: Use both register name and ABI name
` [Qemu-devel] [PULL 46/48] target/riscv: Fix mstatus dirty mask
` [Qemu-devel] [PULL 47/48] target/riscv: Use TB_FLAGS_MSTATUS_FS for floating point
` [Qemu-devel] [PULL 48/48] gdbstub: riscv: fix the fflags registers

[Qemu-devel] [PATCH 0/4] mirror: Do not dereference invalid pointers
 2019-09-18 15:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/4] "

[Qemu-devel] [PATCH v1 0/9] testing/next (docker,podman,float)
 2019-09-18 15:14 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 7/9] tests/tcg: add float_madds test to multiarch
` [Qemu-devel] [PATCH v1 0/9] testing/next (docker, podman, float)

[Qemu-devel] [PATCH] ppc: Use FPSCR defines instead of constants
 2019-09-18 15:09 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] s390x/cpumodel: Add the z15 name to the description of gen15a
 2019-09-18 15:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 1/2] ppc: Add support for 'mffscrn', 'mffscrni' instructions
 2019-09-18 15:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-09-18 14:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
` [Qemu-devel] [PATCH v5 2/5] iotests: add script_initialize
` [Qemu-devel] [PATCH v5 5/5] iotests: use python logging for iotests.log()

[Qemu-devel] [PATCH v3 2/2] ppc: Add support for 'mffsce' instruction
 2019-09-18 14:31 UTC 

[Qemu-devel] [PATCH] target/i386: Fix broken build with WHPX enabled
 2019-09-18 14:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/29] s390x/tcg: mem_helper: Fault-safe handling
 2019-09-18 14:07 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 18/29] s390x/tcg: MVCS/MVCP: Use access_memmove()
` [Qemu-devel] [PATCH v3 29/29] tests/tcg: target/s390x: Test MVO

[Qemu-devel] [Bug 1839428] [NEW] qemu core dumped when repeat "system_reset" multiple times during guest boot
 2019-09-18 13:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1839428] "

[Qemu-devel] [PULL 0/3] Tracing patches
 2019-09-18 13:21 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] loader: Trace loaded images
` [Qemu-devel] [PULL 2/3] trace: Remove trailing newline in events
` [Qemu-devel] [PULL 3/3] trace: Forbid event format ending with newline character

[Qemu-devel] [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support
 2019-09-18 13:06 UTC  (12+ messages)
` [Qemu-devel] [PATCH-for-4.2 v11 01/11] hw/acpi: Make ACPI IO address space configurable
` [Qemu-devel] [PATCH-for-4.2 v11 02/11] hw/acpi: Do not create memory hotplug method when handler is not defined
` [Qemu-devel] [PATCH-for-4.2 v11 03/11] hw/acpi: Add ACPI Generic Event Device Support
` [Qemu-devel] [PATCH-for-4.2 v11 04/11] hw/arm/virt: Add memory hotplug framework
` [Qemu-devel] [PATCH-for-4.2 v11 05/11] hw/arm/virt: Enable device memory cold/hot plug with ACPI boot
` [Qemu-devel] [PATCH-for-4.2 v11 06/11] hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
` [Qemu-devel] [PATCH-for-4.2 v11 07/11] hw/arm: Factor out powerdown notifier from GPIO
` [Qemu-devel] [PATCH-for-4.2 v11 08/11] hw/arm: Use GED for system_powerdown event
` [Qemu-devel] [PATCH-for-4.2 v11 09/11] docs/specs: Add ACPI GED documentation
` [Qemu-devel] [PATCH-for-4.2 v11 10/11] tests: Update ACPI tables list for upcoming arm/virt tests
` [Qemu-devel] [PATCH-for-4.2 v11 11/11] tests: Add bios tests to arm/virt

[Qemu-devel] [PATCH v4 0/4] iotests: use python logging
 2019-09-18 13:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/4] iotests: add script_initialize

[Qemu-devel] [RFC] error: auto propagated local_err
 2019-09-18 13:02 UTC 

[Qemu-devel] [PATCH v3 0/3] Add virtio-fs (experimental)
 2019-09-18 12:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 2/3] virtio: add vhost-user-fs base device
` [Qemu-devel] [PATCH v3 3/3] virtio: add vhost-user-fs-pci device

[Qemu-devel] [PATCH] BootLinuxSshTest: Only run the tests when explicitly requested
 2019-09-18 12:27 UTC 

[Qemu-devel] [PATCH] qga: add command guest-get-devices for reporting VirtIO devices
 2019-09-18 12:01 UTC  (4+ messages)

[Qemu-devel] qemu patches
 2019-09-18 11:59 UTC  (3+ messages)
  ` [Qemu-devel] WHPX build broken

[Qemu-devel] [PATCH] xen-bus: only set the xen device frontend state if it is missing
 2019-09-18 11:57 UTC 

[Qemu-devel] [PATCH] xen-block: treat XenbusStateUnknown the same as XenbusStateClosed
 2019-09-18 11:57 UTC 

[Qemu-devel] [PATCH v2 0/6] tests/acceptance: Add tests for the PReP/40p machine
 2019-09-18 11:51 UTC  (8+ messages)
        ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] Problems with MIPS Malta SSH tests in make check-acceptance
 2019-09-18 11:37 UTC  (3+ messages)

[Qemu-devel] [PATCH] tests/docker: fix typo for debian9-mxe
 2019-09-18 11:35 UTC  (2+ messages)

[Qemu-devel] [for-4.2 PATCH 0/6] Block-related record/replay fixes
 2019-09-18 11:32 UTC  (12+ messages)
` [Qemu-devel] [for-4.2 PATCH 3/6] replay: update docs for record/replay with block devices

[Qemu-devel] [PATCH] iotests: Require Python 3.5 or later
 2019-09-18 11:20 UTC  (5+ messages)

[Qemu-devel] [RESEND PATCH] tests/acceptance: Specify arch for QueryCPUModelExpansion
 2019-09-18 11:17 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] hw: Split RTC devices from hw/timer/ to hw/rtc/
 2019-09-18 11:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH 03/13] hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory

[Qemu-devel] Call for volunteers: LWN.net articles about KVM Forum talks
 2019-09-18 10:30 UTC  (6+ messages)
` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH] * include/fpu/softfloat.h (floatx80_invalid_encoding): Handle m68k specific infinity pattern
 2019-09-18 10:26 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/17] Fix usage of error_append_hint()
 2019-09-18 10:26 UTC  (15+ messages)
` [Qemu-devel] [PATCH 02/17] block: Pass local error object pointer to error_append_hint()
` [Qemu-devel] [PATCH 10/17] s390x/css: "

[Qemu-devel] [PATCH] Fix wrong behavior of cpu_memory_rw_debug() function in SMM
 2019-09-18 10:07 UTC 

[Qemu-devel] [PATCH v2 0/3] audio: -audiodev documentation tweaks
 2019-09-18  9:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] audio: fix buffer-length typo in documentation
` [Qemu-devel] [PATCH v2 2/3] audio: add -audiodev pa, in|out.latency= to documentation
` [Qemu-devel] [PATCH v2 3/3] audio: fix ALSA period-length typo in documentation

[Qemu-devel] [PATCH 0/8] block: Add @exact parameter to bdrv_co_truncate()
 2019-09-18  9:51 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/8] block: Handle filter truncation like native impl
` [Qemu-devel] [PATCH 2/8] block/cor: Drop cor_co_truncate()
` [Qemu-devel] [PATCH 3/8] block: Do not truncate file node when formatting
` [Qemu-devel] [PATCH 4/8] block: Add @exact parameter to bdrv_co_truncate()
` [Qemu-devel] [PATCH 5/8] block: Evaluate @exact in protocol drivers
` [Qemu-devel] [PATCH 6/8] block: Let format drivers pass @exact
` [Qemu-devel] [PATCH 7/8] block: Pass truncate exact=true where reasonable
` [Qemu-devel] [PATCH 8/8] Revert "qemu-img: Check post-truncation size"

[Qemu-devel] [PATCH 0/2] audio: -audiodev documentation tweaks
 2019-09-18  9:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] audio: fix buffer-length typo in documentation
` [Qemu-devel] [PATCH 2/2] audio: add -audiodev pa, in|out.latency= to documentation

[Qemu-devel] [PATCH] libvhost-user: handle NOFD flag in call/kick/err better
 2019-09-18  9:49 UTC  (3+ messages)

[Qemu-devel] [PULL 0/8] Add the m68k next-cube machine
 2019-09-18  9:27 UTC  (4+ messages)
` [Qemu-devel] [PULL 3/8] m68k: Add NeXTcube machine

[Qemu-devel] [PATCH v2 0/2] trace: Forbid trailing newline in event format
 2019-09-18  9:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/2] trace: Remove trailing newline in events
` [Qemu-devel] [Qemu-block] [PATCH v2 0/2] trace: Forbid trailing newline in event format

[Qemu-devel] [PATCH v4 00/10] Multi-phase reset mechanism
 2019-09-18  9:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 02/10] hw/core: create Resettable QOM interface

[Qemu-devel] [PATCH v3 00/18] ppc/pnv: add XIVE support for KVM guests
 2019-09-18  8:53 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] vhost-user: save features if the char dev is closed
 2019-09-18  8:48 UTC 

[Qemu-devel] [PATCH] vhost-user: save features if the char dev is closed
 2019-09-18  8:40 UTC  (3+ messages)

[Qemu-devel] vhost, iova, and dirty page tracking
 2019-09-18  8:37 UTC  (12+ messages)

[Qemu-devel] [RFC 0/3] Move notdirty handling to cputlb
 2019-09-18  8:34 UTC  (5+ messages)
` [Qemu-devel] [RFC 1/3] exec: Adjust notdirty tracing

[Qemu-devel] [PATCH 0/2] qapi: Add detection for the 'savevm' fix for blockdev
 2019-09-18  8:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] qapi: Allow introspecting fix for savevm's cooperation with blockdev

[Qemu-devel] [PATCH v14 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2019-09-18  8:13 UTC  (8+ messages)
` [Qemu-devel] [PATCH v14 1/7] Wrapper function to wait on condition for the main loop mutex
` [Qemu-devel] [PATCH v14 2/7] ppc: spapr: Introduce FWNMI capability
` [Qemu-devel] [PATCH v14 3/7] target/ppc: Handle NMI guest exit
` [Qemu-devel] [PATCH v14 4/7] target/ppc: Build rtas error log upon an MCE
` [Qemu-devel] [PATCH v14 5/7] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
` [Qemu-devel] [PATCH v14 6/7] migration: Include migration support for machine check handling
` [Qemu-devel] [PATCH v14 7/7] ppc: spapr: Activate the FWNMI functionality

[Qemu-devel] [PULL 0/8] Python queue, 2019-06-07
 2019-09-18  7:50 UTC  (9+ messages)

[Qemu-devel] KVM call for 2019-09-24
 2019-09-18  7:36 UTC 

[Qemu-devel] [PATCH RESEND v4 0/2] x86: Enable user wait instructions
 2019-09-18  7:23 UTC  (3+ messages)
` [Qemu-devel] [PATCH RESEND v4 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
` [Qemu-devel] [PATCH RESEND v4 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[Qemu-devel] [PATCH v4 0/7] iotests: Selfish patches
 2019-09-18  6:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 5/7] iotests: Test driver whitelisting in 093


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