Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sat Mar 31 2012 12:58:17 -0400
Threads in reverse chronological order
[
Next Period
]
[Qemu-ppc] [PATCH 19/20] ppc: move misc helpers from helper.c to misc_helper.c
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 12/20] ppc: split exception helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 20/20] ppc: move load and store helpers, switch to AREG0 free mode
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 18/20] ppc: avoid AREG0 for misc helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 17/20] ppc: split off misc helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 16/20] ppc: avoid AREG0 for timebase helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 14/20] ppc: move exception helpers from helper.c to excp_helper.c
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 15/20] ppc: split off timebase helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 10/20] ppc: move MMU helpers from helper.c to mmu_helper.c
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 13/20] ppc: avoid AREG0 for exception helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 11/20] ppc: cleanup MMU merge
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 08/20] ppc: avoid AREG0 for MMU etc. helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 07/20] ppc: split MMU etc. helpers from op_helper.c
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 09/20] ppc: avoid a warning with the next patch
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 06/20] ppc: fix coding style in helper.c
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 04/20] ppc: split integer and vector ops
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 05/20] ppc: avoid AREG0 for integer and vector helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 03/20] ppc: avoid AREG0 for FPU and SPE helpers
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 02/20] ppc: split FPU and SPE ops
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 01/20] ppc: fix coding style in op_helper.c
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH 00/20] PPC: AREG0 conversion
,
Blue Swirl
,
2012/03/31
[Qemu-ppc] [PATCH] qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
,
David Gibson
,
2012/03/28
Re: [Qemu-ppc] [PATCH] qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
,
malc
,
2012/03/29
[Qemu-ppc] [PATCH 1/3] pseries: Clean up hcall_dprintf() debugging messages
,
David Gibson
,
2012/03/28
[Qemu-ppc] [PATCH 3/3] pseries: Implement RTAS system-reboot call
,
David Gibson
,
2012/03/28
[Qemu-ppc] [PATCH 2/3] pseries: Fix bug with reset of VIO CRQs
,
David Gibson
,
2012/03/28
[Qemu-ppc] [PATCH] pseries: Implement RTAS system-reboot call
,
David Gibson
,
2012/03/27
Re: [Qemu-ppc] [PATCH] pseries: Implement RTAS system-reboot call
,
Andreas Färber
,
2012/03/28
Re: [Qemu-ppc] [PATCH] pseries: Implement RTAS system-reboot call
,
David Gibson
,
2012/03/28
[Qemu-ppc] [PATCH 0/2] PPC: interrupt handler bugfixes v2
,
Mark Cave-Ayland
,
2012/03/27
[Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/27
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
David Gibson
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Andreas Färber
,
2012/03/28
[Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Scott Wood
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
David Gibson
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/29
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Scott Wood
,
2012/03/29
Re: [Qemu-ppc] [Qemu-devel] [PATCH] Use DMADirection type for dma_bdrv_io
,
Andreas Färber
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH] Use DMADirection type for dma_bdrv_io
,
Kevin Wolf
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH] Use DMADirection type for dma_bdrv_io
,
Andreas Färber
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH] Use DMADirection type for dma_bdrv_io
,
Kevin Wolf
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH] Use DMADirection type for dma_bdrv_io
,
David Gibson
,
2012/03/27
Re: [Qemu-ppc] [Qemu-devel] [PATCH] Use DMADirection type for dma_bdrv_io
,
David Gibson
,
2012/03/27
[Qemu-ppc] [PATCH]booke:Use MMU API for creating initial mapping for secondary cpus
,
Bharat Bhushan
,
2012/03/27
[Qemu-ppc] [PATCH 0/2] PPC: interrupt handler bugfixes
,
Mark Cave-Ayland
,
2012/03/22
[Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/22
Re: [Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Scott Wood
,
2012/03/22
Re: [Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/23
Re: [Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Scott Wood
,
2012/03/23
Re: [Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
David Gibson
,
2012/03/22
Re: [Qemu-ppc] [PATCH 1/2] PPC: Fix interrupt MSR value within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/23
[Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/22
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Scott Wood
,
2012/03/22
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
David Gibson
,
2012/03/22
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/23
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Scott Wood
,
2012/03/23
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Scott Wood
,
2012/03/23
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
David Gibson
,
2012/03/24
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Scott Wood
,
2012/03/26
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Mark Cave-Ayland
,
2012/03/23
Re: [Qemu-ppc] [PATCH 2/2] PPC: Fix TLB invalidation bug within the PPC interrupt handler.
,
Scott Wood
,
2012/03/23
Re: [Qemu-ppc] [PATCH 0/2] PPC: interrupt handler bugfixes
,
Andreas Färber
,
2012/03/23
Re: [Qemu-ppc] [Qemu-devel] [PATCH 08/36] vmstate: machine.c is only compiled for !CONFIG_USER_ONLY
,
Andreas Färber
,
2012/03/21
[Qemu-ppc] qemu-ppc during my vacation
,
Alexander Graf
,
2012/03/18
[Qemu-ppc] [PATCH 0/6] prep: some fixes and Super I/O emulation
,
Hervé Poussineau
,
2012/03/17
[Qemu-ppc] [PATCH 1/6] i82378/i82374: do not create DMA controller twice
,
Hervé Poussineau
,
2012/03/17
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice
,
Andreas Färber
,
2012/03/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice
,
Alexander Graf
,
2012/03/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice
,
Andreas Färber
,
2012/03/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice
,
Alexander Graf
,
2012/03/19
[Qemu-ppc] [PATCH 3/6] isa: add isa_bus_from_device() method
,
Hervé Poussineau
,
2012/03/17
[Qemu-ppc] [PATCH 2/6] prep: change default cpu to '7448'
,
Hervé Poussineau
,
2012/03/17
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/6] prep: change default cpu to '7448'
,
Andreas Färber
,
2012/03/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/6] prep: change default cpu to '7448'
,
Hervé Poussineau
,
2012/03/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/6] prep: change default cpu to '7448'
,
Hervé Poussineau
,
2012/03/19
[Qemu-ppc] [PATCH 4/6] fdc: Parametrize ISA base, IRQ and DMA
,
Hervé Poussineau
,
2012/03/17
Re: [Qemu-ppc] [Qemu-devel] [PATCH 4/6] fdc: Parametrize ISA base, IRQ and DMA
,
Markus Armbruster
,
2012/03/21
[Qemu-ppc] [PATCH 5/6] prep: add pc87312 Super I/O emulation
,
Hervé Poussineau
,
2012/03/17
Re: [Qemu-ppc] [Qemu-devel] [PATCH 5/6] prep: add pc87312 Super I/O emulation
,
Andreas Färber
,
2012/03/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 5/6] prep: add pc87312 Super I/O emulation
,
Hervé Poussineau
,
2012/03/19
[Qemu-ppc] [PATCH 6/6] prep: use pc87312 Super I/O chip instead of collection of random ISA devices
,
Hervé Poussineau
,
2012/03/17
Re: [Qemu-ppc] [PATCH 6/6] prep: use pc87312 Super I/O chip instead of collection of random ISA devices
,
Paolo Bonzini
,
2012/03/17
[Qemu-ppc] [PATCH v5 42/43] Rename CPUState -> CPUArchState
,
Andreas Färber
,
2012/03/15
[Qemu-ppc] [PULL 00/16] ppc patch queue 2012-03-15
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 01/16] Bad zero comparison for sas_ss_flags on powerpc
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 03/16] ppc: Add missing 'static' to spin_rw_ops
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 02/16] PPC: 405: Fix ppc405ep initialization
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 13/16] kvm: Comparison with ioctl number macros needs to be unsigned
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 15/16] pseries: Configure PCI bridge using properties
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 08/16] pseries: Remove PCI device from PCI host bridge code
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 16/16] PPC: Fix openpic with relative memregions
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 09/16] PPC: Add PIR register to POWER7 CPU
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 12/16] ppc: Correctly define POWERPC_INSNS2_DEFAULT
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 11/16] pseries: Add support for level interrupts to XICS
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 04/16] pseries: Don't try to munmap() a malloc()ed TCE table
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 05/16] PPC64: Add support for ldbrx and stdbrx instructions
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 06/16] pseries: Update SLOF firmware image
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 07/16] pseries: Remove unused constant from PCI code
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 14/16] PPC: KVM: Synchronize regs on CPU dump
,
Alexander Graf
,
2012/03/15
[Qemu-ppc] [PATCH 10/16] PPC: Fix large page support in TCG
,
Alexander Graf
,
2012/03/15
Re: [Qemu-ppc] [PULL 00/16] ppc patch queue 2012-03-15
,
Blue Swirl
,
2012/03/17
[Qemu-ppc] [PATCH v5 02/43] Rename cpu_reset() to cpu_state_reset()
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [PATCH v5 01/43] PPC: 405: Use proper CPU reset
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [PATCH v5 20/43] target-ppc: Don't overuse CPUState
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [PATCH v5 37/43] ppc hw/: Don't use CPUState
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [RFC 00/12] QOM'ify remaining CPUs
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [RFC 07/12] target-ppc: Prepare finalizer for PowerPCCPU
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [RFC 06/12] target-ppc: QOM'ify CPU
,
Andreas Färber
,
2012/03/14
[Qemu-ppc] [PATCH] PPC: Fix openpic with relative memregions
,
Alexander Graf
,
2012/03/14
[Qemu-ppc] [PATCH] PPC: KVM: Synchronize regs on CPU dump
,
Alexander Graf
,
2012/03/13
[Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Jakub Jermar
,
2012/03/12
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/12
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/12
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/12
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Jakub Jermar
,
2012/03/12
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/12
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/15
Re: [Qemu-ppc] [HelenOS-devel] Regression in ppc-softmmu when running HelenOS
,
Martin Sucha
,
2012/03/17
Re: [Qemu-ppc] [HelenOS-devel] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/17
Re: [Qemu-ppc] [HelenOS-devel] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/17
Re: [Qemu-ppc] [HelenOS-devel] Regression in ppc-softmmu when running HelenOS
,
Martin Decky
,
2012/03/17
Re: [Qemu-ppc] [HelenOS-devel] Regression in ppc-softmmu when running HelenOS
,
Martin Sucha
,
2012/03/17
Re: [Qemu-ppc] [HelenOS-devel] Regression in ppc-softmmu when running HelenOS
,
Mark Cave-Ayland
,
2012/03/17
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Alexander Graf
,
2012/03/13
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Jakub Jermar
,
2012/03/25
Re: [Qemu-ppc] Regression in ppc-softmmu when running HelenOS
,
Jakub Jermar
,
2012/03/12
Re: [Qemu-ppc] [Qemu-devel] [PATCH] pseries: Don't try to munmap() a malloc()ed TCE table
,
Andreas Färber
,
2012/03/10
[Qemu-ppc] [0/2] Updated pseries patches
,
David Gibson
,
2012/03/07
[Qemu-ppc] [PATCH 2/2] pseries: Configure PCI bridge using properties
,
David Gibson
,
2012/03/07
Re: [Qemu-ppc] [PATCH 2/2] pseries: Configure PCI bridge using properties
,
Alexander Graf
,
2012/03/10
Re: [Qemu-ppc] [PATCH 2/2] pseries: Configure PCI bridge using properties
,
David Gibson
,
2012/03/12
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/2] pseries: Configure PCI bridge using properties
,
Andreas Färber
,
2012/03/14
Re: [Qemu-ppc] [PATCH 2/2] pseries: Configure PCI bridge using properties
,
Alexander Graf
,
2012/03/14
[Qemu-ppc] [PATCH 1/2] pseries: Add support for level interrupts to XICS
,
David Gibson
,
2012/03/07
Re: [Qemu-ppc] [PATCH 1/2] pseries: Add support for level interrupts to XICS
,
Alexander Graf
,
2012/03/10
Re: [Qemu-ppc] [0/7] pseries and Power updates
,
Alexander Graf
,
2012/03/06
Re: [Qemu-ppc] [PATCH 3/7] pseries: Add support for level interrupts to XICS
,
Alexander Graf
,
2012/03/06
Re: [Qemu-ppc] [PATCH 3/7] pseries: Add support for level interrupts to XICS
,
David Gibson
,
2012/03/07
Re: [Qemu-ppc] [PATCH] macio: Convert to qdev
,
Alexander Graf
,
2012/03/06
[Qemu-ppc] TCG PPC performance regression?
,
Mark Cave-Ayland
,
2012/03/06
Re: [Qemu-ppc] TCG PPC performance regression?
,
Super Bisquit
,
2012/03/06
Re: [Qemu-ppc] TCG PPC performance regression?
,
Mark Cave-Ayland
,
2012/03/06
Re: [Qemu-ppc] TCG PPC performance regression?
,
Jan Kiszka
,
2012/03/06
Re: [Qemu-ppc] TCG PPC performance regression?
,
Mark Cave-Ayland
,
2012/03/06
Re: [Qemu-ppc] TCG PPC performance regression?
,
Mark Cave-Ayland
,
2012/03/06
Re: [Qemu-ppc] TCG PPC performance regression?
,
Alexander Graf
,
2012/03/06
[Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Super Bisquit
,
2012/03/05
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Super Bisquit
,
2012/03/05
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Super Bisquit
,
2012/03/05
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Alexander Graf
,
2012/03/12
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Super Bisquit
,
2012/03/12
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Alexander Graf
,
2012/03/12
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Super Bisquit
,
2012/03/13
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
David Gibson
,
2012/03/13
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Super Bisquit
,
2012/03/13
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
David Gibson
,
2012/03/14
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Mark Cave-Ayland
,
2012/03/16
Re: [Qemu-ppc] Booting FreeBSD PowerPC64 on qemu-system-ppc
,
Mark Cave-Ayland
,
2012/03/16
Re: [Qemu-ppc] [Qemu-devel] [PATCH v1 1/1] ppc: Correctly define POWERPC_INSNS2_DEFAULT
,
Andreas Färber
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH v1 1/1] ppc: Correctly define POWERPC_INSNS2_DEFAULT
,
Meador Inge
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH v1 1/1] ppc: Correctly define POWERPC_INSNS2_DEFAULT
,
Alexander Graf
,
2012/03/12
[Qemu-ppc] PPC: VGA broken in git master
,
Mark Cave-Ayland
,
2012/03/04
Re: [Qemu-ppc] [Qemu-devel] PPC: VGA broken in git master
,
Avi Kivity
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] PPC: VGA broken in git master
,
Mark Cave-Ayland
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] PPC: VGA broken in git master
,
Avi Kivity
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] PPC: VGA broken in git master
,
Mark Cave-Ayland
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] PPC: VGA broken in git master
,
Alon Levy
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] PPC: VGA broken in git master
,
Alexander Graf
,
2012/03/05
[Qemu-ppc] qemu-system-ppc broken
,
Laurent Vivier
,
2012/03/03
Re: [Qemu-ppc] qemu-system-ppc broken
,
Alexander Graf
,
2012/03/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH 7/7] pseries: Configure PCI bridge using properties
,
Andreas Färber
,
2012/03/03
Re: [Qemu-ppc] [Qemu-devel] [PATCH 7/7] pseries: Configure PCI bridge using properties
,
David Gibson
,
2012/03/06
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Fix large page support in TCG
,
Andreas Färber
,
2012/03/03
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Fix large page support in TCG
,
Alexander Graf
,
2012/03/07
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Fix large page support in TCG
,
Alexander Graf
,
2012/03/09
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Fix large page support in TCG
,
Nathan Whitehorn
,
2012/03/09
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Fix large page support in TCG
,
Alexander Graf
,
2012/03/09
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Add PIR register to POWER7 CPU
,
Andreas Färber
,
2012/03/03
Re: [Qemu-ppc] [Qemu-devel] [PATCH] PPC: Add PIR register to POWER7 CPU
,
Alexander Graf
,
2012/03/07
[Qemu-ppc] qemu -cpu 7455 doesn't work
,
Jörg Sommer
,
2012/03/01
Re: [Qemu-ppc] qemu -cpu 7455 doesn't work
,
Blue Swirl
,
2012/03/03
Re: [Qemu-ppc] qemu -cpu 7455 doesn't work
,
Jörg Sommer
,
2012/03/05
[Qemu-ppc] QEMU PPC and VxWorks
,
José Alberto
,
2012/03/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc