index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-30
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-1
/
+1
2017-10-27
x86: Skip check apic_id_limit for Xen
Lan Tianyu
1
-1
/
+1
2017-10-26
xen: Log errno rather than return value
Ross Lagerwall
1
-1
/
+1
2017-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+7
2017-10-15
pc: remove useless hot_add_cpu initialisation
Laurent Vivier
2
-3
/
+0
2017-10-15
isapc: Remove unnecessary migration compatibility code
Eduardo Habkost
1
-2
/
+0
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
5
-0
/
+20
2017-10-15
fw_cfg: add write callback
Marc-André Lureau
1
-1
/
+1
2017-10-12
pc: make sure that plugged CPUs are of the same type
Igor Mammedov
1
-0
/
+7
2017-10-02
kvmclock: use the updated system_timer_msr
Jim Somerville
1
-1
/
+2
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
3
-54
/
+39
2017-09-19
hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM
Eduardo Habkost
1
-6
/
+22
2017-09-19
numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
Igor Mammedov
1
-9
/
+11
2017-09-19
General warn report fixups
Alistair Francis
1
-1
/
+1
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-2
/
+3
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-1
/
+1
2017-09-19
hw/i386: Improve some of the warning messages
Alistair Francis
3
-12
/
+18
2017-09-19
multiboot: validate multiboot header address values
Prasad J Pandit
1
-0
/
+19
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
2
-39
/
+6
2017-09-08
intel_iommu: fix missing BQL in pt fast path
Peter Xu
1
-0
/
+15
2017-09-08
hw/acpi: Move acpi_set_pci_info to pcihp
Anthony PERARD
1
-32
/
+0
2017-09-08
pc: add 2.11 machine types
Marcel Apfelbaum
2
-5
/
+23
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
[next]