qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-26 10:36:23 to 2020-06-26 15:42:54 UTC [more...]

[PULL 00/57] target-arm queue
 2020-06-26 15:14 UTC  (53+ messages)
` [PULL 01/57] hw/arm/aspeed: Remove extraneous MemoryRegion object owner
` [PULL 02/57] hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState
` [PULL 03/57] hw/arm/aspeed: QOM'ify AspeedMachineState
` [PULL 04/57] hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
` [PULL 05/57] hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'
` [PULL 06/57] hw/misc/pca9552: Rename generic code as pca955x
` [PULL 07/57] hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
` [PULL 08/57] hw/misc/pca9552: Add a 'description' property for debugging purpose
` [PULL 09/57] hw/misc/pca9552: Trace GPIO High/Low events
` [PULL 10/57] hw/arm/aspeed: Describe each PCA9552 device
` [PULL 11/57] hw/misc/pca9552: Trace GPIO change events
` [PULL 12/57] hw/misc/pca9552: Model qdev output GPIOs
` [PULL 13/57] target/arm: Add isar tests for mte
` [PULL 14/57] target/arm: Improve masking of SCR RES0 bits
` [PULL 15/57] target/arm: Add support for MTE to SCTLR_ELx
` [PULL 16/57] target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
` [PULL 17/57] target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
` [PULL 18/57] target/arm: Add DISAS_UPDATE_NOCHAIN
` [PULL 19/57] target/arm: Add MTE system registers
` [PULL 20/57] target/arm: Add MTE bits to tb_flags
` [PULL 21/57] target/arm: Implement the IRG instruction
` [PULL 22/57] target/arm: Revise decoding for disas_add_sub_imm
` [PULL 23/57] target/arm: Implement the ADDG, SUBG instructions
` [PULL 24/57] target/arm: Implement the GMI instruction
` [PULL 25/57] target/arm: Implement the SUBP instruction
` [PULL 26/57] target/arm: Define arm_cpu_do_unaligned_access for user-only
` [PULL 27/57] target/arm: Implement LDG, STG, ST2G instructions
` [PULL 28/57] target/arm: Implement the STGP instruction
` [PULL 29/57] target/arm: Restrict the values of DCZID.BS under TCG
` [PULL 30/57] target/arm: Simplify DC_ZVA
` [PULL 31/57] target/arm: Implement the LDGM, STGM, STZGM instructions
` [PULL 32/57] target/arm: Implement the access tag cache flushes
` [PULL 33/57] target/arm: Move regime_el to internals.h
` [PULL 34/57] target/arm: Move regime_tcr "
` [PULL 35/57] target/arm: Add gen_mte_check1
` [PULL 36/57] target/arm: Add gen_mte_checkN
` [PULL 37/57] target/arm: Implement helper_mte_check1
` [PULL 38/57] target/arm: Implement helper_mte_checkN
` [PULL 39/57] target/arm: Add helper_mte_check_zva
` [PULL 40/57] target/arm: Use mte_checkN for sve unpredicated loads
` [PULL 41/57] target/arm: Use mte_checkN for sve unpredicated stores
` [PULL 42/57] target/arm: Use mte_check1 for sve LD1R
` [PULL 43/57] target/arm: Tidy trans_LD1R_zpri
` [PULL 44/57] target/arm: Add arm_tlb_bti_gp
` [PULL 46/57] target/arm: Add mte helpers for sve scalar + int stores
` [PULL 47/57] target/arm: Add mte helpers for sve scalar + int ff/nf loads
` [PULL 48/57] target/arm: Handle TBI for sve scalar + int memory ops
` [PULL 49/57] target/arm: Add mte helpers for sve scatter/gather "
` [PULL 50/57] target/arm: Complete TBI clearing for user-only for SVE
` [PULL 52/57] target/arm: Set PSTATE.TCO on exception entry
` [PULL 53/57] target/arm: Always pass cacheattr to get_phys_addr
` [PULL 56/57] target/arm: Add allocation tag storage for system mode

