messages from 2018-07-24 10:22:23 to 2018-07-24 18:06:43 UTC [more...]
[Qemu-devel] [PATCH v4 00/55] Add nanoMIPS support to QEMU
2018-07-24 17:32 UTC (51+ messages)
` [Qemu-devel] [PATCH v4 01/55] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v4 02/55] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v4 03/55] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v4 04/55] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v4 05/55] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v4 06/55] target/mips: Add emulation of misc nanoMIPS 16-bit instructions
` [Qemu-devel] [PATCH v4 07/55] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v4 08/55] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v4 09/55] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v4 10/55] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v4 11/55] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v4 12/55] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v4 13/55] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v4 14/55] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v4 15/55] target/mips: Add emulation of misc nanoMIPS instructions (pool p_lsx)
` [Qemu-devel] [PATCH v4 16/55] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v4 17/55] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v4 18/55] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v4 19/55] target/mips: Add emulation of nanoMIPS branch instructions
` [Qemu-devel] [PATCH v4 20/55] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v4 21/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v4 22/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v4 23/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v4 24/55] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v4 25/55] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v4 26/55] target/mips: Add updating BadInstr, BadInstrP, BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v4 27/55] target/mips: Implement CP0 Config0.WR bit functionality
` [Qemu-devel] [PATCH v4 28/55] target/mips: Adjust behavior of Config3's ISAOnExc bit for nanoMIPS
` [Qemu-devel] [PATCH v4 29/55] target/mips: Adjust exception_resume_pc() "
` [Qemu-devel] [PATCH v4 30/55] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v4 31/55] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v4 32/55] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v4 33/55] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v4 34/55] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v4 35/55] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v4 36/55] mips_malta: Add basic nanoMIPS boot code for MIPS' Malta
` [Qemu-devel] [PATCH v4 37/55] mips_malta: Setup GT64120 BARs in nanoMIPS bootloader
` [Qemu-devel] [PATCH v4 38/55] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v4 39/55] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v4 40/55] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v4 41/55] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v4 42/55] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v4 43/55] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v4 44/55] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v4 45/55] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v4 46/55] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v4 47/55] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v4 48/55] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v4 49/55] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v4 50/55] linux-user: Add target_structs.h "
[Qemu-devel] [PATCH 0/2] iotests: Fix 226 on _my_ system
2018-07-24 18:03 UTC (3+ messages)
[Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements
2018-07-24 17:42 UTC (15+ messages)
` [Qemu-devel] [PATCH v7 01/10] target/mips: Update maintainer's email addresses
` [Qemu-devel] [PATCH v7 02/10] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v7 03/10] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v7 04/10] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v7 05/10] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v7 06/10] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v7 07/10] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v7 08/10] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v7 09/10] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v7 10/10] linux-user: Add preprocessor availability control to some syscalls
[Qemu-devel] [PATCH v2 0/2] Introduction of l2-cache-full option for qcow2 images
2018-07-24 17:20 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] qcow2: Introduce an option for sufficient L2 cache for the entire image
` [Qemu-devel] [PATCH v2 2/2] docs: Document the l2-cache-full option
[Qemu-devel] [PULL 0/4] Qcrypto next patches
2018-07-24 16:44 UTC (5+ messages)
` [Qemu-devel] [PULL 1/4] tests: call qcrypto_init instead of gnutls_global_init
` [Qemu-devel] [PULL 2/4] tests: don't silence error reporting for all tests
` [Qemu-devel] [PULL 3/4] tests: use error_abort in places expecting errors
` [Qemu-devel] [PULL 4/4] tests: fix TLS handshake failure with TLS 1.3
[Qemu-devel] [PULL 0/4] Qcrypto next patches
2018-07-24 16:43 UTC
[Qemu-devel] [Bug 1783362] [NEW] qemu-user-aarch64: mmap returns success (NULL, 0) instead of failure (MAP_FAILED, -1) with len==0
2018-07-24 16:18 UTC
[Qemu-devel] [PATCH for 3.0 0/4] Multiple fixes and improvements to TLS tests
2018-07-24 16:35 UTC (6+ messages)
` [Qemu-devel] [PATCH for 3.0 2/4] tests: don't silence error reporting for all tests
` [Qemu-devel] [PATCH for 3.0 4/4] tests: fix TLS handshake failure with TLS 1.3
[Qemu-devel] [PATCH 0/4] Introduction of l2-cache-full option for qcow2 images
2018-07-24 16:28 UTC (14+ messages)
` [Qemu-devel] [PATCH 1/4] qcow2: Introduce an option for sufficient L2 cache for the entire image
` [Qemu-devel] [PATCH 2/4] docs: Fix an inaccuracy due to recent changes
` [Qemu-devel] [PATCH 2/4 for-3.0] "
` [Qemu-devel] [PATCH 3/4] docs: Document the l2-cache-full option
` [Qemu-devel] [PATCH 4/4] iotests: Add tests for the new "
[Qemu-devel] [PATCH 1/2] migration: fix the Unknown ending state error log
2018-07-24 16:28 UTC (6+ messages)
` [Qemu-devel] [PATCH 2/2] migration: fix duplicate initialization for expected_downtime and cleanup_bh
[Qemu-devel] [PATCH for-3.0 0/4] migration: some fixes for release-ram
2018-07-24 16:22 UTC (10+ messages)
` [Qemu-devel] [PATCH for-3.0 2/4] migration: disallow recovery "
` [Qemu-devel] [PATCH for-3.0 4/4] tests: torture release-ram in postcopy test
[Qemu-devel] [RFC v3 0/2] kvm "fake DAX" device flushing
2018-07-24 16:13 UTC (3+ messages)
` [Qemu-devel] [RFC v3] qemu: Add virtio pmem device
[Qemu-devel] [PATCH] migration: fix potential overflow in multifd send
2018-07-24 16:06 UTC (3+ messages)
[Qemu-devel] [PATCH] audio/hda: Fix migration
2018-07-24 16:02 UTC (4+ messages)
[Qemu-devel] [PATCH] migrate: Fix cancelling state warning
2018-07-24 16:01 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] Make it easier to track feature deprecation
2018-07-24 15:59 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/2] MAINTAINERS: New section "Incompatible changes", copy libvir-list
` [Qemu-devel] [libvirt] "
[Qemu-devel] [PATCH for-3.1 0/2] ACPI type safety cleanup
2018-07-24 15:48 UTC (8+ messages)
` [Qemu-devel] [PATCH for-3.1 1/2] acpi: Improve acpi_send_event() type safety
` [Qemu-devel] [PATCH for-3.1 2/2] acpi: Decouple ACPI hotplug callbacks from HotplugHandler
[Qemu-devel] [PATCH for-3.0] hw/misc/tz-mpc: Zero the LUT on initialization, not just reset
2018-07-24 15:45 UTC (2+ messages)
[Qemu-devel] [PULL for-3.0 0/1] Tracing patches
2018-07-24 15:16 UTC (6+ messages)
` [Qemu-devel] [PULL for-3.0 1/1] trace/simple: fix hang in child after fork(2)
[Qemu-devel] [PULL for-3.0 0/1] Block patches
2018-07-24 15:14 UTC (3+ messages)
` [Qemu-devel] [PULL for-3.0 1/1] block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom
[Qemu-devel] [PATCH V10 00/20] COLO: integrate colo frame with block replication and COLO proxy
2018-07-24 14:54 UTC (5+ messages)
` [Qemu-devel] [PATCH V10 10/20] qmp event: Add COLO_EXIT event to notify users while exited COLO
[Qemu-devel] [PATCH] KVM: x86: Add support for save/load MSR_SMI_COUNT
2018-07-24 14:48 UTC (5+ messages)
[Qemu-devel] [PATCH] i386: do not migrate MSR_SMI_COUNT on machine types <2.12
2018-07-24 14:45 UTC (3+ messages)
[Qemu-devel] [PATCH v2 for-3.0] tests/libqtest: Improve kill_qemu()
2018-07-24 14:35 UTC (3+ messages)
[Qemu-devel] [PULL for 3.0 00/17] docker fixes and tcg test tweak
2018-07-24 14:17 UTC (19+ messages)
` [Qemu-devel] [PULL 01/17] tests/.gitignore: don't ignore docker tests
` [Qemu-devel] [PULL 02/17] docker: base debian-tricore on qemu:debian9
` [Qemu-devel] [PULL 03/17] docker: par down QEMU_CONFIGURE_OPTS in debian-tricore-cross
` [Qemu-devel] [PULL 04/17] docker: fail more gracefully on docker.py check
` [Qemu-devel] [PULL 05/17] docker: split configure_qemu from build_qemu
` [Qemu-devel] [PULL 06/17] docker: move make check into check_qemu helper
` [Qemu-devel] [PULL 07/17] docker: gracefully skip check_qemu
` [Qemu-devel] [PULL 08/17] docker: Makefile.include don't include partial images
` [Qemu-devel] [PULL 09/17] docker: add test-unit runner
` [Qemu-devel] [PULL 10/17] docker: add expansion for docker-test-FOO to Makefile.include
` [Qemu-devel] [PULL 11/17] docker: drop QEMU_TARGET check, fallback in EXECUTABLE not set
` [Qemu-devel] [PULL 12/17] docker: report hint when docker.py check fails
` [Qemu-devel] [PULL 13/17] docker: Update debootstrap script after Debian migration from Alioth to Salsa
` [Qemu-devel] [PULL 14/17] docker: add commentary to debian-bootstrap.docker
` [Qemu-devel] [PULL 15/17] docker: ignore distro versioning of debootstrap
` [Qemu-devel] [PULL 16/17] docker: perform basic binfmt_misc validation in docker.py
` [Qemu-devel] [PULL 17/17] tests/tcg: remove runcom test
[Qemu-devel] [PATCH] qstring: Fix qstring_from_substr() not to provoke int overflow
2018-07-24 13:43 UTC
[Qemu-devel] [RFC PATCH v2] hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()
2018-07-24 13:30 UTC (3+ messages)
` [Qemu-devel] [qemu-s390x] "
[Qemu-devel] [PATCH] accel/tcg: Check whether TLB entry is RAM consistently with how we set it up
2018-07-24 13:29 UTC (4+ messages)
[Qemu-devel] [PATCH] qstring: Fix integer overflow
2018-07-24 13:24 UTC (10+ messages)
[Qemu-devel] [Bug 1479632] [NEW] dos crashing no sound
2018-07-24 12:25 UTC (4+ messages)
` [Qemu-devel] [Bug 1479632] "
[Qemu-devel] [PULL for-3.0 0/2] qemu-ga patch queue for hard-freeze
2018-07-24 12:29 UTC (2+ messages)
[Qemu-devel] [PATCH 0/6] accel/tcg: Support execution from MMIO and small MMU regions
2018-07-24 12:23 UTC (2+ messages)
` [Qemu-devel] [Qemu-arm] "
[Qemu-devel] [PATCH 00/13] Misc fixes for pvrdma device
2018-07-24 12:22 UTC (9+ messages)
` [Qemu-devel] [PATCH 01/13] hw/rdma: Make distinction between device init and start modes
` [Qemu-devel] [PATCH 03/13] hw/rdma: Modify debug macros
` [Qemu-devel] [PATCH 07/13] hw/rdma: Do not allocate memory for non-dma MR
` [Qemu-devel] [PATCH 12/13] hw/rdma: Bugfix: Support non-aligned buffers
[Qemu-devel] Stable 2.12.1 Request: "ccid-card-passthru: fix regression in realize()"
2018-07-24 12:21 UTC
[Qemu-devel] [PATCH v2 0/2] ppc/pnv: Add model for Power8 PHB3 PCIe Host bridge
2018-07-24 12:18 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] "
[Qemu-devel] [PATCH] target/ppc: simplify bcdadd/sub functions
2018-07-24 12:13 UTC
[Qemu-devel] [PATCH for-3.0 0/7] fix persistent bitmaps migration logic
2018-07-24 12:00 UTC (2+ messages)
[Qemu-devel] [PATCH] i386: implement MSR_SMI_COUNT for TCG
2018-07-24 12:00 UTC
[Qemu-devel] [PATCH 0/5] target/arm: Implement HCR_EL2.TGE ("trap general exceptions")
2018-07-24 11:59 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/5] target/arm: Mask virtual interrupts if HCR_EL2.TGE is set
` [Qemu-devel] [PATCH 2/5] target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checks
` [Qemu-devel] [PATCH 3/5] target/arm: Honour HCR_EL2.TGE when raising synchronous exceptions
` [Qemu-devel] [PATCH 4/5] target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}
` [Qemu-devel] [PATCH 5/5] target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is set
[Qemu-devel] Virtual IOMMU + Virtio-net devices in a Windows VM doesn't work
2018-07-24 11:57 UTC (3+ messages)
[Qemu-devel] [PATCH v2] block/vvfat: Fix crash when reporting error about too many files in directory
2018-07-24 11:52 UTC
[Qemu-devel] [PATCH for-3.1] s390x: remove 's390-squash-mcss' option
2018-07-24 11:48 UTC (5+ messages)
` [Qemu-devel] [libvirt] "
[Qemu-devel] [PATCH v2] ui/cocoa.m: prevent stuck command key when going into full screen mode
2018-07-24 11:39 UTC (2+ messages)
[Qemu-devel] [PATCH] block/vvfat: Fix crash when reporting error about too many files in directory
2018-07-24 11:38 UTC (5+ messages)
[Qemu-devel] [PATCH for-3.1] s390x: introduce 3.1 compat machine
2018-07-24 11:34 UTC (2+ messages)
[Qemu-devel] [PATCH 00/99] Patch Round-up for stable 2.12.1, freeze on 2018-07-30
2018-07-24 11:07 UTC (5+ messages)
` [Qemu-devel] [PATCH 05/99] s390-ccw: force diag 308 subcode to unsigned long
[Qemu-devel] [PATCH v3 00/40] Add nanoMIPS support to QEMU
2018-07-24 11:00 UTC (9+ messages)
` [Qemu-devel] [PATCH v3 04/40] target/mips: Add decode_nanomips_opc() function
` [Qemu-devel] [PATCH v3 05/40] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v3 24/40] target/mips: Add updating BadInstr and BadInstrP registers for nanoMIPS
[Qemu-devel] [PULL 0/1] Build fix for -rc2
2018-07-24 10:40 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).