qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-05 19:44:37 to 2016-09-06 06:30:46 UTC [more...]

[Qemu-devel] [PATCH for 2.8 00/11] virtio/vhost DMAR support
 2016-09-06  6:30 UTC  (8+ messages)
` [Qemu-devel] [PATCH for 2.8 01/11] linux-headers: update to 4.8-rc4
` [Qemu-devel] [PATCH for 2.8 02/11] virtio: convert to use DMA api

[Qemu-devel] [PATCH] Move max-bandwidth and downtime-limit into migrate_set_parameter for both hmp and qmp
 2016-09-06  6:29 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/7] ppc/pnv: add a minimal platform
 2016-09-06  6:28 UTC  (23+ messages)
` [Qemu-devel] [PATCH v2 2/7] ppc/pnv: add a PnvChip object
` [Qemu-devel] [PATCH v2 3/7] ppc/pnv: Add XSCOM infrastructure
` [Qemu-devel] [PATCH v2 5/7] ppc/pnv: add a PnvCore object
` [Qemu-devel] [PATCH v2 7/7] monitor: fix crash for platforms without a CPU 0

[Qemu-devel] [PATCH 0/3] memory: add IOMMU notifier type
 2016-09-06  6:26 UTC  (13+ messages)
` [Qemu-devel] [PATCH 2/3] memory: add iommu_notify_flag

[Qemu-devel] [PATCH RFC 0/4] Enable MTTCG on PowerPC
 2016-09-06  5:30 UTC  (10+ messages)
` [Qemu-devel] [PATCH RFC 4/4] target-ppc: flush tlb from all the cpu

[Qemu-devel] [PULL 00/66] ppc-for-2.8 queue 20160906
 2016-09-06  5:14 UTC  (68+ messages)
