qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-01 14:46:19 to 2018-08-02 14:44:44 UTC [more...]

[Qemu-devel] [PATCH 0/3] hw/ppc: Convert various devices away from old_mmio
 2018-08-02 14:44 UTC  (2+ messages)
` [Qemu-devel] [PATCH 3/3] hw/ppc/ppc405_uc: Convert "

[Qemu-devel] [PATCH v6 00/77] Add nanoMIPS support to QEMU
 2018-08-02 14:17 UTC  (74+ messages)
` [Qemu-devel] [PATCH v6 01/77] MAINTAINERS: Update target/mips maintainer's email addresses
` [Qemu-devel] [PATCH v6 02/77] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v6 03/77] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v6 04/77] target/mips: Fix two instances of shadow variables
` [Qemu-devel] [PATCH v6 05/77] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v6 06/77] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v6 07/77] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v6 08/77] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v6 09/77] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v6 10/77] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v6 11/77] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v6 12/77] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v6 13/77] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v6 14/77] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v6 15/77] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v6 16/77] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v6 17/77] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v6 18/77] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v6 19/77] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v6 20/77] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v6 21/77] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v6 22/77] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v6 23/77] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v6 24/77] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v6 25/77] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v6 26/77] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v6 27/77] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v6 28/77] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v6 29/77] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v6 30/77] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v6 31/77] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v6 32/77] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v6 33/77] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [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] [PULL 0/2] ppc-for-3.0 queue 20180801
 2018-08-02 14:07 UTC  (7+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v6 0/4] spapr: introduce a fixed IRQ number space and an IRQ controller backend
 2018-08-02 13:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 3/4] spapr: introduce a IRQ controller backend to the machine

[Qemu-devel] [PATCH for-3.0 v2] pc: acpi: fix memory hotplug regression by reducing stub SRAT entry size
 2018-08-02 13:39 UTC  (6+ messages)

[Qemu-devel] [PATCH v5 00/76] Add nanoMIPS support to QEMU
 2018-08-02 13:17 UTC  (21+ messages)
` [Qemu-devel] [PATCH v5 07/76] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v5 19/76] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v5 32/76] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v5 45/76] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v5 49/76] target/mips: Adjust exception_resume_pc() for nanoMIPS

[Qemu-devel] Any tutorial to read/write in qcow2 format by programming way?
 2018-08-02 12:58 UTC  (4+ messages)

[Qemu-devel] [PATCH] arm: Fix return code of arm_load_elf
 2018-08-02 12:13 UTC  (2+ messages)

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

[Qemu-devel] [RFC PATCH 0/6] Clock and power gating support
 2018-08-02 11:07 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH 2/6] qdev: add power/clock gating control on bus tree
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] TCG dup_vec optimization issue
 2018-08-02 11:07 UTC 

[Qemu-devel] [PATCH for-3.1] tests/cpu-plug-test: check CPU hotplug on ppc64 with KVM
 2018-08-02 10:52 UTC  (10+ messages)

[Qemu-devel] [PATCH] migrate/cpu-throttle: Add max-cpu-throttle migration parameter
 2018-08-02 10:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] pc-dimm: pre_plug "slot" and "addr" assignment
 2018-08-02 10:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 2/4] util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()

[Qemu-devel] [PATCH 0/6] fix persistent bitmaps migration logic
 2018-08-02 10:23 UTC  (17+ messages)
` [Qemu-devel] [PATCH 4/6] dirty-bitmaps: clean-up bitmaps loading and "

[Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation
 2018-08-02 10:00 UTC  (7+ messages)

[Qemu-devel] [PATCH] tests/migration-test: Turn kvm_hv message into a g_debug message
 2018-08-02  9:52 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC and micro:bit machine
 2018-08-02  9:42 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/3] arm: Add Nordic Semiconductor nRF51 SoC

[Qemu-devel] QEMU 3.0 RC3 mouse problem with Windows 3.1 and NT 4.0
 2018-08-02  9:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] vhost: check region type before casting
 2018-08-02  9:13 UTC  (6+ messages)

[Qemu-devel] [PATCH] es1370: simplify MemoryRegionOps
 2018-08-02  8:18 UTC  (3+ messages)

[Qemu-devel] [PATCH for-3.1] s390x: remove 's390-squash-mcss' option
 2018-08-02  7:44 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 0/2] s390x: Enable KVM huge page backing support
 2018-08-02  7:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 2/2] "
  ` [Qemu-devel] [qemu-s390x] "
  ` [Qemu-devel] [PATCH v5] "

[Qemu-devel] [PATCH v3 0/7] arm: add Cortex M0 CPU model and hex file loader
 2018-08-02  6:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 4/7] target/arm: add "cortex-m0" CPU model
