index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-08
ppc: remove non implemented cpu models
Igor Mammedov
1
-455
/
+0
2017-09-08
ppc: drop caching ObjectClass from PowerPCCPUAlias
Igor Mammedov
3
-26
/
+2
2017-09-08
ppc: simplify cpu model lookup by PVR
Igor Mammedov
1
-16
/
+11
2017-09-08
ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookups
Igor Mammedov
1
-30
/
+13
2017-09-08
ppc: make cpu alias point only to real cpu models
Igor Mammedov
2
-27
/
+31
2017-09-08
ppc: make cpu_model translation to type consistent
Igor Mammedov
4
-390
/
+390
2017-09-08
ppc: use macros to make cpu type name from string literal
Igor Mammedov
5
-6
/
+9
2017-09-08
target/ppc: Remove old STATUS file
Thomas Huth
1
-550
/
+0
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
5
-15
/
+126
2017-09-08
spapr: fallback to raw mode if best compat mode cannot be set during CAS
Greg Kurz
1
-4
/
+14
2017-09-08
hw/nvram/spapr_nvram: Device can not be created by the users
Thomas Huth
1
-0
/
+2
2017-09-08
hw/ppc/spapr_cpu_core: Add a proper check for spapr machine
Thomas Huth
2
-0
/
+8
2017-09-08
ppc4xx: Export ECB and PLB emulation
BALATON Zoltan
2
-2
/
+5
2017-09-08
ppc4xx_i2c: Move to hw/i2c
BALATON Zoltan
6
-1
/
+5
2017-09-08
ppc4xx_i2c: QOMify
BALATON Zoltan
4
-109
/
+113
2017-09-08
ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file
BALATON Zoltan
4
-242
/
+275
2017-09-08
ppc4xx: Make MAL emulation more generic
BALATON Zoltan
3
-106
/
+70
2017-09-08
ppc4xx: Move MAL from ppc405_uc to ppc4xx_devs
BALATON Zoltan
3
-263
/
+266
2017-09-08
spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pci
Alexey Kardashevskiy
1
-21
/
+14
2017-09-08
ppc64: introduce e6500
KONRAD Frederic
3
-1
/
+93
2017-09-08
booke206: allow to specify an mmucfg value at the init
KONRAD Frederic
1
-4
/
+5
2017-09-08
booke206: fix tlbnps for fixed size TLB
KONRAD Frederic
2
-6
/
+32
2017-09-08
booke206: fix booke206_tlbnps for mav 2.0
KONRAD Frederic
1
-2
/
+2
2017-09-08
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
7
-51
/
+41
2017-09-08
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
7
-29
/
+29
2017-09-08
e500: Use cpu_index instead of vcpu_dt_id
Sam Bobroff
1
-6
/
+2
2017-09-08
spapr: add pseries-2.11 machine type
Greg Kurz
1
-2
/
+20
2017-09-08
spapr_iommu: unregister vmstate at unrealize time
Greg Kurz
1
-0
/
+2
2017-09-08
spapr_iommu: pass object ownership to parent/owner
Michael Roth
1
-0
/
+1
2017-09-08
spapr_drc: pass object ownership to parent/owner
Michael Roth
1
-0
/
+1
2017-09-08
spapr_drc: add unrealize method to physical DRC class
Greg Kurz
1
-0
/
+16
2017-09-08
spapr_pci: parent the MSI memory region to the PHB
Greg Kurz
1
-1
/
+1
2017-09-08
spapr_iommu: convert TCE table object to realize()
Greg Kurz
1
-4
/
+2
2017-09-08
spapr_drc: use g_strdup_printf() instead of snprintf()
Greg Kurz
1
-6
/
+9
2017-09-08
spapr_iommu: use g_strdup_printf() instead of snprintf()
Greg Kurz
1
-5
/
+8
2017-09-08
spapr_pci: use memory_region_add_subregion() with DMA windows
Greg Kurz
1
-2
/
+2
2017-09-08
hw/ppc: CAS reset on early device hotplug
Daniel Henrique Barboza
3
-2
/
+27
2017-09-08
hw/ppc: clear pending_events on machine reset
Daniel Henrique Barboza
3
-0
/
+13
2017-09-08
hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->dev
Daniel Henrique Barboza
1
-2
/
+1
2017-09-07
tcg/ppc: Use constant pool for movi
Richard Henderson
2
-4
/
+31
2017-09-07
tcg/ppc: Look for shifted constants
Richard Henderson
1
-10
/
+48
2017-09-07
tcg/ppc: Change TCG_REG_RA to TCG_REG_TB
Richard Henderson
1
-151
/
+122
2017-09-07
tcg/arm: Use constant pool for call
Richard Henderson
1
-6
/
+3
2017-09-07
tcg/arm: Use constant pool for movi
Richard Henderson
2
-18
/
+75
2017-09-07
tcg/arm: Extract INSN_NOP
Richard Henderson
1
-10
/
+11
2017-09-07
tcg/arm: Code rearrangement
Richard Henderson
1
-258
/
+257
2017-09-07
tcg/arm: Tighten tlb indexing offset test
Richard Henderson
1
-1
/
+3
2017-09-07
tcg/arm: Improve tlb load for armv7
Richard Henderson
1
-20
/
+52
2017-09-07
tcg/sparc: Use constant pool for movi
Richard Henderson
2
-21
/
+58
2017-09-07
tcg/sparc: Introduce TCG_REG_TB
Richard Henderson
1
-30
/
+140
[prev]
[next]