messages from 2019-09-26 18:07:46 to 2019-09-27 09:20:18 UTC [more...]
[Qemu-devel] [PATCH v4 00/10] qcow2-bitmaps: rewrite reopening logic
2019-09-27 9:13 UTC (20+ messages)
` [Qemu-devel] [PATCH v4 02/10] block: reverse order for reopen commits
` "
` [Qemu-devel] [PATCH v4 03/10] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
` [Qemu-devel] [PATCH v4 04/10] iotests.py: add event_wait_log and events_wait_log helpers
` [Qemu-devel] [PATCH v4 08/10] iotests: add test 260 to check bitmap life after snapshot + commit
` [Qemu-devel] [PATCH v4 09/10] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
` [Qemu-devel] [PATCH v4 10/10] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
` "
[PATCH v13 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
2019-09-27 9:04 UTC (10+ messages)
` [PATCH v13 1/9] esp: add pseudo-DMA as used by Macintosh
` [PATCH v13 2/9] dp8393x: manage big endian bus
` [PATCH v13 3/9] hw/m68k: add VIA support
` [PATCH v13 4/9] hw/m68k: implement ADB bus support for via
` [PATCH v13 5/9] hw/m68k: add Nubus support
` [PATCH v13 6/9] hw/m68k: add Nubus macfb video card
` [PATCH v13 7/9] hw/m68k: add a dummy SWIM floppy controller
` [PATCH v13 8/9] hw/m68k: define Macintosh Quadra 800
` [PATCH v13 9/9] BootLinuxConsoleTest: Test the "
[PATCH v1 1/1] target/riscv: Print CPU and privledge in disas
2019-09-27 9:09 UTC (3+ messages)
[PATCH] i386: Re-add "pconfig" CPUID flag name
2019-09-27 9:09 UTC (5+ messages)
illegal hardware instruction during MIPS-I ELF linux user emulation
2019-09-27 8:59 UTC (5+ messages)
` illegal hardware instruction during MIPS-I ELF linux useremulation
[RFC PATCH] configure: deprecate 32 bit build hosts
2019-09-27 8:55 UTC (9+ messages)
[PATCH v2 00/20] target/mips: Misc cleanups for September/October 2019
2019-09-27 8:55 UTC (5+ messages)
` [PATCH v2 01/20] target/mips: Clean up helper.c
[PATCH v1 0/2] s390x: SCLP error cleanup
2019-09-27 8:51 UTC (4+ messages)
` [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority
[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
2019-09-27 8:50 UTC (6+ messages)
` [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper
` [PATCH 18/19] tests/boot_linux_console: Boot Linux and run few commands on raspi3
` [PATCH 19/19] tests/boot_linux_console: Test SDHCI and termal sensor "
[PATCH 00/11] hw: Convert various reset() handler to DeviceReset
2019-09-27 8:47 UTC (2+ messages)
[PATCH v2 00/33] spapr: IRQ subsystem cleanup
2019-09-27 8:40 UTC (41+ messages)
` [PATCH v2 01/33] xics: Minor fixes for XICSFabric interface
` [PATCH v2 02/33] xics: Eliminate 'reject', 'resend' and 'eoi' class hooks
` [PATCH v2 03/33] xics: Rename misleading ics_simple_*() functions
` [PATCH v2 04/33] xics: Eliminate reset hook
` [PATCH v2 05/33] xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
` [PATCH v2 06/33] xics: Create sPAPR specific ICS subtype
` [PATCH v2 07/33] spapr: Fold spapr_phb_lsi_qirq() into its single caller
` [PATCH v2 08/33] spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
` [PATCH v2 09/33] spapr: Clarify and fix handling of nr_irqs
` [PATCH v2 10/33] spapr: Eliminate nr_irqs parameter to SpaprIrq::init
` [PATCH v2 11/33] spapr: Fix indexing of XICS irqs
` [PATCH v2 12/33] spapr: Simplify spapr_qirq() handling
` [PATCH v2 13/33] spapr: Eliminate SpaprIrq:get_nodename method
` [PATCH v2 14/33] spapr: Remove unhelpful tracepoints from spapr_irq_free_xics()
` [PATCH v2 15/33] spapr: Handle freeing of multiple irqs in frontend only
` [PATCH v2 16/33] spapr, xics, xive: Better use of assert()s on irq claim/free paths
` [PATCH v2 17/33] xive: Improve irq claim/free path
` [PATCH v2 18/33] spapr: Use less cryptic representation of which irq backends are supported
` [PATCH v2 19/33] spapr: Eliminate SpaprIrq::init hook
` [PATCH v2 20/33] spapr, xics, xive: Introduce SpaprInterruptController QOM interface
` [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
` [PATCH v2 22/33] spapr, xics, xive: Move irq claim and free "
` [PATCH v2 23/33] spapr: Formalize notion of active interrupt controller
` [PATCH v2 24/33] spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController
` [PATCH v2 25/33] spapr, xics, xive: Move print_info "
` [PATCH v2 26/33] spapr, xics, xive: Move dt_populate "
` [PATCH v2 27/33] spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines
` [PATCH v2 28/33] spapr: Remove SpaprIrq::init_kvm hook
` [PATCH v2 29/33] spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate
` [PATCH v2 30/33] spapr, xics, xive: Move SpaprIrq::post_load hook to backends
` [PATCH v2 31/33] spapr: Remove SpaprIrq::nr_msis
` [PATCH v2 32/33] spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass
` [PATCH v2 33/33] spapr: Remove last pieces of SpaprIrq
[PATCH v3 0/3] proper locking on bitmap add/remove paths
2019-09-27 8:37 UTC (6+ messages)
` [PATCH v3 2/3] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
[PATCH v3 00/18] target/s390: Use tcg unwinding for ilen
2019-09-27 8:18 UTC (2+ messages)
[PATCH] s390: PCI: fix IOMMU region init
2019-09-27 8:10 UTC (4+ messages)
[PATCH V2] intel_iommu: TM field should not be in reserved bits
2019-09-27 8:03 UTC (3+ messages)
[PATCH v2 0/7] RISC-V: Add more machine memory
2019-09-27 7:57 UTC (15+ messages)
` [PATCH v2 1/7] riscv/sifive_u: Add L2-LIM cache memory
` [PATCH v2 2/7] riscv/sifive_u: Add QSPI memory region
` [PATCH v2 3/7] riscv/sifive_u: Manually define the machine
` [PATCH v2 4/7] riscv/sifive_u: Add the start-in-flash property
` [PATCH v2 5/7] riscv/virt: Manually define the machine
` [PATCH v2 6/7] riscv/virt: Add the PFlash CFI01 device
` [PATCH v2 7/7] riscv/virt: Jump to pflash if specified
[Qemu-devel] [PATCH 0/4] bitmaps: some refactoring
2019-09-27 7:17 UTC (8+ messages)
` [Qemu-devel] [PATCH 3/4] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
` [Qemu-devel] [PATCH 4/4] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
[PATCH qemu] spapr-pci: Stop providing assigned-addresses
2019-09-27 7:12 UTC (2+ messages)
[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
2019-09-27 6:51 UTC (6+ messages)
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
[PATCH 0/2] Fix ehci-test
2019-09-27 6:23 UTC (2+ messages)
[PATCH v25 00/22] Add RX archtecture support
2019-09-27 6:23 UTC (23+ messages)
` [PATCH v25 01/22] MAINTAINERS: Add RX
` [PATCH v25 02/22] qemu/bitops.h: Add extract8 and extract16
` [PATCH v25 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v25 04/22] target/rx: TCG translation
` [PATCH v25 05/22] target/rx: TCG helper
` [PATCH v25 06/22] target/rx: CPU definition
` [PATCH v25 07/22] target/rx: RX disassembler
` [PATCH v25 08/22] target/rx: Disassemble rx_index_addr into a string
` [PATCH v25 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v25 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v25 11/22] target/rx: Emit all disassembly in one prt()
` [PATCH v25 12/22] target/rx: Collect all bytes during disassembly
` [PATCH v25 13/22] target/rx: Dump bytes for each insn "
` [PATCH v25 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v25 15/22] hw/timer: RX62N internal timer modules
` [PATCH v25 16/22] hw/char: RX62N serial communication interface (SCI)
` [PATCH v25 17/22] hw/rx: RX Target hardware definition
` [PATCH v25 18/22] hw/rx: Honor -accel qtest
` [PATCH v25 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v25 20/22] Add rx-softmmu
` [PATCH v25 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [PATCH v25 22/22] qapi/machine.json: Add RX cpu
[PATCH 00/20] spapr: IRQ subsystem cleanups
2019-09-27 6:23 UTC (11+ messages)
` [PATCH 17/20] spapr: Remove unused return value in claim path
` [PATCH 20/20] spapr: Eliminate SpaprIrq::init hook
[Qemu-devel] [Bug 1777777] [NEW] arm9 clock pending (SP804)
2019-09-27 6:01 UTC (2+ messages)
` [Bug 1777777] "
[Bug 1845580] [NEW] issue with QEMU on Raspberry Pi failing to access CDROM
2019-09-27 2:04 UTC
[PATCH v3] qga: add command guest-get-devices for reporting VirtIO devices
2019-09-27 1:12 UTC (2+ messages)
Is kexec supported in QEMU for ARM64 (qemu-system-aarch64) with arm-trusted-firmware, optee, and u-boot
2019-09-26 22:35 UTC
[PATCH v2 0/7] target/ppc: DFP fixes and improvements
2019-09-27 0:07 UTC (9+ messages)
` [PATCH v2 1/7] target/ppc: introduce get_dfp{64, 128}() helper functions
` [PATCH v2 2/7] target/ppc: introduce set_dfp{64, "
` [PATCH v2 3/7] target/ppc: update {get, set}_dfp{64, 128}() helper functions to read/write DFP numbers correctly
` [PATCH v2 4/7] target/ppc: introduce dfp_finalize_decimal{64, 128}() helper functions
` [PATCH v2 5/7] target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t
` [PATCH v2 6/7] target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp_helper.c
` [PATCH v2 7/7] target/ppc: remove unnecessary if() around calls to set_dfp{64, 128}() in DFP macros
[Qemu-devel] [PATCH v8 00/13] Add migration support for VFIO device
2019-09-26 21:33 UTC (13+ messages)
` [Qemu-devel] [PATCH v8 01/13] vfio: KABI for migration interface
` "
[PATCH] target/ppc: use Vsr macros in BCD helpers
2019-09-26 20:44 UTC
[PATCH v5 0/2] target/i386: cpu.h macros clean up
2019-09-26 20:17 UTC (2+ messages)
[PATCH v7 0/8] Add Qemu to SeaBIOS LCHS interface
2019-09-26 19:16 UTC (9+ messages)
` [PATCH v7 7/8] bootdevice: FW_CFG interface for LCHS values
` [SeaBIOS] "
` [PATCH v7 8/8] hd-geo-test: Add tests for lchs override
` [SeaBIOS] "
[PULL 00/28] testing updates (docker,podman,tcg,alpha)
2019-09-26 18:35 UTC (29+ messages)
` [PULL 01/28] target/alpha: Use array for FPCR_DYN conversion
` [PULL 02/28] target/alpha: Fix SWCR_MAP_UMZ
` [PULL 03/28] target/alpha: Fix SWCR_TRAP_ENABLE_MASK
` [PULL 04/28] target/alpha: Handle SWCR_MAP_DMZ earlier
` [PULL 05/28] target/alpha: Write to fpcr_flush_to_zero once
` [PULL 06/28] target/alpha: Mask IOV exception with INV for user-only
` [PULL 07/28] target/alpha: Tidy helper_fp_exc_raise_s
` [PULL 08/28] target/ppc: fix signal delivery for ppc64abi32
` [PULL 09/28] tests/docker: add sanitizers back to clang build
` [PULL 10/28] tests/docker: fix DOCKER_PARTIAL_IMAGES
` [PULL 11/28] tests/docker: remove python2.7 from debian9-mxe
` [PULL 12/28] tests/docker: reduce scary warnings by cleaning up clean up
` [PULL 13/28] podman: fix command invocation
` [PULL 14/28] tests/tcg: clean-up some comments after the de-tangling
` [PULL 15/28] tests/tcg: re-enable linux-test for ppc64abi32
` [PULL 16/28] tests/tcg: add float_madds test to multiarch
` [PULL 17/28] tests/tcg: add generic version of float_convs
` [PULL 18/28] tests/tcg: add simple record/replay smoke test for aarch64
` [PULL 19/28] configure: preserve PKG_CONFIG for subdir builds
` [PULL 20/28] docs/devel: add "check-tcg" to testing.rst
` [PULL 21/28] target/i386: Fix broken build with WHPX enabled
` [PULL 22/28] docker: remove debian8-mxe definitions
` [PULL 23/28] docker: remove unused debian8 partial image
` [PULL 24/28] docker: remove 'deprecated' image definitions
` [PULL 25/28] docker: remove unused debian-ports
` [PULL 26/28] docker: remove unused debian-sid
` [PULL 27/28] docker: move tests from python2 to python3
` [PULL 28/28] tests/docker: remove debian-powerpc-user-cross
[Qemu-devel] [Bug 1841990] [NEW] instruction 'denbcdq' misbehaving
2019-09-26 17:57 UTC (3+ messages)
` [Bug 1841990] "
target/ppc: bug in optimised vsl/vsr implementation?
2019-09-26 18:04 UTC
[PATCH v3 00/33] testing/next (docker,tcg, alpha ;-)
2019-09-26 17:38 UTC (8+ messages)
` [PATCH v3 29/33] docker: remove 'deprecated' image definitions
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).