xics_kvm.c (7ce0f7dc87e50ebf58ac756ff6be17ec97d3ba4e) | xics_kvm.c (0d75590d919454be322f21d55494b8937651fc86) |
---|---|
1/* 2 * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator 3 * 4 * PAPR Virtualized Interrupt System, aka ICS/ICP aka xics, in-kernel emulation 5 * 6 * Copyright (c) 2013 David Gibson, IBM Corporation. 7 * 8 * Permission is hereby granted, free of charge, to any person obtaining a copy --- 11 unchanged lines hidden (view full) --- 20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 23 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 24 * THE SOFTWARE. 25 * 26 */ 27 | 1/* 2 * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator 3 * 4 * PAPR Virtualized Interrupt System, aka ICS/ICP aka xics, in-kernel emulation 5 * 6 * Copyright (c) 2013 David Gibson, IBM Corporation. 7 * 8 * Permission is hereby granted, free of charge, to any person obtaining a copy --- 11 unchanged lines hidden (view full) --- 20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 23 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 24 * THE SOFTWARE. 25 * 26 */ 27 |
28#include "qemu/osdep.h" |
|
28#include "hw/hw.h" 29#include "trace.h" 30#include "hw/ppc/spapr.h" 31#include "hw/ppc/xics.h" 32#include "kvm_ppc.h" 33#include "qemu/config-file.h" 34#include "qemu/error-report.h" 35 --- 473 unchanged lines hidden --- | 29#include "hw/hw.h" 30#include "trace.h" 31#include "hw/ppc/spapr.h" 32#include "hw/ppc/xics.h" 33#include "kvm_ppc.h" 34#include "qemu/config-file.h" 35#include "qemu/error-report.h" 36 --- 473 unchanged lines hidden --- |