[PATCH v9 00/46] target/arm: Implement ARMv8.5-MemTag, system mode
 2020-06-26 15:14 UTC  (8+ messages)
` [PATCH v9 43/46] target/arm: Create tagged ram when MTE is enabled
` [PATCH v9 44/46] target/arm: Add allocation tag storage for system mode
` [PATCH v9 46/46] target/arm: Add arm,armv8.5-memtag to dtb

[PATCH v2 00/16] Crazy shit around -global (pardon my french)
 2020-06-26 15:11 UTC  (4+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-06-26 14:54 UTC  (29+ messages)
` [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices
` [PATCH QEMU v25 05/17] vfio: Add VM state change handler to know state of VM
` [PATCH QEMU v25 07/17] vfio: Register SaveVMHandlers for VFIO device
` [PATCH QEMU v25 09/17] vfio: Add load state functions to SaveVMHandlers
` [PATCH QEMU v25 13/17] vfio: create mapped iova list when vIOMMU is enabled
` [PATCH QEMU v25 15/17] vfio: Add ioctl to get dirty pages bitmap during dma unmap

[PATCH] hw/timer/a9gtimer: Clear pending interrupt, after the clear of Event flag
 2020-06-26 14:46 UTC  (4+ messages)

[RFC PATCH 0/3] Use object_get_canonical_path_component to get child description
 2020-06-26 14:37 UTC  (15+ messages)
` [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent
` [RFC PATCH 2/3] hw/i2c/smbus_eeprom: Add description based on child name

[PATCH 1/3] haiku build fix second batch
 2020-06-26 14:36 UTC  (5+ messages)

[PATCH 00/46] Less clumsy error checking
 2020-06-26 14:36 UTC  (3+ messages)
` [PATCH 06/46] error: Avoid error_propagate() when error is not used here

[PATCH] migration/block-dirty-bitmap: fix add_bitmaps_to_list
 2020-06-26 14:34 UTC  (2+ messages)

[PATCH v2] scripts/simplebench: compare write request performance
 2020-06-26 14:31 UTC 

[PATCH 5/5] haiku build fix
 2020-06-26 14:31 UTC  (2+ messages)

[PATCH 1/5] haiku build fix
 2020-06-26 14:23 UTC  (3+ messages)

[PATCH v3 0/3] Add Scripts for Finding Top 25 Executed Functions
 2020-06-26 14:18 UTC  (4+ messages)
` [PATCH v3 1/3] scripts/performance: Add topN_perf.py script

[PATCH] timer: Handle decrements of PIT counter
 2020-06-26 14:09 UTC  (4+ messages)

[PATCH 3/3] syscall skipped for haiku used only in qemu_signalfd anyway
 2020-06-26 14:08 UTC 

[PATCH 2/3] define SIGIO for haiku
 2020-06-26 14:08 UTC  (2+ messages)

[PATCH 2/3] drm build ignored for Haiku
 2020-06-26 14:07 UTC 

[PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build
 2020-06-26 14:07 UTC 

[PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
 2020-06-26 14:05 UTC  (2+ messages)

[PATCH 0/3] second batch of haiku build fix
 2020-06-26 14:06 UTC 

[REPORT] [GSoC - TCG Continuous Benchmarking] [#1] Measuring Basic Performance Metrics of QEMU
 2020-06-26 14:05 UTC  (3+ messages)

[PATCH 3/3] qemu_init_exec_dir Haiku implementation
 2020-06-26 14:03 UTC 

[PATCH 00/17] block/nvme: Various cleanups required to use multiple queues
 2020-06-26 14:02 UTC  (39+ messages)
` [PATCH 01/17] block/nvme: Avoid further processing if trace event not enabled
` [PATCH 02/17] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH 03/17] block/nvme: Define QUEUE_INDEX macros to ease code review
` [PATCH 04/17] block/nvme: Be explicit we share NvmeIdCtrl / NvmeIdNs structures
` [PATCH 05/17] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH 06/17] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH 07/17] block/nvme: Move code around
` [PATCH 08/17] block/nvme: Use correct type void*
` [PATCH 09/17] block/nvme: Remove unused argument from nvme_free_queue_pair()
` [PATCH 10/17] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH 11/17] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH 12/17] block/nvme: Simplify nvme_kick trace event
` [PATCH 13/17] block/nvme: Simplify completion trace events
` [PATCH 14/17] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [RFC PATCH 15/17] block/nvme: Use per-queue AIO context
` [PATCH 16/17] block/nvme: Check BDRVNVMeState::plugged out of nvme_kick()
` [PATCH 17/17] block/nvme: Check BDRVNVMeState::plugged out of nvme_process_completion

