[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [0/9] Bugfixes and pseries enhancements
From: |
David Gibson |
Subject: |
[Qemu-ppc] [0/9] Bugfixes and pseries enhancements |
Date: |
Thu, 12 Jan 2012 16:46:19 +1100 |
This series has two parts. THe first has a few bugfixes for generic
qemu code. The second has a number of pseries machine specific
enhancements and bugfixes. They are included in the one series
because some of the pseries specific patches rely on the generic
bugfixes (in the sense that they expose the bugs more badly than they
were previously).
I've posted some of the generic fixes before, this series respins the
first one (load_image_targphys()) with a minor tweak, the rest are
unchanged.
- [Qemu-ppc] [0/9] Bugfixes and pseries enhancements,
David Gibson <=
- [Qemu-ppc] [PATCH 7/9] pseries: Use correct dispatcher for PCI config space accesses, David Gibson, 2012/01/12
- [Qemu-ppc] [PATCH 2/9] Fix dirty logging with 32-bit qemu & 64-bit guests, David Gibson, 2012/01/12
- [Qemu-ppc] [PATCH 1/9] load_image_targphys() should enforce the max size, David Gibson, 2012/01/12
- [Qemu-ppc] [PATCH 6/9] pseries: Support PCI extended config space in RTAS calls, David Gibson, 2012/01/12
- [Qemu-ppc] [PATCH 5/9] Correct types in bmdma_addr_{read,write}, David Gibson, 2012/01/12
- [Qemu-ppc] [PATCH 8/9] pseries: Don't try to munmap() a malloc()ed TCE table, David Gibson, 2012/01/12
- [Qemu-ppc] [PATCH 3/9] pci: Make bounds checks on config space accesses actually work, David Gibson, 2012/01/12