` [Qemu-devel] [PULL 01/66] xics_kvm: drop extra checking of kernel_xics_fd
` [Qemu-devel] [PULL 02/66] hw/ppc: include fdt helper routine in a common file
` [Qemu-devel] [PULL 03/66] target-ppc: Introduce Power9 family
` [Qemu-devel] [PULL 04/66] target-ppc: Introduce POWER ISA 3.0 flag
` [Qemu-devel] [PULL 05/66] target-ppc: adding addpcis instruction
` [Qemu-devel] [PULL 06/66] target-ppc: add cmprb instruction
` [Qemu-devel] [PULL 07/66] target-ppc: add modulo word operations
` [Qemu-devel] [PULL 08/66] target-ppc: add modulo dword operations
` [Qemu-devel] [PULL 09/66] target-ppc: add cnttzd[.] instruction
` [Qemu-devel] [PULL 10/66] target-ppc: add cnttzw[.] instruction
` [Qemu-devel] [PULL 11/66] target-ppc: add cmpeqb instruction
` [Qemu-devel] [PULL 12/66] target-ppc: add setb instruction
` [Qemu-devel] [PULL 13/66] target-ppc: add maddld instruction
` [Qemu-devel] [PULL 14/66] target-ppc: add maddhd and maddhdu instruction
` [Qemu-devel] [PULL 15/66] target-ppc: introduce opc4 for Expanded Opcode
` [Qemu-devel] [PULL 16/66] ppc: Provide basic raise_exception_* functions
` [Qemu-devel] [PULL 17/66] ppc: Move classic fp ops out of translate.c
` [Qemu-devel] [PULL 18/66] ppc: Move embedded spe "
` [Qemu-devel] [PULL 19/66] ppc: Move DFP "
` [Qemu-devel] [PULL 20/66] ppc: Move VMX "
` [Qemu-devel] [PULL 21/66] ppc: Move VSX "
` [Qemu-devel] [PULL 22/66] ppc: Rename fload_invalid_op_excp to float_invalid_op_excp
` [Qemu-devel] [PULL 23/66] ppc: Make float_invalid_op_excp() pass the return address
` [Qemu-devel] [PULL 24/66] ppc: Make float_check_status() "
` [Qemu-devel] [PULL 25/66] ppc: Don't update the NIP in floating point generated code
` [Qemu-devel] [PULL 26/66] ppc: FP exceptions are always precise
` [Qemu-devel] [PULL 27/66] ppc: Don't update NIP in lswi/lswx/stswi/stswx
` [Qemu-devel] [PULL 28/66] ppc: Don't update NIP in lmw/stmw/icbi
` [Qemu-devel] [PULL 29/66] ppc: Make tlb_fill() use new exception helper
` [Qemu-devel] [PULL 30/66] ppc: Rework NIP updates vs. exception generation
` [Qemu-devel] [PULL 31/66] ppc: Fix source NIP on SLB related interrupts
` [Qemu-devel] [PULL 32/66] ppc: Don't update NIP in DCR access routines
` [Qemu-devel] [PULL 33/66] ppc: Don't update NIP in facility unavailable interrupts
` [Qemu-devel] [PULL 34/66] ppc: Don't update NIP BookE 2.06 tlbwe
` [Qemu-devel] [PULL 35/66] ppc: Don't update NIP on conditional trap instructions
` [Qemu-devel] [PULL 36/66] ppc: Don't update NIP if not taking alignment exceptions
` [Qemu-devel] [PULL 37/66] ppc: Don't update NIP in dcbz and lscbx
` [Qemu-devel] [PULL 38/66] ppc: Make alignment exceptions suck less
` [Qemu-devel] [PULL 39/66] ppc: Handle unconditional (always/never) traps at translation time
` [Qemu-devel] [PULL 40/66] ppc: Speed up dcbz
` [Qemu-devel] [PULL 41/66] ppc: Fix CFAR updates
` [Qemu-devel] [PULL 42/66] ppc: Don't set access_type on all load/stores on hash64
` [Qemu-devel] [PULL 43/66] ppc: Use a helper to generate "LE unsupported" alignment interrupts
` [Qemu-devel] [PULL 44/66] ppc: load/store multiple and string insns don't do LE
` [Qemu-devel] [PULL 45/66] ppc: Speed up load/store multiple
` [Qemu-devel] [PULL 46/66] target-ppc: implement branch-less divw[o][.]
` [Qemu-devel] [PULL 47/66] target-ppc: implement branch-less divd[o][.]
` [Qemu-devel] [PULL 48/66] target-ppc: add dtstsfi[q] instructions
` [Qemu-devel] [PULL 49/66] target-ppc: add vabsdu[b, h, w] instructions
` [Qemu-devel] [PULL 50/66] target-ppc: add vcmpnez[b, h, w][.] instructions
` [Qemu-devel] [PULL 51/66] target-ppc: add vslv instruction
` [Qemu-devel] [PULL 52/66] target-ppc: add vsrv instruction
` [Qemu-devel] [PULL 53/66] target-ppc: add extswsli[.] instruction
` [Qemu-devel] [PULL 54/66] ppc: Rename #include'd .c files to .inc.c
` [Qemu-devel] [PULL 55/66] hw/ppc: use error_report instead of fprintf
` [Qemu-devel] [PULL 56/66] hw/ppc: add a ppc_create_page_sizes_prop() helper routine
` [Qemu-devel] [PULL 57/66] ppc: Fix macio ESCC legacy mapping
` [Qemu-devel] [PULL 58/66] ppc: Fix catching some segfaults in user mode
` [Qemu-devel] [PULL 59/66] ppc: Stop dumping state on all exceptions in linux-user
` [Qemu-devel] [PULL 60/66] ppc: Don't generate dead code on unconditional branches
` [Qemu-devel] [PULL 61/66] ppc: Improve flags for helpers loading/writing the time facilities
` [Qemu-devel] [PULL 62/66] ppc: Improve the exception helpers flags
` [Qemu-devel] [PULL 63/66] ppc: Improve a few more helper flags
` [Qemu-devel] [PULL 64/66] spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_call
` [Qemu-devel] [PULL 65/66] tests: Resort check-qtest entries in Makefile.include
` [Qemu-devel] [PULL 66/66] tests: Check serial output of firmware boot of some machines

[Qemu-devel] [PATCH v6 0/5] POWER9 TCG enablement - part3
 2016-09-06  5:04 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 1/5] target-ppc: add vector insert instructions
` [Qemu-devel] [PATCH v6 2/5] target-ppc: add vector extract instructions
` [Qemu-devel] [PATCH v6 3/5] target-ppc: add vector count trailing zeros instructions
` [Qemu-devel] [PATCH v6 4/5] target-ppc: add vector bit permute doubleword instruction
` [Qemu-devel] [PATCH v6 5/5] target-ppc: add vector permute right indexed instruction

[Qemu-devel] virtio-net & dhcp & udp checksum
 2016-09-06  4:32 UTC 

[Qemu-devel] [PULL 00/66] ppc-for-2.8 queue 20160906
 2016-09-06  3:43 UTC  (67+ messages)
