qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-05 23:29:25 to 2020-02-06 12:17:00 UTC [more...]

Making QEMU easier for management tools and applications
 2020-02-06 12:15 UTC  (15+ messages)
                ` qmp-shell for GSoC/Outreachy? (Was: Re: Making QEMU easier for management tools and applications)
                    ` qmp-shell for GSoC/Outreachy?

[PATCH v2 0/6] ui: rework -show-cursor option
 2020-02-06 12:14 UTC  (9+ messages)
` [PATCH v2 1/6] ui: add show-cursor option
` [PATCH v2 2/6] ui/gtk: implement "
` [PATCH v2 3/6] ui/sdl: "
` [PATCH v2 4/6] ui/cocoa: "
` [PATCH v2 5/6] ui: wire up legacy -show-cursor option
` [PATCH v2 6/6] ui: deprecate "

[PATCH v2 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-02-06 11:57 UTC  (9+ messages)
  ` [PATCH v2 4/4] Add the NVMM acceleration enlightenments
  ` [PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
    ` [PATCH v3 1/4] Add the NVMM vcpu API
    ` [PATCH v3 2/4] Add the NetBSD Virtual Machine Monitor accelerator
    ` [PATCH v3 3/4] Introduce the NVMM impl
    ` [PATCH v3 4/4] Add the NVMM acceleration enlightenments

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2020-02-06 12:08 UTC  (3+ messages)
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[PATCH v1 00/13] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-06 12:08 UTC  (23+ messages)
` [PATCH v1 02/13] exec: Factor out setting ram settings (madvise ...) into qemu_ram_apply_settings()
` [PATCH v1 03/13] exec: Reuse qemu_ram_apply_settings() in qemu_ram_remap()
` [PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()
` [PATCH v1 05/13] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v1 06/13] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v1 07/13] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v1 08/13] util/mmap-alloc: Prepare for resizable mmaps
` [PATCH v1 09/13] util/mmap-alloc: Implement "

[qemu-web PATCH] Add Outreachy 2020 announcement to blog
 2020-02-06 11:53 UTC  (2+ messages)

[Bug 1860610] [NEW] cap_disas_plugin leaks memory
 2020-02-06 11:36 UTC  (2+ messages)
` [Bug 1860610] "

[PATCH] hw/bt: Remove empty Kconfig file
 2020-02-06 11:39 UTC  (4+ messages)

[PATCH v2] docs: add virtiofsd(1) man page
 2020-02-06 11:39 UTC  (2+ messages)

[PATCH v2 00/33] block: Introduce real BdrvChildRole
 2020-02-06 11:35 UTC  (28+ messages)
` [PATCH v2 01/33] block: Add BlockDriver.is_format
` [PATCH v2 03/33] block: Add BdrvChildRole
` [PATCH v2 04/33] block: Add BdrvChildRole to BdrvChild
` [PATCH v2 09/33] block: Add generic bdrv_inherited_options()
` [PATCH v2 15/33] block: Pull out bdrv_default_perms_for_backing()
` [PATCH v2 16/33] block: Pull out bdrv_default_perms_for_storage()
` [PATCH v2 22/33] block: Make backing files child_of_bds children
` [PATCH v2 25/33] block: Make filter drivers use child_of_bds
` [PATCH v2 26/33] block: Use child_of_bds in remaining places

[PATCH v3 0/2] MAINTAINERS: ARM fixes
 2020-02-06 11:32 UTC  (3+ messages)
` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-02-06 11:28 UTC  (10+ messages)
` [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback

[PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
 2020-02-06 11:26 UTC  (3+ messages)
` [PATCH 1/2] aspeed/smc: Add some tracing
` [PATCH 2/2] aspeed/smc: Fix User mode select/unselect scheme

[PATCH v6 00/22] gdbstub refactor and SVE support
 2020-02-06 11:20 UTC  (8+ messages)
` [PATCH v6 08/22] target/i386: use gdb_get_reg helpers
` [PATCH v6 12/22] target/arm: default SVE length to 64 bytes for linux-user
` [PATCH v6 13/22] target/arm: generate xml description of our SVE registers

[PATCH] .readthedocs.yml: specify some minimum python requirements
 2020-02-06 10:56 UTC  (2+ messages)

