qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-02 14:31:24 to 2018-08-03 14:40:13 UTC [more...]

[Qemu-devel] [PATCH v2 2/2] hw/arm: Add Arm Enterprise machine type
 2018-08-03 14:39 UTC  (20+ messages)

[Qemu-devel] [PATCH v6 00/77] Add nanoMIPS support to QEMU
 2018-08-03 14:06 UTC  (62+ messages)
` [Qemu-devel] [PATCH v6 19/77] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v6 23/77] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v6 34/77] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v6 35/77] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v6 36/77] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v6 37/77] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v6 38/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v6 39/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v6 40/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v6 41/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v6 42/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v6 43/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v6 44/77] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v6 45/77] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v6 46/77] target/mips: Add updating BadInstr, BadInstrP, BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v6 47/77] target/mips: Implement CP0 Config1.WR bit functionality
` [Qemu-devel] [PATCH v6 48/77] target/mips: Adjust exception_resume_pc() for nanoMIPS
` [Qemu-devel] [PATCH v6 49/77] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v6 50/77] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v6 51/77] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v6 52/77] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v6 53/77] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v6 54/77] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v6 55/77] mips_malta: Add basic nanoMIPS boot code for MIPS' Malta
` [Qemu-devel] [PATCH v6 56/77] mips_malta: Setup GT64120 BARs in nanoMIPS bootloader
` [Qemu-devel] [PATCH v6 57/77] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v6 58/77] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v6 59/77] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v6 60/77] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v6 61/77] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v6 62/77] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v6 63/77] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v6 64/77] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v6 65/77] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v6 66/77] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v6 67/77] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v6 68/77] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v6 69/77] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v6 70/77] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v6 71/77] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v6 72/77] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v6 73/77] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v6 74/77] linux-user: Amend support for sigaction() syscall "
` [Qemu-devel] [PATCH v6 75/77] linux-user: Add support for statx() syscall for all platforms
` [Qemu-devel] [PATCH v6 76/77] linux-user: Add nanoMIPS linux user mode configuration support
` [Qemu-devel] [PATCH v6 77/77] linux-user: Add nanoMIPS support in scripts/qemu-binfmt-conf.sh

[Qemu-devel] [PATCH 0/6] qcow2: Make the L2 cache cover the whole image by default
 2018-08-03 13:37 UTC  (13+ messages)
` [Qemu-devel] [PATCH 3/6 for-3.0] qcow2: Options' documentation fixes
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 4/6] qcow2: Update total_sectors when resizing the image
        ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 6/6] qcow2: Resize the cache upon image resizing
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/4] target/arm sve fixes
 2018-08-03 13:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/4] target/arm: Fix typo in helper_sve_movz_d
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [kvm-unit-tests PATCH v2 0/4] arm: add GICv2 MMIO tests
 2018-08-03 13:13 UTC  (10+ messages)
` [Qemu-devel] [kvm-unit-tests PATCH v2 1/4] mark exit() and abort() as non-returning functions
` [Qemu-devel] [kvm-unit-tests PATCH v2 2/4] arm/arm64: GIC: basic GICv2 MMIO tests
` [Qemu-devel] [kvm-unit-tests PATCH v2 3/4] arm/arm64: GICv2: add GICD_IPRIORITYR testing
` [Qemu-devel] [kvm-unit-tests PATCH v2 4/4] arm/arm64: GICv2: add GICD_ITARGETSR testing

[Qemu-devel] [PATCH] Makefile: Don't add -dirty to pkgversion when tree is not dirty
 2018-08-03 12:57 UTC 

[Qemu-devel] [PATCH] qemu-img.c: Add examples section
 2018-08-03 12:40 UTC  (5+ messages)

[Qemu-devel] [PULL 0/2] ppc-for-3.0 queue 20180801
 2018-08-03  6:49 UTC  (9+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v5 00/76] Add nanoMIPS support to QEMU
 2018-08-03 10:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 45/76] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair

[Qemu-devel] [PULL 0/5] pc, virtio: fixes
 2018-08-03 10:45 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/5] vhost: check region type before casting
` [Qemu-devel] [PULL 2/5] hw/acpi-build: Add a check for memory-less NUMA nodes
` [Qemu-devel] [PULL 3/5] tests/acpi-test: update ACPI tables test blobs
` [Qemu-devel] [PULL 4/5] pc: acpi: fix memory hotplug regression by reducing stub SRAT entry size
` [Qemu-devel] [PULL 5/5] tests/acpi: update tables after memory hotplug changes

[Qemu-devel] [PATCH 0/5] tests/vm: various minor improvements
 2018-08-03 10:45 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/5] tests/vm: Use -cpu max rather than -cpu host
` [Qemu-devel] [PATCH 2/5] tests/vm: Pass the jobs parallelism setting to 'make check'
` [Qemu-devel] [PATCH 3/5] tests/vm: Propagate V=1 down into the make inside the VM
` [Qemu-devel] [PATCH 4/5] tests/vm: Bump guest RAM up from 2G to 4G
` [Qemu-devel] [PATCH 5/5] tests/vm: Use make's --output-sync option

[Qemu-devel] [PATCH v3 0/7] arm: add Cortex M0 CPU model and hex file loader
 2018-08-03 10:32 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex "

[Qemu-devel] [PATCH] hw/intc/apic: Switch away from old_mmio
 2018-08-03 10:19 UTC 

[Qemu-devel] [Bug 1785203] [NEW] accel/tcg/translate-all.c:2511: page_check_range: Assertion `start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)' failed
 2018-08-03  9:42 UTC 