` [Qemu-devel] [PULL 01/66] xics_kvm: drop extra checking of kernel_xics_fd
` [Qemu-devel] [PULL 02/66] hw/ppc: include fdt helper routine in a common file
` [Qemu-devel] [PULL 03/66] target-ppc: Introduce Power9 family
` [Qemu-devel] [PULL 04/66] target-ppc: Introduce POWER ISA 3.0 flag
` [Qemu-devel] [PULL 05/66] target-ppc: adding addpcis instruction
` [Qemu-devel] [PULL 06/66] target-ppc: add cmprb instruction
` [Qemu-devel] [PULL 07/66] target-ppc: add modulo word operations
` [Qemu-devel] [PULL 08/66] target-ppc: add modulo dword operations
` [Qemu-devel] [PULL 09/66] target-ppc: add cnttzd[.] instruction
` [Qemu-devel] [PULL 10/66] target-ppc: add cnttzw[.] instruction
` [Qemu-devel] [PULL 11/66] target-ppc: add cmpeqb instruction
` [Qemu-devel] [PULL 12/66] target-ppc: add setb instruction
` [Qemu-devel] [PULL 13/66] target-ppc: add maddld instruction
` [Qemu-devel] [PULL 14/66] target-ppc: add maddhd and maddhdu instruction
` [Qemu-devel] [PULL 15/66] target-ppc: introduce opc4 for Expanded Opcode
` [Qemu-devel] [PULL 16/66] ppc: Provide basic raise_exception_* functions
` [Qemu-devel] [PULL 17/66] ppc: Move classic fp ops out of translate.c
` [Qemu-devel] [PULL 18/66] ppc: Move embedded spe "
` [Qemu-devel] [PULL 19/66] ppc: Move DFP "
` [Qemu-devel] [PULL 20/66] ppc: Move VMX "
` [Qemu-devel] [PULL 21/66] ppc: Move VSX "
` [Qemu-devel] [PULL 22/66] ppc: Rename fload_invalid_op_excp to float_invalid_op_excp
` [Qemu-devel] [PULL 23/66] ppc: Make float_invalid_op_excp() pass the return address
` [Qemu-devel] [PULL 24/66] ppc: Make float_check_status() "
` [Qemu-devel] [PULL 25/66] ppc: Don't update the NIP in floating point generated code
` [Qemu-devel] [PULL 26/66] ppc: FP exceptions are always precise
` [Qemu-devel] [PULL 27/66] ppc: Don't update NIP in lswi/lswx/stswi/stswx
` [Qemu-devel] [PULL 28/66] ppc: Don't update NIP in lmw/stmw/icbi
` [Qemu-devel] [PULL 29/66] ppc: Make tlb_fill() use new exception helper
` [Qemu-devel] [PULL 30/66] ppc: Rework NIP updates vs. exception generation
` [Qemu-devel] [PULL 31/66] ppc: Fix source NIP on SLB related interrupts
` [Qemu-devel] [PULL 32/66] ppc: Don't update NIP in DCR access routines
` [Qemu-devel] [PULL 33/66] ppc: Don't update NIP in facility unavailable interrupts
` [Qemu-devel] [PULL 34/66] ppc: Don't update NIP BookE 2.06 tlbwe
` [Qemu-devel] [PULL 35/66] ppc: Don't update NIP on conditional trap instructions
` [Qemu-devel] [PULL 36/66] ppc: Don't update NIP if not taking alignment exceptions
` [Qemu-devel] [PULL 37/66] ppc: Don't update NIP in dcbz and lscbx
` [Qemu-devel] [PULL 38/66] ppc: Make alignment exceptions suck less
` [Qemu-devel] [PULL 39/66] ppc: Handle unconditional (always/never) traps at translation time
` [Qemu-devel] [PULL 40/66] ppc: Speed up dcbz
` [Qemu-devel] [PULL 41/66] ppc: Fix CFAR updates
` [Qemu-devel] [PULL 42/66] ppc: Don't set access_type on all load/stores on hash64
` [Qemu-devel] [PULL 43/66] ppc: Use a helper to generate "LE unsupported" alignment interrupts
` [Qemu-devel] [PULL 44/66] ppc: load/store multiple and string insns don't do LE
` [Qemu-devel] [PULL 45/66] ppc: Speed up load/store multiple
` [Qemu-devel] [PULL 46/66] target-ppc: implement branch-less divw[o][.]
` [Qemu-devel] [PULL 47/66] target-ppc: implement branch-less divd[o][.]
` [Qemu-devel] [PULL 48/66] target-ppc: add dtstsfi[q] instructions
` [Qemu-devel] [PULL 49/66] target-ppc: add vabsdu[b, h, w] instructions
` [Qemu-devel] [PULL 50/66] target-ppc: add vcmpnez[b, h, w][.] instructions
` [Qemu-devel] [PULL 51/66] target-ppc: add vslv instruction
` [Qemu-devel] [PULL 52/66] target-ppc: add vsrv instruction
` [Qemu-devel] [PULL 53/66] target-ppc: add extswsli[.] instruction
` [Qemu-devel] [PULL 54/66] ppc: Rename #include'd .c files to .inc.c
` [Qemu-devel] [PULL 55/66] hw/ppc: use error_report instead of fprintf
` [Qemu-devel] [PULL 56/66] hw/ppc: add a ppc_create_page_sizes_prop() helper routine
` [Qemu-devel] [PULL 57/66] ppc: Fix macio ESCC legacy mapping
` [Qemu-devel] [PULL 58/66] ppc: Fix catching some segfaults in user mode
` [Qemu-devel] [PULL 59/66] ppc: Stop dumping state on all exceptions in linux-user
` [Qemu-devel] [PULL 60/66] ppc: Don't generate dead code on unconditional branches
` [Qemu-devel] [PULL 61/66] ppc: Improve flags for helpers loading/writing the time facilities
` [Qemu-devel] [PULL 62/66] ppc: Improve the exception helpers flags
` [Qemu-devel] [PULL 63/66] ppc: Improve a few more helper flags
` [Qemu-devel] [PULL 64/66] spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_call
` [Qemu-devel] [PULL 65/66] tests: Resort check-qtest entries in Makefile.include
` [Qemu-devel] [PULL 66/66] tests: Check serial output of firmware boot of some machines

