qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-14 10:18:42 to 2020-08-15 15:06:56 UTC [more...]

[RFC 0/9] Support disable/enable CPU features for AArch64
 2020-08-15  6:51 UTC  (5+ messages)
` [RFC 2/9] target/arm: parse cpu feature related options

[RFC v3 00/71] target/riscv: support vector extension v1.0
 2020-08-15  5:29 UTC  (7+ messages)
` [RFC v3 26/71] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns

[PATCH v8 00/20] Initial support for multi-process qemu
 2020-08-14 23:01 UTC  (4+ messages)
` [PATCH v8 17/20] multi-process: heartbeat messages to remote

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-15  9:06 UTC  (22+ messages)
` [PATCH 01/18] target/riscv: cpu: Add a new 'resetvec' property
` [PATCH 02/18] hw/riscv: hart: "
` [PATCH 03/18] target/riscv: cpu: Set reset vector based on the configured property value
` [PATCH 04/18] hw/riscv: Initial support for Microchip PolarFire SoC Icicle Kit board
` [PATCH 05/18] hw/char: Add Microchip PolarFire SoC MMUART emulation
` [PATCH 06/18] hw/riscv: microchip_pfsoc: Connect 5 MMUARTs
` [PATCH 07/18] hw/sd: sd: Fix incorrect populated function switch status data structure
` [PATCH 08/18] hw/sd: sd: Correctly set the high capacity bit
` [PATCH 09/18] hw/sd: sdhci: Make sdhci_poweron_reset() internal visible
` [PATCH 10/18] hw/sd: Add Cadence SDHCI emulation
` [PATCH 11/18] hw/riscv: microchip_pfsoc: Connect a Cadence SDHCI controller and an SD card
` [PATCH 12/18] hw/dma: Add Microchip PolarFire Soc DMA controller emulation
` [PATCH 13/18] hw/riscv: microchip_pfsoc: Connect a DMA controller
` [PATCH 14/18] hw/net: cadence_gem: Add a new 'phy-addr' property
` [PATCH 15/18] hw/riscv: microchip_pfsoc: Connect 2 Cadence GEMs
` [PATCH 16/18] hw/riscv: microchip_pfsoc: Hook GPIO controllers
` [PATCH 17/18] hw/riscv: clint: Avoid using hard-coded timebase frequency
` [PATCH 18/18] hw/riscv: microchip_pfsoc: Document the software used for testing

[PATCH 00/20] target/arm: SVE2 preparatory patches
 2020-08-15  1:31 UTC  (2+ messages)
` [PATCH 12/20] target/arm: Split out gen_gvec_ool_zz

[PATCH] Fixes: Fallthrough warning on line 270 of qemu/qapi/opts-visitor.c
 2020-08-15 13:00 UTC 

[PATCH 0/7] block: Use definitions instead of magic values
 2020-08-15  3:18 UTC  (16+ messages)
