qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-19 04:34:35 to 2019-10-21 00:06:31 UTC [more...]

[PATCH 00/21] hw: Let the machine be the owner of the system memory
 2019-10-21  0:03 UTC  (23+ messages)
` [PATCH 01/21] hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
` [PATCH 02/21] hw/arm/mps2: "
` [PATCH 03/21] hw/arm/collie: Create the RAM in the board
` [PATCH 04/21] hw/arm/omap2: "
` [PATCH 05/21] hw/arm/omap1: "
` [PATCH 06/21] hw/arm/digic4: Inline digic4_board_setup_ram() function
` [PATCH 07/21] hw: Drop QOM ownership on memory_region_allocate_system_memory() calls
` [PATCH 08/21] hw/alpha/dp264: Create the RAM in the board
` [PATCH 09/21] hw: Let memory_region_allocate_system_memory take MachineState argument
` [PATCH 10/21] hw/core: Let the machine be the owner of the system memory
` [PATCH 11/21] hw/alpha: "
` [PATCH 12/21] hw/arm: "
` [PATCH 13/21] hw/cris: "
` [PATCH 14/21] hw/hppa: "
` [PATCH 15/21] hw/i386: "
` [PATCH 16/21] hw/lm32: "
` [PATCH 17/21] hw/m68k: "
` [PATCH 18/21] hw/mips: "
` [PATCH 19/21] hw/ppc: "
` [PATCH 20/21] hw/sparc: "
` [PATCH 21/21] hw/core: Assert memory_region_allocate_system_memory has machine owner

[PATCH 0/3] eliminate remaining places that abuse memory_region_allocate_system_memory()
 2019-10-20 21:49 UTC  (6+ messages)
` [PATCH 3/3] hppa: drop usage of memory_region_allocate_system_memory() for ROM

[PATCH 0/7] HPPA: i82596, PS/2 and graphics emulation
 2019-10-20 20:47 UTC  (7+ messages)
` [PATCH 1/7] hw/hppa/dino.c: Improve emulation of Dino PCI chip
` [PATCH 2/7] hppa: Add support for LASI chip with i82596 NIC
` [PATCH 3/7] hppa: remove ISA region
` [PATCH 4/7] ps2: accept 'Set Key Make and Break' commands
` [PATCH 5/7] hppa: add emulation of LASI PS2 controllers
` [PATCH 6/7] hppa: Add emulation of Artist graphics

[PATCH v5 0/4] qcow2: advanced compression options
 2019-10-20 20:37 UTC  (5+ messages)
` [PATCH v5 1/4] block: support compressed write at generic layer
` [PATCH v5 2/4] qcow2: Allow writing compressed data of multiple clusters
` [PATCH v5 3/4] tests/qemu-iotests: add case to write "
` [PATCH v5 4/4] tests/qemu-iotests: add case for block-stream compress

qemu/powernv: coreboot support?
 2019-10-20 19:48 UTC  (15+ messages)

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2019-10-20 18:17 UTC  (3+ messages)
` [Bug 1846427] "

[PATCH v4 0/4] qcow2: advanced compression options
 2019-10-20 18:23 UTC  (4+ messages)
` [PATCH v4 3/4] tests/qemu-iotests: add case to write compressed data of multiple clusters

[PATCH v5 00/10] target/mips: Misc cleanups for September/October 2019
 2019-10-20 18:07 UTC  (12+ messages)
` [PATCH v5 01/10] target/mips: Clean up helper.c
` [PATCH v5 02/10] target/mips: Clean up op_helper.c
` [PATCH v5 03/10] MAINTAINERS: Update mail address of Aleksandar Rikalo
` [PATCH v5 04/10] target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>
` [PATCH v5 05/10] target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>
` [PATCH v5 06/10] target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>
` [PATCH v5 07/10] target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>
` [PATCH v5 08/10] target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>
` [PATCH v5 09/10] target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>
` [PATCH v5 10/10] target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>

[PATCH 0/2] Convert sparc devices to new ptimer API
 2019-10-20 16:11 UTC  (2+ messages)

[PATCH v2] yield_until_fd_readable: make it work with any AioContect
 2019-10-20 15:38 UTC  (2+ messages)

[PATCH ] yield_until_fd_readable: make it work with any AioContect
 2019-10-20 14:33 UTC  (2+ messages)

[PATCH v3 0/9] tests/acceptance: Add tests for the PReP/40p machine
 2019-10-20 14:11 UTC  (8+ messages)