[PATCH v7 00/41] target/arm: Implement ARMv8.1-VHE
 2020-02-06 10:54 UTC  (42+ messages)
` [PATCH v7 01/41] target/arm: Define isar_feature_aa64_vh
` [PATCH v7 02/41] target/arm: Enable HCR_E2H for VHE
` [PATCH v7 03/41] target/arm: Add CONTEXTIDR_EL2
` [PATCH v7 04/41] target/arm: Add TTBR1_EL2
` [PATCH v7 05/41] target/arm: Update CNTVCT_EL0 for VHE
` [PATCH v7 06/41] target/arm: Split out vae1_tlbmask
` [PATCH v7 07/41] target/arm: Split out alle1_tlbmask
` [PATCH v7 08/41] target/arm: Simplify tlb_force_broadcast alternatives
` [PATCH v7 09/41] target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*
` [PATCH v7 10/41] target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2
` [PATCH v7 11/41] target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*
` [PATCH v7 12/41] target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01]
` [PATCH v7 13/41] target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3
` [PATCH v7 14/41] target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2
` [PATCH v7 15/41] target/arm: Recover 4 bits from TBFLAGs
` [PATCH v7 16/41] target/arm: Expand TBFLAG_ANY.MMUIDX to 4 bits
` [PATCH v7 17/41] target/arm: Rearrange ARMMMUIdxBit
` [PATCH v7 18/41] target/arm: Tidy ARMMMUIdx m-profile definitions
` [PATCH v7 19/41] target/arm: Reorganize ARMMMUIdx
` [PATCH v7 20/41] target/arm: Add regime_has_2_ranges
` [PATCH v7 21/41] target/arm: Update arm_mmu_idx for VHE
` [PATCH v7 22/41] target/arm: Update arm_sctlr "
` [PATCH v7 23/41] target/arm: Update aa64_zva_access for EL2
` [PATCH v7 24/41] target/arm: Update ctr_el0_access "
` [PATCH v7 25/41] target/arm: Add the hypervisor virtual counter
` [PATCH v7 26/41] target/arm: Update timer access for VHE
` [PATCH v7 27/41] target/arm: Update define_one_arm_cp_reg_with_opaque "
` [PATCH v7 28/41] target/arm: Add VHE system register redirection and aliasing
` [PATCH v7 29/41] target/arm: Add VHE timer "
` [PATCH v7 30/41] target/arm: Flush tlb for ASID changes in EL2&0 translation regime
` [PATCH v7 31/41] target/arm: Flush tlbs for E2&0 "
` [PATCH v7 32/41] target/arm: Update arm_phys_excp_target_el for TGE
` [PATCH v7 33/41] target/arm: Update {fp,sve}_exception_el for VHE
` [PATCH v7 34/41] target/arm: check TGE and E2H flags for EL0 pauth traps
` [PATCH v7 35/41] target/arm: Update get_a64_user_mem_index for VHE
` [PATCH v7 36/41] target/arm: Update arm_cpu_do_interrupt_aarch64 "
` [PATCH v7 37/41] target/arm: Enable ARMv8.1-VHE in -cpu max
` [PATCH v7 38/41] target/arm: Move arm_excp_unmasked to cpu.c
` [PATCH v7 39/41] target/arm: Pass more cpu state to arm_excp_unmasked
` [PATCH v7 40/41] target/arm: Use bool for unmasked in arm_excp_unmasked
` [PATCH v7 41/41] target/arm: Raise only one interrupt in arm_cpu_exec_interrupt

[PATCH] pc-bios/s390x: Pack ResetInfo struct
 2020-02-06 11:00 UTC  (4+ messages)

[PATCH] mailmap: Add entry about me
 2020-02-06 11:08 UTC  (3+ messages)

[PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE
 2020-02-06 10:44 UTC  (3+ messages)

[PATCH] Add support for a helper with 7 arguments
 2020-02-06 10:28 UTC  (3+ messages)

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2020-02-06 10:21 UTC  (4+ messages)
` [PATCH for-5.0 v2 10/23] quorum: Implement .bdrv_recurse_can_replace()

[PATCH] tests/plugin: prevent uninitialized warning
 2020-02-06 10:19 UTC  (2+ messages)