` [PATCH 1/7] block/null: Make more explicit the driver default size is 1GiB
` [PATCH 2/7] hw/ide/core: Trivial typo fix
` [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE
` [PATCH 4/7] hw/ide/ahci: "
` [PATCH 5/7] hw/ide/atapi: "
` [PATCH 6/7] hw/ide/pci: "
` [PATCH 7/7] hw/scsi/scsi-disk: "

[PATCH v5 00/14] QEMU cpus.c refactoring part2
 2020-08-14 20:51 UTC  (19+ messages)
` [PATCH v5 01/14] cpu-timers, icount: new modules
` [PATCH v5 02/14] cpus: prepare new CpusAccel cpu accelerator interface
` [PATCH v5 03/14] cpus: extract out TCG-specific code to accel/tcg
` [PATCH v5 04/14] cpus: extract out qtest-specific code to accel/qtest
` [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm
` [PATCH v5 06/14] cpus: extract out hax-specific code to target/i386/
` [PATCH v5 07/14] cpus: extract out whpx-specific "
` [PATCH v5 08/14] cpus: extract out hvf-specific code to target/i386/hvf/
` [PATCH v5 09/14] cpus: cleanup now unneeded includes

[PATCH v3 0/1] cputlb: Make store_helper less fragile to compiler optimizations
 2020-08-14 20:10 UTC  (3+ messages)
` [PATCH v3 1/1] "

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-08-14 19:49 UTC  (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PATCH 0/7] target/arm: Add vSPE support to KVM guest
 2020-08-14 19:28 UTC  (12+ messages)
` [PATCH 2/7] target/arm/kvm: spe: Add helper to detect SPE when using KVM
` [PATCH 3/7] target/arm/cpu: spe: Add an option to turn on/off vSPE support
` [PATCH 7/7] target/arm/cpu: spe: Enable spe to work with host cpu

[PATCH v5 00/20] Convert QAPI doc comments to generate rST instead of texinfo
 2020-08-14 18:40 UTC  (7+ messages)
` [PATCH v5 02/20] qapi: Fix indentation, again
` [PATCH v5 03/20] qapi/block-core.json: Fix nbd-server-start docs
` [PATCH v5 09/20] docs/sphinx: Add new qapi-doc Sphinx extension

[PATCH v2 0/9] preallocate filter
 2020-08-14 18:30 UTC  (13+ messages)
` [PATCH v2 1/9] block: simplify comment to BDRV_REQ_SERIALISING
` [PATCH v2 2/9] block/io.c: drop assertion on double waiting for request serialisation
` [PATCH v2 3/9] block/io: split out bdrv_find_conflicting_request
` [PATCH v2 4/9] block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
` [PATCH v2 5/9] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v2 6/9] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v2 7/9] block: introduce preallocate filter
` [PATCH v2 8/9] iotests.py: add verify_o_direct helper
` [PATCH v2 9/9] iotests: add 298 to test new preallocate filter driver
` DROP Re: [PATCH v2 0/9] preallocate filter

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-14 18:07 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 00/41] qom: Automated conversion of type checking boilerplate
 2020-08-14 18:05 UTC  (30+ messages)
` [PATCH 01/41] pl1110: Rename PL1110 enum
` [PATCH 05/41] aspeed_timer: Fix ASPEED_TIMER macro definition
` [PATCH 06/41] allwinner-h3: Rename memmap enum constants
` [PATCH 08/41] opentitan: "
` [PATCH 09/41] sifive_e: "
` [PATCH 10/41] sifive_u: "
` [PATCH 11/41] versatile: Fix typo in PCI_VPB_HOST definition
` [PATCH 14/41] hcd-dwc2: Rename USB_*CLASS macros for consistency
` [PATCH 15/41] tulip: Move TulipState typedef to header
` [PATCH 16/41] throttle-groups: Move ThrottleGroup "
` [PATCH 18/41] i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h
` [PATCH 22/41] can_emu: Delete macros for non-existing typedef
` [PATCH 23/41] nubus: Delete unused NUBUS_BRIDGE macro
` [PATCH 30/41] qom: Make type checker functions accept const pointers

[PATCH v5 0/5] fix & merge block_status_above and is_allocated_above
 2020-08-14 18:02 UTC  (2+ messages)

[PATCH 0/5] hw/avr: Start using the Clock API
 2020-08-14 17:33 UTC  (7+ messages)
` [PATCH 1/5] hw/avr/atmega: Introduce the I/O clock
` [PATCH 2/5] hw/timer/avr_timer16: Use the Clock API
` [PATCH 3/5] hw/char/avr_usart: Restrict register definitions to source
` [PATCH 4/5] hw/char/avr_usart: Use the Clock API
` [PATCH 5/5] hw/char/avr_usart: Trace baudrate changes

[PATCH 1/1] include/elf.h: Add EM_RX
 2020-08-14 17:15 UTC  (2+ messages)

[PATCH] hw/arm/musicpal: Use AddressSpace for DMA transfers
 2020-08-14 17:14 UTC  (2+ messages)

[PATCH] hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers
 2020-08-14 17:12 UTC  (2+ messages)

[PATCH 0/7] hw/sd: Use sdbus_read_data/sdbus_write_data for multiple bytes access
 2020-08-14 17:05 UTC  (7+ messages)
` [PATCH 2/7] hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
` [PATCH 3/7] hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
` [PATCH 4/7] hw/sd: Add sdbus_write_data() to write multiples bytes on the data line
` [PATCH 6/7] hw/sd: Add sdbus_read_data() to read "
` [PATCH 7/7] hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possible

[PATCH] spapr/xive: Use xive_source_esb_len()
 2020-08-14 17:00 UTC  (5+ messages)

[PATCH] hw/block/nand: Decommission the NAND museum
 2020-08-14 16:41 UTC  (4+ messages)

[PATCH 0/3] float16 APIs and alternative sNaN handling
 2020-08-14 16:15 UTC  (5+ messages)
` [PATCH 2/3] softfloat: add APIs to handle alternative sNaN propagation

[PATCH v2 0/3] target/arm: Implement an IMPDEF pauth algorithm
 2020-08-14 16:08 UTC  (9+ messages)
` [PATCH v2 1/3] target/arm: Add cpu properties to control pauth
` [PATCH v2 2/3] target/arm: Implement an IMPDEF pauth algorithm
` [PATCH v2 3/3] target/arm: Use object_property_add_bool for "sve" property

[PATCH] ide:do nothing for identify cmd if no any device attached
 2020-08-14 15:43 UTC  (3+ messages)

[PATCH v7 00/47] block: Deal with filters
 2020-08-14 15:18 UTC  (10+ messages)
` [PATCH v7 14/47] stream: "