[Qemu-devel] [Bug 1785197] [NEW] qemu 2.12.0 crash during install windows 10 with vga
 2018-08-03  9:25 UTC 

[Qemu-devel] [PATCH 0/4] Introduction of l2-cache-full option for qcow2 images
 2018-08-03  9:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/4] qcow2: Introduce an option for sufficient L2 cache for the entire image

[Qemu-devel] [PATCH v6 00/12] Enable postcopy RDMA live migration
 2018-08-03  9:13 UTC  (13+ messages)
` [Qemu-devel] [PATCH v6 01/12] migration: disable RDMA WRITE after postcopy started
` [Qemu-devel] [PATCH v6 02/12] migration: create a dedicated connection for rdma return path
` [Qemu-devel] [PATCH v6 03/12] migration: avoid concurrent invoke channel_close by different threads
` [Qemu-devel] [PATCH v6 04/12] migration: implement bi-directional RDMA QIOChannel
` [Qemu-devel] [PATCH v6 05/12] migration: Stop rdma yielding during incoming postcopy
` [Qemu-devel] [PATCH v6 06/12] migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
` [Qemu-devel] [PATCH v6 07/12] migration: invoke qio_channel_yield only when qemu_in_coroutine()
` [Qemu-devel] [PATCH v6 08/12] migration: poll the cm event while wait RDMA work request completion
` [Qemu-devel] [PATCH v6 09/12] migration: implement the shutdown for RDMA QIOChannel
` [Qemu-devel] [PATCH v6 10/12] migration: poll the cm event for destination qemu
` [Qemu-devel] [PATCH v6 11/12] migration: remove the unnecessary RDMA_CONTROL_ERROR message
` [Qemu-devel] [PATCH v6 12/12] migration: create a dedicated thread to release rdma resource

[Qemu-devel] qemu 2.12.0 crash during install windows 10 with vga
 2018-08-03  9:11 UTC 

[Qemu-devel] [PATCH 4/6] dirty-bitmaps: clean-up bitmaps loading and migration logic
 2018-08-03  9:10 UTC  (18+ messages)

[Qemu-devel] [PATCH] migrate/cpu-throttle: Add max-cpu-throttle migration parameter
 2018-08-03  8:10 UTC  (4+ messages)

[Qemu-devel] Can I create img more thant 16TB?
 2018-08-03  7:54 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/timer/m48t59: Move away from old_mmio accessors
 2018-08-03  7:22 UTC  (3+ messages)

[Qemu-devel] [PATCH] aio-posix: Improve comment around marking node deleted
 2018-08-03  6:39 UTC 

[Qemu-devel] Node deletion in aio_set_fd_handler
 2018-08-03  6:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 2/2] s390x: Enable KVM huge page backing support
 2018-08-03  5:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5] "
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH 0/3] hw/ppc: Convert various devices away from old_mmio
 2018-08-03  5:31 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/3] hw/ppc/prep: Remove ifdeffed-out stub of XCSR code
