index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
i386: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-23
numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9
Eduardo Habkost
1
-1
/
+1
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
1
-2
/
+12
2017-08-08
hw/i386: allow SHPC for Q35 machine
Aleksandr Bezzubikov
1
-2
/
+2
2017-08-02
pc: acpi: force FADT rev1 for 440fx based machine types
Igor Mammedov
1
-4
/
+18
2017-08-02
pc: make 'pc.rom' readonly when machine has PCI enabled
Igor Mammedov
1
-0
/
+3
2017-08-02
intel_iommu: use access_flags for iotlb
Peter Xu
1
-8
/
+7
2017-08-02
intel_iommu: fix iova for pt
Peter Xu
2
-3
/
+2
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-08-01
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
1
-11
/
+11
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-21
xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...
Alexey G
1
-2
/
+11
2017-07-21
xen: fix compilation on 32-bit hosts
Igor Druzhinin
1
-4
/
+5
2017-07-19
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...
Peter Maydell
3
-60
/
+213
2017-07-18
xen: don't use xenstore to save/restore physmap anymore
Igor Druzhinin
2
-12
/
+40
2017-07-18
xen/mapcache: introduce xen_replace_cache_entry()
Igor Druzhinin
1
-8
/
+77
2017-07-18
xen/mapcache: add an ability to create dummy mappings
Igor Druzhinin
1
-8
/
+36
2017-07-18
xen: move physmap saving into a separate function
Igor Druzhinin
1
-26
/
+31
2017-07-18
xen-platform: separate unplugging of NVMe disks
Stefano Stabellini
1
-12
/
+35
2017-07-18
ahci: add ahci_get_num_ports
John Snow
1
-2
/
+2
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
3
-8
/
+4
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
4
-5
/
+5
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-70
/
+95
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
3
-12
/
+42
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2
-12
/
+14
2017-07-14
mttcg/i386: Patch instruction using async_safe_* framework
Pranith Kumar
1
-46
/
+39
2017-07-13
Convert error_report*_err() to warn_report*_err()
Alistair Francis
1
-2
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
5
-20
/
+20
2017-07-07
xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
Ross Lagerwall
1
-0
/
+11
2017-07-04
vapic: use tcg_enabled
Paolo Bonzini
1
-2
/
+3
2017-07-04
Move CONFIG_KVM related definitions to kvm_i386.h
Thomas Huth
1
-0
/
+1
2017-07-03
intel_iommu: fix migration breakage on mr switch
Peter Xu
1
-0
/
+15
2017-07-03
hw/acpi: remove dead acpi code
Aleksandr Bezzubikov
1
-10
/
+0
2017-07-03
i386/kvm/pci-assign: Use errp directly rather than local_err
Mao Zhongyi
1
-15
/
+7
2017-07-03
i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()
Mao Zhongyi
1
-12
/
+6
2017-07-03
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
1
-7
/
+7
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
1
-7
/
+17
2017-07-03
intel_iommu: relax iq tail check on VTD_GCMD_QIE enable
Ladi Prosek
2
-15
/
+20
2017-06-28
migration: move skip_section_footers
Peter Xu
1
-1
/
+0
2017-06-28
migration: move skip_configuration out
Peter Xu
1
-1
/
+0
2017-06-28
migration: move global_state.optional out
Peter Xu
1
-1
/
+0
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
3
-41
/
+42
2017-06-20
xen: use get_uint() for "max-ram-below-4g" property
Marc-André Lureau
1
-3
/
+3
2017-06-20
pc: use get_uint() for "hpet-intcap" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
pc: use get_uint() for "apic-id" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
pc: use get_uint() for "iobase" property
Marc-André Lureau
1
-1
/
+1
2017-06-20
acpi: use get_uint() for "pci-hole*" properties
Marc-André Lureau
1
-12
/
+12
2017-06-20
acpi: use get_uint() for various acpi properties
Marc-André Lureau
1
-13
/
+14
2017-06-20
acpi: use get_uint() for "acpi-pcihp-io*" properties
Marc-André Lureau
1
-2
/
+2
2017-06-20
qdev: Use appropriate getter/setters type
Marc-André Lureau
1
-6
/
+6
[next]