[PATCH v9 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-08-14 15:20 UTC  (3+ messages)
` [PATCH v9 1/4] hw/net/can: "

[PULL v2 00/20] riscv-to-apply queue
 2020-08-14 15:05 UTC  (21+ messages)
` [PULL v2 01/20] target/riscv: Generate nanboxed results from fp helpers
` [PULL v2 02/20] target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
` [PULL v2 03/20] target/riscv: Generate nanboxed results from trans_rvf.inc.c
` [PULL v2 04/20] target/riscv: Check nanboxed inputs to fp helpers
` [PULL v2 05/20] target/riscv: Check nanboxed inputs in trans_rvf.inc.c
` [PULL v2 06/20] target/riscv: Clean up fmv.w.x
` [PULL v2 07/20] target/riscv: check before allocating TCG temps
` [PULL v2 08/20] hw/riscv: sifive_u: Add a dummy L2 cache controller device
` [PULL v2 09/20] riscv: Fix bug in setting pmpcfg CSR for RISCV64
` [PULL v2 10/20] configure: Create symbolic links for pc-bios/*.elf files
` [PULL v2 11/20] roms/opensbi: Upgrade from v0.7 to v0.8
` [PULL v2 12/20] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
` [PULL v2 13/20] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
` [PULL v2 14/20] hw/riscv: spike: Change the default bios to use generic platform image
` [PULL v2 15/20] gitlab-ci/opensbi: Update GitLab CI to build generic platform
` [PULL v2 16/20] target/riscv: Fix the translation of physical address
` [PULL v2 17/20] target/riscv: Change the TLB page size depends on PMP entries
` [PULL v2 18/20] hw/intc: ibex_plic: Update the pending irqs
` [PULL v2 19/20] hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
` [PULL v2 20/20] hw/intc: ibex_plic: Honour source priorities

[PATCH] hw/net/xilinx_axienet: Remove unused code
 2020-08-14 15:05 UTC  (2+ messages)

[PATCH] spapr/xive: Allocate IPIs from the vCPU contexts
 2020-08-14 15:08 UTC  (2+ messages)

[PATCH 00/12] fix some error memleaks
 2020-08-14 16:02 UTC  (14+ messages)
` [PATCH 01/12] qga/channel-posix: Plug memory leak in ga_channel_write_all()
` [PATCH 02/12] hw/vfio/ap: Plug memleak in vfio_ap_get_group()
` [PATCH 03/12] elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
` [PATCH 04/12] elf2dmp/pdb: Plug memleak in pdb_init_from_file
` [PATCH 05/12] target/i386/sev: Plug memleak in sev_read_file_base64
` [PATCH 07/12] target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_features
` [PATCH 08/12] migration/colo: Plug memleaks in colo_process_incoming_thread
` [PATCH 09/12] blockdev: Fix a memleak in drive_backup_prepare()
` [PATCH 10/12] block/file-posix: fix a possible undefined behavior
` [PATCH 11/12] vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string
` [PATCH 12/12] test-util-sockets: Fix a memleak in test_socket_unix_abstract_good

QEMU latest release riscv32-softmmu not working
 2020-08-14  9:03 UTC  (3+ messages)

[PATCH] loader.c: Add support Motrola S-record format
 2020-08-14 13:14 UTC 

device compatibility interface for live migration with assigned devices
 2020-08-14 12:30 UTC  (12+ messages)

[PATCH] hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers
 2020-08-14 12:05 UTC  (3+ messages)

[PATCH v13 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-08-14 11:56 UTC  (2+ messages)

[PATCH v2 000/150] Meson integration for 5.2
 2020-08-14 10:58 UTC  (22+ messages)
` [PATCH 112/150] meson: convert hw/intc
` [PATCH 119/150] meson: convert hw/display
` [PATCH 120/150] meson: convert hw/cpu
` [PATCH 123/150] meson: convert hw/audio
` [PATCH 126/150] meson: convert hw/9pfs, cleanup
` [PATCH 130/150] meson: linux-user
` [PATCH 132/150] meson: cpu-emu
` [PATCH 133/150] meson: plugins
` [PATCH 135/150] meson: convert systemtap files
` [PATCH 136/150] rules.mak: remove version.o
` [PATCH 138/150] meson: sphinx-build
` [PATCH 140/150] meson: build texi doc
` [PATCH 141/150] meson: convert check-block
` [PATCH 142/150] rules.mak: drop unneeded macros
` [PATCH 143/150] meson: replace create-config with meson configure_file
` [PATCH 144/150] meson: convert sample plugins
` [PATCH 146/150] meson: convert VNC and dependent libraries to meson
` [PATCH 150/150] docs: convert build system documentation to rST

[PATCH v2 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-14  9:32 UTC  (10+ messages)
` [PATCH v2 01/10] migration/dirtyrate: Add get_dirtyrate_thread() function
` [PATCH v2 02/10] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v2 03/10] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v2 04/10] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v2 05/10] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v2 06/10] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v2 07/10] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v2 08/10] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v2 09/10] migration/dirtyrate: Implement calculate_dirtyrate() function

[Bug 1890545] [NEW] (ARM64) qemu-x86_64+schroot(Debian bullseye) can't run chrome and can't load HTML
 2020-08-14 10:06 UTC  (2+ messages)
` [Bug 1890545] "


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