` [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader
` [Qemu-devel] [PATCH v3 7/7] Add QTest testcase for the Intel Hexadecimal
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH v5 00/24] Fixing record/replay and adding reverse debugging
 2018-08-02  5:50 UTC  (16+ messages)
` [Qemu-devel] [PATCH v5 23/24] replay: add BH oneshot event for block layer
` [Qemu-devel] [PATCH v5 24/24] slirp: fix ipv6 timers

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

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

[Qemu-devel] [RFC v3 0/6] pci_expander_brdige: Put pxb-pcie host bridge into separate pci domain
 2018-08-02  5:23 UTC  (10+ messages)
` [Qemu-devel] [RFC v3 1/6] pci_expander_bridge: add type TYPE_PXB_PCIE_HOST
` [Qemu-devel] [RFC v3 2/6] acpi-build: allocate mcfg for pxb-pcie host bridges
` [Qemu-devel] [RFC v3 3/6] i386/acpi-build: describe new pci domain in AML
` [Qemu-devel] [RFC v3 4/6] pci_expander_bridge: Add config_read callback
` [Qemu-devel] [RFC v3 5/6] pci_expander_bridge: Add ioport for pxb host bus
` [Qemu-devel] [RFC v3 6/6] pci_expander_bridge: add start_bus property

[Qemu-devel] microblaze build failure due to definition clash on riscv
 2018-08-02  4:25 UTC  (2+ messages)

[Qemu-devel] [RFC v3 0/6] pci_expander_brdige: Put pxb-pcie host bridge into separate pci domain
 2018-08-02  2:55 UTC  (9+ messages)
` [Qemu-devel] [RFC v3 1/6] pci_expander_bridge: add type TYPE_PXB_PCIE_HOST
` [Qemu-devel] [RFC v3 2/6] acpi-build: allocate mcfg for pxb-pcie host bridges
` [Qemu-devel] [RFC v3 3/6] i386/acpi-build: describe new pci domain in AML
` [Qemu-devel] [RFC v3 4/6] pci_expander_bridge: Add config_read callback
` [Qemu-devel] [RFC v3 5/6] pci_expander_bridge: Add ioport for pxb host bus
` [Qemu-devel] [RFC v3 6/6] pci_expander_bridge: add start_bus property

[Qemu-devel] [v23 0/2] virtio-crypto: virtio crypto device specification
 2018-08-02  1:56 UTC  (8+ messages)
` [Qemu-devel] [v23 1/2] virtio-crypto: Add "
        ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH] sdl2: redraw correctly when scanout_mode enabled
 2018-08-01 23:49 UTC  (2+ messages)

[Qemu-devel] [PATCH QEMU] hw/char/sh_serial: Add timeout handling to unbreak serial input
 2018-08-01 23:03 UTC  (4+ messages)

[Qemu-devel] [PATCH] qga: Support Unicode paths in guest-file-open on win32
 2018-08-01 23:10 UTC 

[Qemu-devel] [PATCH 0/4] target/arm sve fixes
 2018-08-01 20:11 UTC  (3+ messages)

[Qemu-devel] [Bug 1784919] [NEW] native libgfapi glusterfs support for virtio 9p filesystem passthrough
 2018-08-01 18:15 UTC 

[Qemu-devel] [PATCH] qemu-binfmt-conf.sh: add x86_64 target
 2018-08-01 18:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests: virtio: separate ccw tests from libqos
 2018-08-01 16:46 UTC  (3+ messages)
` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [Bug 1783362] [NEW] qemu-user-aarch64: mmap returns success (NULL, 0) instead of failure (MAP_FAILED, -1) with len==0
 2018-08-01 16:18 UTC  (3+ messages)
` [Qemu-devel] [Bug 1783362] Re: qemu-user: mmap should return failure (MAP_FAILED, -1) instead of success (NULL, 0) when len==0

[Qemu-devel] [PATCH] fix "Missing break in switch" coverity reports
 2018-08-01 16:02 UTC  (5+ messages)

[Qemu-devel] [[PATH for 3.1] v2 12/18] check: Only test sdhci when it is compiled in
 2018-08-01 15:27 UTC  (2+ messages)

[Qemu-devel] qemu NBD client behaviour when device size is not a multiple of 512
 2018-08-01 15:34 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] block/gluster: Handle changed glfs_ftruncate signature
 2018-08-01 15:17 UTC  (10+ messages)

[Qemu-devel] [Bug 1776224] [NEW] QEMU's SPICE server not getting leds callback when sending capslock
 2018-08-01 14:56 UTC  (2+ messages)
` [Qemu-devel] [Bug 1776224] "

[Qemu-devel] [PATCH] monitor: avoid potential dead-lock when cleaning up
 2018-08-01 15:09 UTC  (4+ messages)

[Qemu-devel] [PATCH] throttle-groups: fix hang when group member leaves
 2018-08-01 14:45 UTC  (3+ messages)


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