` [Qemu-devel] [PATCH 2/3] hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpga
` [Qemu-devel] [PATCH 3/3] hw/ppc/ppc405_uc: Convert away from old_mmio

[Qemu-devel] [PATCH v4 0/3] arm: Add nRF51 SoC and micro:bit machine
 2018-08-03  5:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] MAINTAINERS: Add NRF51 entry
` [Qemu-devel] [PATCH v4 2/3] arm: Add Nordic Semiconductor nRF51 SoC
` [Qemu-devel] [PATCH v4 3/3] arm: Add BBC micro:bit machine

[Qemu-devel] Efficacy of jitterentropy RNG on qemu-kvm Guests
 2018-08-03  3:28 UTC 

[Qemu-devel] [PULL v4 0/7] riscv-pull queue
 2018-08-03  1:58 UTC  (2+ messages)

[Qemu-devel] RISC-V platform
 2018-08-02 23:59 UTC  (3+ messages)

[Qemu-devel] [ANNOUNCE] QEMU 2.12.1 Stable released
 2018-08-02 23:04 UTC 

[Qemu-devel] [PATCH v3 0/2] Nios II generic board config and semihosting support
 2018-08-02 21:56 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/2] Add Nios II "

[Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enabled
 2018-08-02 20:37 UTC  (3+ messages)

[Qemu-devel] [Bug 1784919] [NEW] native libgfapi glusterfs support for virtio 9p filesystem passthrough
 2018-08-02 20:11 UTC  (2+ messages)
` [Qemu-devel] [Bug 1784919] "

[Qemu-devel] [Bug 1784900] Re: QEMU (frontend) crashes upon warm reboot with virtio-gpu device and vga=775 on Linux cmdline
 2018-08-02 12:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/5] Connect a PCIe host and graphics support to RISC-V
 2018-08-02 19:18 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH v1 0/5] Connect a PCIe host and graphics support toRISC-V

[Qemu-devel] [PATCH 0/2] mips: convert devices away from old_mmio
 2018-08-02 18:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] hw/display/vga-isa-mm: Convert "
` [Qemu-devel] [PATCH 2/2] hw/pci-host/bonito: Move away from old_mmio accessors

[Qemu-devel] [PATCH v2 00/23] tests: Compile-time format string checking for libqtest.h
 2018-08-02 18:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 21/23] libqtest: Remove qtest_qmp_discard_response() & friends

[Qemu-devel] [PATCH 0/2] hw/net/pcnet-pci: Convert away from old_mmio accessors
 2018-08-02 17:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/write

[Qemu-devel] [Bug 1784900] [NEW] QEMU (frontend) crashes upon warm reboot with virtio-gpu device and vga=775 on Linux cmdline
 2018-08-02 16:06 UTC  (2+ messages)
` [Qemu-devel] [Bug 1784900] "

[Qemu-devel] [PATCH v6 0/4] spapr: introduce a fixed IRQ number space and an IRQ controller backend
 2018-08-02 15:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 4/4] spapr: increase the size of the IRQ number space

[Qemu-devel] [PATCH v1] s390x/cpu_models: Add "-cpu max" support
 2018-08-02 15:13 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] throttle: Race condition fixes and test cases
 2018-08-02 14:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] qemu-iotests: Test removing a throttle group member with a pending timer
` [Qemu-devel] [PATCH 2/4] throttle-groups: Skip the round-robin if a member is being drained
` [Qemu-devel] [PATCH 3/4] qemu-iotests: Update 093 to improve the draining test
` [Qemu-devel] [PATCH 4/4] throttle-groups: Don't allow timers without throttled requests

[Qemu-devel] [PATCH 0/4 for-3.0?] NBD fixes for unaligned images
 2018-08-02 14:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] block: Add bdrv_get_request_alignment()
` [Qemu-devel] [PATCH 2/4] nbd/server: Advertise actual minimum block size
` [Qemu-devel] [PATCH 3/4] iotests: Add 228 to test NBD on unaligned images
` [Qemu-devel] [PATCH 4/4] nbd/client: Deal with unaligned size from server


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