[Qemu-devel] [RFC 00/13] Live memory snapshot based on userfaultfd
 2016-09-06  3:39 UTC  (7+ messages)

[Qemu-devel] proposed release timetable for 2.8
 2016-09-06  2:43 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends
 2016-09-06  2:24 UTC  (4+ messages)

[Qemu-devel] [PULL 3/3] vhost-user: Attempt to fix a race with set_mem_table
 2016-09-06  2:22 UTC  (11+ messages)

[Qemu-devel] qapi DEVICE_DELETED event issued *before* instance_finalize?!
 2016-09-06  2:18 UTC  (6+ messages)
` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH v7 00/20] block: Image locking series for 2.8
 2016-09-06  1:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] docker tests fixes
 2016-09-06  1:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/7] docker.py: don't hang on large docker output
` [Qemu-devel] [PATCH v2 3/7] docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unset
` [Qemu-devel] [PATCH v2 5/7] docker: make sure debootstrap is at least 1.0.67

[Qemu-devel] [PATCH 0/2] virtio-balloon: resume collecting stats on vmload
 2016-09-06  1:45 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] "

[Qemu-devel] [PATCH v2 0/6] hypertrace: Lightweight guest-to-QEMU trace channel
 2016-09-06  1:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/6] hypertrace: [softmmu] Add QEMU-side proxy to "guest_hypertrace" event

[Qemu-devel] [PATCH v2 01/10] ppc: Fix rfi/rfid/hrfi/... emulation
 2016-09-06  0:16 UTC  (8+ messages)

[Qemu-devel] [PATCH v3] target-i386: present virtual L3 cache info for vcpus
 2016-09-06  0:31 UTC  (3+ messages)

[Qemu-devel] [PATCH v15 00/15] PTimer fixes/features and ARM MPTimer conversion
 2016-09-05 22:12 UTC  (4+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: Add some header files to the PC chipset section
 2016-09-05 21:31 UTC 

[Qemu-devel] [PATCH] scsi: pvscsi: request descriptor data_length to 32 bit
 2016-09-05 20:52 UTC  (9+ messages)

[Qemu-devel] [PATCH v2] scsi: pvscsi: check request descriptor SG element count
 2016-09-05 20:50 UTC 

[Qemu-devel] [PATCH] Fix TXE/TXEIE support in the STM32 USART model
 2016-09-05 20:40 UTC 

[Qemu-devel] Can we increase vring size over 1024?
 2016-09-05 20:20 UTC  (4+ messages)
  ` [Qemu-devel] 答复: "

[Qemu-devel] [PATCH] MAINTAINERS: Fix wildcard for scsi headers
 2016-09-05 20:11 UTC 

[Qemu-devel] [PATCH] MAINTAINERS: Add some missing ppc-related files
 2016-09-05 20:03 UTC 

[Qemu-devel] [PATCH RFC] docs: add PCIe devices placement guidelines
 2016-09-05 20:02 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] x86 and memory backends queue, 2016-09-05
 2016-09-05 19:50 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] exec: Ensure the only one cpu_index allocation method is used
` [Qemu-devel] [PULL 2/4] target-i386: Add more Intel AVX-512 instructions support
` [Qemu-devel] [PULL 3/4] vhost-user-test: Use libqos instead of pxe-virtio.rom
` [Qemu-devel] [PULL 4/4] vl: Delay initialization of memory backends

[Qemu-devel] [PULL 0/3] Tracing patches
 2016-09-05 19:42 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] trace: add syslog tracing backend
` [Qemu-devel] [PULL 2/3] trace: Remove 'trace_events_dstate_init'
` [Qemu-devel] [PULL 3/3] trace: Avoid implicit bool->integer conversions


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