index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-01
ppc: replace cpu_ppc_init() with cpu_generic_init()
Igor Mammedov
7
-8
/
+12
2017-08-22
hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device
Thomas Huth
1
-0
/
+2
2017-08-22
hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false
Thomas Huth
1
-0
/
+2
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
1
-12
/
+30
2017-08-22
spapr: Allow configure-connector to be called multiple times
Bharata B Rao
1
-7
/
+23
2017-08-09
spapr: Fix bug in h_signal_sys_reset()
Sam Bobroff
1
-5
/
+4
2017-08-09
spapr_drc: abort if object_property_add_child() fails
Greg Kurz
1
-1
/
+1
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-32
/
+32
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-29
Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"
David Gibson
1
-6
/
+4
2017-07-29
spapr_drc: fix realize and unrealize
Greg Kurz
1
-9
/
+6
2017-07-25
spapr: Fix QEMU abort during memory unplug
Bharata B Rao
1
-16
/
+22
2017-07-25
spapr/htab: fix savevm
Laurent Vivier
1
-1
/
+1
2017-07-25
spapr_pci: Fix obsolete comment about MSIX encoding in addr/data
Alexey Kardashevskiy
1
-3
/
+1
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
1
-1
/
+3
2017-07-17
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...
Peter Maydell
6
-324
/
+879
2017-07-17
spapr: fix memory leak in spapr_core_pre_plug()
Greg Kurz
1
-2
/
+2
2017-07-17
pseries: Allow HPT resizing with KVM
David Gibson
1
-0
/
+66
2017-07-17
pseries: Use smaller default hash page tables when guest can resize
David Gibson
2
-5
/
+47
2017-07-17
pseries: Enable HPT resizing for 2.10
David Gibson
1
-1
/
+2
2017-07-17
pseries: Implement HPT resizing
David Gibson
2
-6
/
+312
2017-07-17
pseries: Stubs for HPT resizing
David Gibson
3
-0
/
+113
2017-07-17
spapr: fix potential memory leak in spapr_core_plug()
Greg Kurz
1
-4
/
+5
2017-07-17
spapr: Implement DR-indicator for physical DRCs only
David Gibson
1
-4
/
+63
2017-07-17
spapr: Remove sPAPRConfigureConnectorState sub-structure
David Gibson
1
-38
/
+18
2017-07-17
spapr: Consolidate DRC state variables
David Gibson
2
-104
/
+124
2017-07-17
spapr: Cleanups relating to DRC awaiting_release field
David Gibson
2
-21
/
+11
2017-07-17
spapr: Refactor spapr_drc_detach()
David Gibson
3
-20
/
+10
2017-07-17
spapr: Abort on delete failure in spapr_drc_release()
David Gibson
1
-1
/
+1
2017-07-17
spapr: Simplify unplug path
David Gibson
1
-48
/
+8
2017-07-17
spapr: Remove 'awaiting_allocation' DRC flag
David Gibson
1
-22
/
+3
2017-07-17
spapr: Treat devices added before inbound migration as coldplugged
Laurent Vivier
3
-12
/
+25
2017-07-17
spapr: Minor cleanups to events handling
David Gibson
2
-26
/
+25
2017-07-17
spapr: migrate pending_events of spapr state
Daniel Henrique Barboza
2
-46
/
+85
2017-07-17
spapr: Remove unnecessary instance_size specifications from DRC subtypes
David Gibson
1
-5
/
+0
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
4
-12
/
+6
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
4
-6
/
+6
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-20
/
+30
2017-07-14
spapr_rng: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-6
/
+2
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
1
-7
/
+19
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
1
-7
/
+9
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
3
-6
/
+6
2017-07-11
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...
Peter Maydell
3
-100
/
+79
2017-07-11
spapr: populate device tree depending on XIVE_EXPLOIT option
Cédric Le Goater
1
-4
/
+6
2017-07-11
spapr: introduce the XIVE_EXPLOIT option in CAS
Cédric Le Goater
1
-6
/
+7
2017-07-11
spapr: Only report host/guest IOMMU page size mismatches on KVM
David Gibson
1
-1
/
+2
2017-07-11
spapr: fix memory hotplug error path
Greg Kurz
1
-4
/
+22
2017-07-11
spapr: Use unplug_request for PCI hot unplug
David Gibson
1
-6
/
+7
2017-07-11
spapr: Remove unnecessary differences between hotplug and coldplug paths
David Gibson
3
-15
/
+6
2017-07-11
spapr: Add DRC release method
David Gibson
1
-16
/
+6
[next]