[PATCH 1/3] : haiku check sys signal.h presence
 2020-06-26 14:01 UTC 

[PATCH v2 0/3] following up haiku build fix
 2020-06-26 14:00 UTC 

QEMU | Pipeline #160473765 has failed for master | 10f7ffab
 2020-06-26 13:59 UTC 

[PATCH RESEND 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-06-26 13:58 UTC  (13+ messages)
` [PATCH RESEND 1/9] hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
` [PATCH RESEND 3/9] hw/arm/smmu: Simplify the IOTLB key format
` [PATCH RESEND 5/9] hw/arm/smmuv3: Store the starting level in SMMUTransTableInfo
` [PATCH RESEND 6/9] hw/arm/smmu-common: Manage IOTLB block entries

[PULL v2 00/31] Misc patches for 2020-06-24
 2020-06-26 13:56 UTC  (3+ messages)
` [PULL v2 09/31] exec: fetch the alignment of Linux devdax pmem character device nodes
` [PULL v2 25/31] osdep: Make MIN/MAX evaluate arguments only once

[PATCH 00/13] Reverse debugging
 2020-06-26 10:20 UTC  (14+ messages)
` [PATCH 01/13] replay: provide an accessor for rr filename
` [PATCH 02/13] qcow2: introduce icount field for snapshots
` [PATCH 03/13] migration: "
` [PATCH 04/13] iotests: update snapshot test for new output format
` [PATCH 05/13] qapi: introduce replay.json for record/replay-related stuff
` [PATCH 06/13] replay: introduce info hmp/qmp command
` [PATCH 07/13] replay: introduce breakpoint at the specified step
` [PATCH 08/13] replay: implement replay-seek command
` [PATCH 09/13] replay: flush rr queue before loading the vmstate
` [PATCH 10/13] gdbstub: add reverse step support in replay mode
` [PATCH 11/13] gdbstub: add reverse continue "
` [PATCH 12/13] replay: describe reverse debugging in docs/replay.txt
` [PATCH 13/13] tests/acceptance: add reverse debugging test

[PATCH 5/5] haiku build fix
 2020-06-26 13:33 UTC  (3+ messages)

RFC: use VFIO over a UNIX domain socket to implement device offloading
 2020-06-26 13:30 UTC  (11+ messages)

[PATCH v3 0/2] linux-user: support of semtimedop syscall
 2020-06-26 13:21 UTC  (4+ messages)
` [PATCH v3 1/2] linux-user: refactor ipc syscall
` [PATCH v3 2/2] linux-user: support of semtimedop syscall

[PATCH v5 00/11] Mac Old World ROM experiment
 2020-06-26 13:12 UTC  (21+ messages)
` [PATCH v5 05/11] grackle: Set revision in PCI config to match hardware
` [PATCH v5 08/11] mac_oldworld: Add machine ID register
` [PATCH v5 09/11] macio: Add dummy screamer register area
` [PATCH v5 06/11] mac_oldworld: Rename ppc_heathrow_reset to ppc_heathrow_cpu_reset
` [PATCH v5 04/11] mac_oldworld: Drop some variables
` [PATCH v5 07/11] mac_oldworld: Map macio to expected address at reset
` [PATCH v5 02/11] mac_newworld: Allow loading binary ROM image
` [PATCH v5 03/11] mac_oldworld: Drop a variable, use get_system_memory() directly
` [PATCH v5 01/11] mac_oldworld: Allow loading binary ROM image

[PATCH 3/3] haiku build fix
 2020-06-26 13:01 UTC 

[PATCH] gitlab-ci: Fix the change rules after moving the YML files
 2020-06-26 13:03 UTC  (3+ messages)

[PULL 00/12] Block patches
 2020-06-26 13:01 UTC  (5+ messages)

[PATCH 2/3] haiku build fix second batch
 2020-06-26 13:01 UTC 

[PATCH v6 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-26 12:59 UTC  (4+ messages)
` [PATCH v6 1/2] target/arm: kvm: Handle "

[PATCH v2 00/25] Error handling fixes & cleanups
 2020-06-26 12:54 UTC  (4+ messages)
` [PATCH v2 20/25] x86: Fix x86_cpu_new() error API violations

[PATCH 5/5] Haiku build fix
 2020-06-26 12:54 UTC 

[PATCH 4/5] haiku build fix
 2020-06-26 12:53 UTC 

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-26 12:49 UTC  (12+ messages)

[PULL 00/22] qemu-macppc queue 20200626
 2020-06-26 12:48 UTC  (2+ messages)

QEMU | Pipeline #160439005 has failed for master | 611ac633
 2020-06-26 12:27 UTC 

[PATCH v3 0/3] Add OpenSBI dynamic firmware support
 2020-06-26 12:17 UTC  (5+ messages)
` [PATCH v3 2/3] RISC-V: Copy the fdt in dram instead of ROM
` [PATCH v3 3/3] riscv: Add opensbi firmware dynamic support

[PATCH v2 0/4] smbus: SPD fixes
 2020-06-26 11:30 UTC  (6+ messages)
` [PATCH v2 2/4] smbus: Fix spd_data_generate() error API violation

[PATCH V6 0/4] mips: Add Loongson-3 machine support (with KVM)
 2020-06-26 11:30 UTC  (4+ messages)
` [PATCH V6 3/4] hw/mips: "

[PATCH 0/2] virtiofsd: drop Linux capabilities(7)
 2020-06-26 11:26 UTC  (8+ messages)
` [Virtio-fs] "

[Bug 1885247] [NEW] Build error in Intel 32-bit hosts
 2020-06-26 11:20 UTC  (8+ messages)

[PULL 0/4] ppc-for-5.1 queue 20200626
 2020-06-26 11:14 UTC  (2+ messages)

[PATCH 4/5] haiku build fix
 2020-06-26 11:11 UTC  (2+ messages)

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-26 11:01 UTC  (5+ messages)
` [PATCH v3 1/9] host trust limitation: Introduce new host trust limitation interface
` [PATCH v3 8/9] spapr: PEF: block migration

[PATCH 0/2] target/i386: SSE floating-point fixes
 2020-06-26 11:00 UTC  (2+ messages)

[PATCH 3/5] haiku build fix
 2020-06-26 10:58 UTC  (2+ messages)

[ PATCH 2/5] haiku build fix
 2020-06-26 10:57 UTC  (2+ messages)

[PATCH] target-i386: remove gen_io_end
 2020-06-26 10:44 UTC 

[PATCH] target/i386: implement undocumented "smsw r32" behavior
 2020-06-26 10:44 UTC 

[PATCH v6 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-26 10:30 UTC  (3+ messages)
` [PATCH v6 4/5] virtio-iommu-pci: Add array of Interval properties
` [PATCH v6 5/5] hw/arm/virt: Let the virtio-iommu bypass MSIs

[PATCH 0/3] virtiofsd capability changes and addition
 2020-06-26 10:31 UTC  (5+ messages)
` [PATCH 1/3] virtiofsd: Terminate capability list
` [PATCH 2/3] virtiofsd: Check capability calls


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