[PATCH 0/2] Prevent uninitialized warnings
 2020-02-06 10:13 UTC  (3+ messages)
` [PATCH 2/2] aspeed/i2c: Prevent uninitialized warning

[PATCH] hw/pci/pci_bridge: Fix typo in comment
 2020-02-06 10:10 UTC  (2+ messages)

[PATCH] qemu-img: Place the '-i aio' option in alphabetical order
 2020-02-06 10:10 UTC  (4+ messages)

[PATCH v3 00/21] block: Fix check_to_replace_node()
 2020-02-06 10:11 UTC  (4+ messages)
` [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

[PATCH] qemu-options: replace constant 1 with HAS_ARG
 2020-02-06 10:09 UTC  (2+ messages)

[PATCH] MAINTAINERS: Cover hppa-softmmu.mak in the HP-PARISC Machines section
 2020-02-06 10:04 UTC  (2+ messages)

[PATCH] hw/i386/vmmouse: Fix crash when using the vmmouse on a machine without vmport
 2020-02-06 10:03 UTC  (2+ messages)

[PATCH for-5.0 0/4] Remove the deprecated bluetooth subsystem
 2020-02-06  9:56 UTC  (12+ messages)
` [PATCH for-5.0 3/4] Remove the core bluetooth code

[PULL 00/16] testing updates
 2020-02-06  9:53 UTC  (2+ messages)

[PATCH v3 0/2] hw/timer/m48t59: Convert to trace events
 2020-02-06  9:51 UTC  (3+ messages)
` [PATCH v3 2/2] hw/timer/m48t59: Convert debug printf()s "

[PATCH] MAINTAINERS: update Leif Lindholm's address
 2020-02-06  9:46 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH] monitor: fix memory leak in monitor_fdset_dup_fd_find_remove
 2020-02-06  9:41 UTC  (2+ messages)

[PATCH] hw/smbios/smbios: Remove unused include
 2020-02-06  9:39 UTC  (2+ messages)

[PATCH v3 00/13] RFC: [for 5.0]: HMP monitor handlers cleanups
 2020-02-06  9:35 UTC  (7+ messages)

[PATCH] aspeed/i2c:fix uninitialized variable warning
 2020-02-06  9:35 UTC  (3+ messages)

[PATCH 00/17] Improve qcow2 all-zero detection
 2020-02-06  9:18 UTC  (12+ messages)
` [PATCH 09/17] block: Refactor bdrv_has_zero_init{,_truncate}

[PATCH v2 0/3] vhost-user: Lift Max Ram Slots Limitation
 2020-02-06  8:33 UTC  (10+ messages)
` [PATCH v2 1/3] Fixed assert in vhost_user_set_mem_table_postcopy
` [PATCH v2 2/3] Refactor vhost_user_set_mem_table functions
` [PATCH v2 3/3] Lift max memory slots limit imposed by vhost-user

VW ELF loader
 2020-02-06  8:29 UTC  (16+ messages)

[PATCH v2] qxl: introduce hardware revision 5
 2020-02-06  8:26 UTC  (2+ messages)

[PATCH v2 0/2] ppc/pnv: fix build dependencies
 2020-02-06  8:17 UTC  (6+ messages)
` [PATCH v2 1/2] qtest: Fix rtas dependencies
` [PATCH v2 2/2] ppc/pnv: Fix PCI_EXPRESS dependency

[PATCH v5 00/26] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-02-06  7:29 UTC  (12+ messages)
    ` [PATCH v5 26/26] nvme: make lba data size configurable
    ` [PATCH v5 22/26] nvme: support multiple namespaces
    ` [PATCH v5 24/26] nvme: change controller pci id

[PATCH 1/3] m25p80: Convert to support tracing
 2020-02-06  7:04 UTC  (7+ messages)
` [PATCH 2/3] m25p80: Improve command handling for Jedec and unsupported commands

[PATCH 0/2] ppc/pnv: fix build dependencies
 2020-02-06  6:31 UTC  (5+ messages)