` [PATCH v3 1/9] Acceptance tests: refactor wait_for_console_pattern
` [PATCH v3 3/9] tests/acceptance: Send <carriage return> on serial lines
` [PATCH v3 4/9] tests/acceptance: Refactor exec_command_and_wait_for_pattern()

[PATCH v13 00/12] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-10-20 13:19 UTC  (17+ messages)
` [PATCH v13 01/12] util/cutils: Add qemu_strtotime_ps()
` [PATCH v13 02/12] tests/cutils: Add test for qemu_strtotime_ps()
` [PATCH v13 03/12] qapi: Add builtin type time
` [PATCH v13 04/12] tests: Add test for QAPI "
` [PATCH v13 05/12] numa: Extend CLI to provide initiator information for numa nodes
` [PATCH v13 06/12] numa: Extend CLI to provide memory latency and bandwidth information
` [PATCH v13 07/12] numa: Calculate hmat latency and bandwidth entry list
` [PATCH v13 08/12] numa: Extend CLI to provide memory side cache information
` [PATCH v13 09/12] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
` [PATCH v13 10/12] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [PATCH v13 11/12] hmat acpi: Build Memory Side Cache "
` [PATCH v13 12/12] tests/bios-tables-test: add test cases for ACPI HMAT

[Qemu-devel] [Bug 1749223] [NEW] mouse offset or invisible wall 2.11.0-3
 2019-10-20  9:07 UTC  (2+ messages)
` [Bug 1749223] "

[PATCH 0/1] Update Bulgarian translation
 2019-10-20  7:56 UTC  (5+ messages)
` [PATCH 1/1] Updated Bulgarian translation (19) - 4.1.0

[PATCH] fdc: support READ command with VERIFY DMA mode
 2019-10-20  6:38 UTC 

[Bug 1848901] [NEW] kvm_mem_ioeventfd_add: error adding ioeventfd: No space left on device (28)
 2019-10-20  2:24 UTC  (4+ messages)
` [Bug 1848901] "

[PATCH v3 00/16] hw/arm/raspi: Add thermal/timer, improve address space, run U-boot
 2019-10-19 23:47 UTC  (17+ messages)
` [PATCH v3 01/16] hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor
` [PATCH v3 02/16] hw/arm/bcm2835_peripherals: Use the thermal sensor block
` [PATCH v3 03/16] hw/timer/bcm2835: Add the BCM2835 SYS_timer
` [PATCH v3 04/16] hw/arm/bcm2835_peripherals: Use the SYS_timer
` [PATCH v3 05/16] hw/arm/bcm2836: Make the SoC code modular
` [PATCH v3 06/16] hw/arm/bcm2836: Rename cpus[] as cpu[].core
` [PATCH v3 07/16] hw/arm/bcm2836: Use per CPU address spaces
` [PATCH v3 08/16] hw/arm/bcm2835_peripherals: Add const link property in realize()
` [PATCH v3 09/16] hw/arm/bcm2836: Create VideoCore address space in the SoC
` [PATCH v3 10/16] hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot
` [PATCH v3 11/16] hw/arm/raspi: Use -smp cores=<N> option to restrict enabled cores
` [PATCH v3 12/16] hw/arm/bcm2836: Rename enabled_cpus -> enabled_cores
` [PATCH v3 13/16] hw/arm/raspi: Make the board code modular
` [PATCH v3 14/16] hw/arm/highbank: Use AddressSpace when using write_secondary_boot()
` [PATCH v3 15/16] python/qemu/machine: Allow to use other serial consoles than default
` [PATCH NOTFORMERGE v3 16/16] tests/acceptance: Test U-boot on the Raspberry Pi 3

Fwd: IGD assignment / Legacy Mode Question
 2019-10-19 21:37 UTC 

[PATCH v7 0/3] target/ppc: Optimize emulation of some Altivec instructions
 2019-10-19 20:40 UTC  (10+ messages)
` [PATCH v7 1/3] target/ppc: Optimize emulation of vclzh and vclzb instructions
` [PATCH v7 2/3] target/ppc: Optimize emulation of vpkpx instruction
` [PATCH v7 3/3] target/ppc: Optimize emulation of vupkhpx and vupklpx instructions

[PATCH v32 00/13] QEMU AVR 8 bit cores
 2019-10-19 20:18 UTC  (13+ messages)
` [PATCH v32 04/13] target/avr: Add instruction translation - Registers definition

[PATCH v5 00/13] Multi-phase reset mechanism
 2019-10-19 18:49 UTC  (8+ messages)
` [PATCH v5 01/13] add device_legacy_reset function to prepare for reset api change
` [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition
` [PATCH v5 04/13] hw/core: add Resettable support to BusClass and DeviceClass

[PATCH] net: add tulip (dec21143) driver
 2019-10-19 17:38 UTC 

[PATCH v2 00/10] hw/arm/raspi: Add thermal/timer, improve multicore address space
 2019-10-19 16:50 UTC  (3+ messages)
` [PATCH v2 06/10] hw/arm/bcm2836: Create VideoCore address space in the SoC

[PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests
 2019-10-19 15:52 UTC  (17+ messages)
` [PATCH v2 01/11] Acceptance tests: refactor wait_for_console_pattern
` [PATCH v2 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs
` [PATCH v2 03/11] tests/acceptance: Send <carriage return> on serial lines
` [PATCH v2 04/11] tests/acceptance: Refactor exec_command_and_wait_for_pattern()
` [PATCH v2 05/11] tests/boot_linux_console: Use Avocado archive::gzip_uncompress()
` [PATCH v2 06/11] tests/boot_linux_console: Run BusyBox on 5KEc 64-bit cpu
` [PATCH v2 07/11] tests/ssh_linux_malta: Run tests using a snapshot image
` [PATCH v2 08/11] tests/ssh_linux_malta: Remove duplicated test
` [PATCH v2 09/11] tests/ssh_linux_malta: Match stricter console output
` [PATCH v2 10/11] tests/ssh_linux_malta: Refactor how to get image/kernel info
` [PATCH v2 11/11] tests/ssh_linux_malta: Fix 64-bit target tests

