Show patches with: Submitter = James Hogan       |    State = Action Required       |    Archived = No       |   151 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
qemu-char: fix infinite recursion connecting to monitor pty - - - 1 --- 2013-08-08 James Hogan New
tcg/mips: fix invalid op definition errors - - 1 - --- 2013-08-08 James Hogan New
[1/1] mc146818rtc: correct UIP hold length - - - - --- 2013-08-14 James Hogan New
kvm: sync cpu state on internal error before dump - - - - --- 2013-08-23 James Hogan New
[v2] cpu: Move cpu state syncs up into cpu_dump_state() - - - - --- 2013-08-27 James Hogan New
qemu: Fix cross compilation for mipsel - - - - --- 2013-08-27 James Hogan New
[v3,1/9] hw/mips/cputimer: Don't start periodic timer in KVM mode - - 1 - --- 2014-03-06 James Hogan New
[v3,2/9] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA - - 1 - --- 2014-03-06 James Hogan New
[v3,3/9] target-mips: get_physical_address: Add defines for segment bases - - 1 - --- 2014-03-06 James Hogan New
[v3,4/9] target-mips: get_physical_address: Add KVM awareness - - - - --- 2014-03-06 James Hogan New
[v3,5/9] kvm: Allow arch to set sigmask length - - - - --- 2014-03-06 James Hogan New
[v3,6/9] target-mips: kvm: Add main KVM support for MIPS - - - - --- 2014-03-06 James Hogan New
[v3,7/9] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls - - 2 - --- 2014-03-06 James Hogan New
[v3,8/9] hw/mips: malta: Add KVM support - - 1 - --- 2014-03-06 James Hogan New
[v3,9/9] target-mips: Enable KVM support in build system - - 1 - --- 2014-03-06 James Hogan New
[v4,01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode - - 1 - --- 2014-03-14 James Hogan New
[v4,02/10] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA - - 1 - --- 2014-03-14 James Hogan New
[v4,03/10] target-mips: get_physical_address: Add defines for segment bases - - 1 - --- 2014-03-14 James Hogan New
[v4,04/10] target-mips: get_physical_address: Add KVM awareness - - - - --- 2014-03-14 James Hogan New
[v4,05/10] kvm: Allow arch to set sigmask length - - - - --- 2014-03-14 James Hogan New
[v4,06/10] target-mips: kvm: Add main KVM support for MIPS - - - - --- 2014-03-14 James Hogan New
[v4,07/10] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls - - 2 - --- 2014-03-14 James Hogan New
[v4,08/10] hw/mips: malta: Add KVM support - - 1 - --- 2014-03-14 James Hogan New
[v4,09/10] target-mips: Enable KVM support in build system - - 1 - --- 2014-03-14 James Hogan New
[v4,10/10] MAINTAINERS: Add entry for MIPS KVM - - - - --- 2014-03-14 James Hogan New
linux-user: Correct DLINFO_ITEMS - - 1 - --- 2014-03-25 James Hogan New
linux-user: Handle arches with llseek instead of _llseek - - - - --- 2014-03-25 James Hogan New
linux-user: Assert stack used for auxvec, envp, argv - - - - --- 2014-03-25 James Hogan New
[v5,01/12] target-mips: Reset CPU timer consistently - - - - --- 2014-06-17 James Hogan New
[v5,02/12] hw/mips/cputimer: Don't start periodic timer in KVM mode - - - - --- 2014-06-17 James Hogan New
[v5,03/12] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA - - - - --- 2014-06-17 James Hogan New
[v5,04/12] target-mips: get_physical_address: Add defines for segment bases - - 1 - --- 2014-06-17 James Hogan New
[v5,05/12] target-mips: get_physical_address: Add KVM awareness - - - - --- 2014-06-17 James Hogan New
[v5,06/12] kvm: Allow arch to set sigmask length - - - - --- 2014-06-17 James Hogan New
[v5,07/12] target-mips: kvm: Add main KVM support for MIPS - - - - --- 2014-06-17 James Hogan New
[v5,08/12] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset() - - - - --- 2014-06-17 James Hogan New
[v5,09/12] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls - - 2 - --- 2014-06-17 James Hogan New
[v5,10/12] hw/mips: malta: Add KVM support - - 1 - --- 2014-06-17 James Hogan New
[v5,11/12] target-mips: Enable KVM support in build system - - 1 - --- 2014-06-17 James Hogan New
[v5,12/12] MAINTAINERS: Add entry for MIPS KVM - - - - --- 2014-06-17 James Hogan New
[v5,10/12] hw/mips: malta: Add KVM support - - - - --- 2014-06-20 James Hogan New
[v2] mips_malta: Don't boot from flash with KVM - - 1 - --- 2014-06-20 James Hogan New
[v4] gt64xxx_pci: Add VMStateDescription - - - - --- 2014-06-20 James Hogan New
[1/4] mips/kvm: Init EBase to correct KSEG0 - - 1 - --- 2014-06-26 James Hogan New
[2/4] mips_malta: Change default KVM cpu to 24Kc (no FP) - - - - --- 2014-06-26 James Hogan New
[3/4] mips_malta: Remove incorrect KVM T&E references - - 1 - --- 2014-06-26 James Hogan New
[4/4] mips_malta: Catch kernels linked at wrong address - - 1 - --- 2014-06-26 James Hogan New
[v2,2/4] mips/kvm: Disable FPU on reset with KVM - - - - --- 2014-06-27 James Hogan New
target-mips: Ignore unassigned accesses with KVM - - 1 - --- 2014-07-28 James Hogan New
[1/9] mips/kvm: Drop KVM_REG_MIPS_COUNT_* definitions - - 1 - --- 2015-03-11 James Hogan New
[2/9] mips/kvm: Remove a couple of noisy DPRINTFs - - 1 - --- 2015-03-11 James Hogan New
[3/9] mips/kvm: Implement PRid CP0 register - - 1 - --- 2015-03-11 James Hogan New
[4/9] mips/kvm: Implement Config CP0 registers - - - - --- 2015-03-11 James Hogan New
[5/9] mips/kvm: Support unsigned KVM registers - - - - --- 2015-03-11 James Hogan New
[6/9] mips/kvm: Support signed 64-bit KVM registers - - - - --- 2015-03-11 James Hogan New
[7/9] mips/kvm: Add FP & MSA register definitions - - - - --- 2015-03-11 James Hogan New
[8/9] mips/kvm: Support FPU in MIPS KVM guests - - - - --- 2015-03-11 James Hogan New
[9/9] mips/kvm: Support MSA in MIPS KVM guests - - - - --- 2015-03-11 James Hogan New
[v2,1/9] DONT APPLY: linux-headers: Update MIPS KVM headers - - - - --- 2015-03-25 James Hogan New
[v2,2/9] mips/kvm: Sync with newer MIPS KVM headers - - - - --- 2015-03-25 James Hogan New
[v2,3/9] mips/kvm: Remove a couple of noisy DPRINTFs - - 1 - --- 2015-03-25 James Hogan New
[v2,4/9] mips/kvm: Implement PRid CP0 register - - 1 - --- 2015-03-25 James Hogan New
[v2,5/9] mips/kvm: Implement Config CP0 registers - - - - --- 2015-03-25 James Hogan New
[v2,6/9] mips/kvm: Support unsigned KVM registers - - - - --- 2015-03-25 James Hogan New
[v2,7/9] mips/kvm: Support signed 64-bit KVM registers - - - - --- 2015-03-25 James Hogan New
[v2,8/9] mips/kvm: Support FPU in MIPS KVM guests - - - - --- 2015-03-25 James Hogan New
[v2,9/9] mips/kvm: Support MSA in MIPS KVM guests - - - - --- 2015-03-25 James Hogan New
[1/2] mips/kvm: Fix Big endian 32-bit register access - - - - --- 2015-04-24 James Hogan New
[2/2] mips/kvm: Sign extend registers written to KVM - - - - --- 2015-04-24 James Hogan New
[v3,6/9] mips/kvm: Support unsigned KVM registers - - - - --- 2015-04-24 James Hogan New
[for,2.4,1/2] tcg/mips: Fix build error from merged memop+mmu_idx parameter 1 - - - --- 2015-07-09 James Hogan New
[for,2.4,2/2] mips/kvm: Sync with newer MIPS KVM headers - - - - --- 2015-07-09 James Hogan New
tcg/mips: Fix clobbering of qemu_ld inputs - - 2 - --- 2015-09-14 James Hogan New
[1/7] tcg-opc.h: Simplify debug_insn_start def - - 1 - --- 2015-09-30 James Hogan New
[2/7] disas/mips: Add R6 jr/jr.hb to disassembler - - - - --- 2015-09-30 James Hogan New
[3/7] tcg/mips: Add use_mips32r6_instructions definition - - 1 - --- 2015-09-30 James Hogan New
[4/7] tcg/mips: Support r6 JR encoding - - 1 - --- 2015-09-30 James Hogan New
[5/7] tcg/mips: Support r6 multiply/divide encodings - - - - --- 2015-09-30 James Hogan New
[6/7] tcg/mips: Support full movcond select operation - - - - --- 2015-09-30 James Hogan New
[7/7] tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ - - - - --- 2015-09-30 James Hogan New
[v2,1/6] tcg-opc.h: Simplify debug_insn_start def - - 1 - --- 2015-10-01 James Hogan New
[v2,2/6] disas/mips: Add R6 jr/jr.hb to disassembler - - 2 - --- 2015-10-01 James Hogan New
[v2,3/6] tcg/mips: Add use_mips32r6_instructions definition - - 1 - --- 2015-10-01 James Hogan New
[v2,4/6] tcg/mips: Support r6 JR encoding - - 1 - --- 2015-10-01 James Hogan New
[v2,5/6] tcg/mips: Support r6 multiply/divide encodings - - 1 - --- 2015-10-01 James Hogan New
[v2,6/6] tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ - - - - --- 2015-10-01 James Hogan New
[v3,1/6] tcg-opc.h: Simplify debug_insn_start def - - 2 - --- 2015-10-02 James Hogan New
[v3,2/6] disas/mips: Add R6 jr/jr.hb to disassembler - - 3 - --- 2015-10-02 James Hogan New
[v3,3/6] tcg/mips: Add use_mips32r6_instructions definition - - 2 - --- 2015-10-02 James Hogan New
[v3,4/6] tcg/mips: Support r6 JR encoding - - 2 - --- 2015-10-02 James Hogan New
[v3,5/6] tcg/mips: Support r6 multiply/divide encodings - - 2 - --- 2015-10-02 James Hogan New
[v3,6/6] tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ - - 2 - --- 2015-10-02 James Hogan New
hw/mips_malta: Fix KVM PC initialisation - - 2 - --- 2015-10-12 James Hogan New
target-mips: Fix exceptions while UX=0 - - - - --- 2015-11-16 James Hogan New
[v2] target-mips: Fix exceptions while UX=0 - - - - --- 2015-11-17 James Hogan New
[v4,1/7] mips/kvm: Remove a couple of noisy DPRINTFs - - 1 - --- 2015-12-18 James Hogan New
[v4,2/7] mips/kvm: Implement PRid CP0 register - - 1 - --- 2015-12-18 James Hogan New
[v4,3/7] mips/kvm: Implement Config CP0 registers - - - - --- 2015-12-18 James Hogan New
[v4,4/7] mips/kvm: Support unsigned KVM registers - - - - --- 2015-12-18 James Hogan New
[v4,5/7] mips/kvm: Support signed 64-bit KVM registers - - - - --- 2015-12-18 James Hogan New
« 1 2 »