` [PATCH 2/2] ppc/pnv: Fix PCI_EXPRESS dependency

[PATCH] virtio: clean up when virtio_queue_set_rings() fails
 2020-02-06  6:28 UTC  (4+ messages)

[PATCH] i386: pass CLZERO to guests with EPYC CPU model on AMD ZEN platform
 2020-02-06  5:53 UTC  (8+ messages)

[Bug 1862110] [NEW] qemu in script is not parsing properly
 2020-02-06  5:20 UTC  (2+ messages)
` [Bug 1862110] "

[PATCH] tcg: gdbstub: Fix missing breakpoint issue
 2020-02-06  2:33 UTC  (3+ messages)

[PATCH v3 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-02-06  1:52 UTC  (5+ messages)
` [PATCH v3 1/1] qemu-img: Add --target-is-zero to convert

[PATCH v4 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-02-06  1:45 UTC  (3+ messages)
` [PATCH v4 1/1] qemu-img: Add --target-is-zero to convert

[RFC v2 00/14] Add SDEI support for arm64
 2020-02-06  1:20 UTC  (6+ messages)

[PATCH v2 00/30] hw/arm/raspi: Dynamically create machines based on the board revision
 2020-02-06  1:17 UTC  (31+ messages)
` [PATCH v2 01/30] hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels
` [PATCH v2 02/30] hw/arm/raspi: Correct the board descriptions
` [PATCH v2 03/30] hw/arm/raspi: Extract the version from the board revision
` [PATCH v2 04/30] hw/arm/raspi: Extract the RAM size "
` [PATCH v2 05/30] hw/arm/raspi: Extract the processor type "
` [PATCH v2 06/30] hw/arm/raspi: Trivial code movement
` [PATCH v2 07/30] hw/arm/raspi: Make machines children of abstract RaspiMachineClass
` [PATCH v2 08/30] hw/arm/raspi: Make board_rev a field of RaspiMachineClass
` [PATCH v2 09/30] hw/arm/raspi: Let class_init() directly call raspi_machine_init()
` [PATCH v2 10/30] hw/arm/raspi: Set default RAM size to size encoded in board revision
` [PATCH v2 11/30] hw/arm/raspi: Extract the board model from the "
` [PATCH v2 12/30] hw/arm/raspi: Use a unique raspi_machine_class_init() method
` [PATCH v2 13/30] hw/arm/raspi: Extract the cores count from the board revision
` [PATCH v2 14/30] hw/arm/bcm2836: Restrict BCM283XClass declaration to C source
` [PATCH v2 15/30] hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
` [PATCH v2 16/30] hw/arm/bcm2836: Introduce BCM283XClass::core_count
` [PATCH v2 17/30] hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
` [PATCH v2 18/30] hw/arm/bcm2836: Split out common realize() code
` [PATCH v2 19/30] hw/arm/bcm2836: Introduce the BCM2835 SoC
` [PATCH v2 20/30] hw/arm/raspi: Add the Raspberry Pi Zero machine
` [PATCH v2 21/30] hw/arm/raspi: Add the Raspberry Pi B+ machine
` [PATCH v2 22/30] tests/acceptance/boot_linux_console: Use raspi console model as key
` [PATCH v2 23/30] tests/acceptance/boot_linux_console: Add raspi version=2 parameter
` [PATCH v2 24/30] tests/acceptance/boot_linux_console: Test the raspi1 console
` [PATCH v2 25/30] tests/acceptance/boot_linux_console: Test the raspi0 console
` [PATCH v2 26/30] python/qemu/machine: Allow to use other serial consoles than default
` [PATCH v2 27/30] tests/acceptance/boot_linux_console: Test the raspi1 AUX console
` [PATCH v2 28/30] tests/acceptance: Count Raspberry Pi logos displayed on framebuffer
` [NOTFORMERGE PATCH v2 29/30] hw/arm/bcm2836: Add the BCM2838 (ARMv8)
` [NOTFORMERGE PATCH v2 30/30] hw/arm/raspi: Add the Raspberry Pi 4

[PATCH 0/3] delay timer_new to avoid memleaks
 2020-02-06  1:14 UTC  (3+ messages)

[PATCH v2 0/5] python/qemu: qmp: Fix, delint and improvements
 2020-02-05 23:43 UTC  (5+ messages)
` [PATCH v2 3/5] python/qemu: qmp: Make accept()'s timeout configurable
` [PATCH v2 4/5] python/qemu: qmp: Make QEMUMonitorProtocol a context manager


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