[PATCH 00/11] tests/acceptance: Fix 64-bit MIPS target tests
 2019-10-19 15:28 UTC  (13+ messages)
` [PATCH 01/11] Acceptance tests: refactor wait_for_console_pattern
` [PATCH 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs
` [PATCH 03/11] tests/acceptance: Send <carriage return> on serial lines
` [PATCH 04/11] tests/acceptance: Refactor exec_command_and_wait_for_pattern()
` [PATCH 05/11] tests/boot_linux_console: Use Avocado archive::gzip_uncompress()
` [PATCH 06/11] tests/boot_linux_console: Run BusyBox on 5KEc 64-bit cpu
` [PATCH 07/11] tests/ssh_linux_malta: Run tests using a snapshot image
` [PATCH 08/11] tests/ssh_linux_malta: Remove duplicated test
` [PATCH 09/11] tests/ssh_linux_malta: Match stricter console output
` [PATCH 10/11] tests/ssh_linux_malta: Refactor how to get image/kernel info
` [PATCH 11/11] tests/ssh_linux_malta: Fix 64-bit target tests

[PATCH v4 0/11] add failover feature for assigned network devices
 2019-10-19 15:15 UTC  (3+ messages)

[PATCH v2 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-19 15:22 UTC  (6+ messages)
` [PATCH v2 20/20] hw/pci-host/i440fx: Remove the last PIIX3 traces

[PATCH v2] Do not use %m in common code to print error messages
 2019-10-19 14:00 UTC  (5+ messages)

[PATCH 0/1] Update Bulgarian translation
 2019-10-19 12:55 UTC  (2+ messages)
` [PATCH 1/1] Updated Bulgarian translation (19) - 4.1.0

[PATCH 0/8] Convert misc-arch devices to new ptimer API
 2019-10-19 11:38 UTC  (7+ messages)
` [PATCH 7/8] hw/m68k/mcf5206.c: Switch to transaction-based "
` [PATCH 8/8] hw/m68k/mcf5208.c: "

[PATCH v2 0/2] migration: faster savevm_state_handler_insert()
 2019-10-19 10:12 UTC  (6+ messages)
` [PATCH v2 2/2] migration: savevm_state_handler_insert: constant-time element insertion

[PATCH v5 0/3] tests/vm: netbsd autoinstall, with IPv6 disabled
 2019-10-19  8:21 UTC  (3+ messages)
` [PATCH v5 1/3] tests/vm: netbsd autoinstall, using serial console

[PATCH v3 00/16] libqos: add VIRTIO PCI 1.0 support
 2019-10-19  6:38 UTC  (17+ messages)
` [PATCH v3 01/16] tests/virtio-blk-test: read config space after feature negotiation
` [PATCH v3 02/16] libqos: read QVIRTIO_MMIO_VERSION register
` [PATCH v3 03/16] libqos: extend feature bits to 64-bit
` [PATCH v3 04/16] virtio-scsi-test: add missing feature negotiation
` [PATCH v3 05/16] tests/virtio-blk-test: set up virtqueue after "
` [PATCH v3 06/16] libqos: add missing virtio-9p "
` [PATCH v3 07/16] libqos: enforce Device Initialization order
` [PATCH v3 08/16] libqos: implement VIRTIO 1.0 FEATURES_OK step
` [PATCH v3 09/16] libqos: access VIRTIO 1.0 vring in little-endian
` [PATCH v3 10/16] libqos: add iteration support to qpci_find_capability()
` [PATCH v3 11/16] libqos: pass full QVirtQueue to set_queue_address()
` [PATCH v3 12/16] libqos: add MSI-X callbacks to QVirtioPCIDevice
` [PATCH v3 13/16] libqos: expose common virtqueue setup/cleanup functions
` [PATCH v3 14/16] libqos: make the virtio-pci BAR index configurable
` [PATCH v3 15/16] libqos: extract Legacy virtio-pci.c code
` [PATCH v3 16/16] libqos: add VIRTIO PCI 1.0 support

[PATCH v3 0/2] RTC support for QEMU RISC-V virt machine
 2019-10-19  6:21 UTC  (5+ messages)
` [PATCH v3 1/2] hw: timer: Add Goldfish RTC device

Using virtual IOMMU in guest hypervisors other than KVM and Xen?
 2019-10-19  6:19 UTC  (5+ messages)

[PATCH v2 0/2] spapr: interrupt presenter fixes
 2019-10-19  6:08 UTC  (5+ messages)
` [PATCH v2 1/2] spapr: Introduce a interrupt presenter reset handler
` [PATCH v2 2/2] spapr/xive: Set the OS CAM line at reset


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