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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
intc
/
xics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
ppc/xics: register reset handlers for the ICP and ICS objects
Cédric Le Goater
1
-4
/
+6
2017-03-01
ppc/xics: rename 'ICPState *' variables to 'icp'
Cédric Le Goater
1
-77
/
+77
2017-03-01
ppc/xics: move InterruptStatsProvider to the sPAPR machine
Cédric Le Goater
1
-18
/
+2
2017-03-01
ppc/xics: move ics-simple post_load under the machine
Cédric Le Goater
1
-10
/
+0
2017-03-01
ppc/xics: remove the XICSState classes
Cédric Le Goater
1
-11
/
+0
2017-03-01
ppc/xics: register the reset handler of ICP objects
Cédric Le Goater
1
-18
/
+0
2017-03-01
ppc/xics: use the QOM interface to grab an ICP
Cédric Le Goater
1
-14
/
+18
2017-03-01
ppc/xics: move the cpu_setup() handler under the ICPState class
Cédric Le Goater
1
-4
/
+4
2017-03-01
ppc/xics: simplify the cpu_setup() handler
Cédric Le Goater
1
-2
/
+3
2017-03-01
ppc/xics: extend the QOM interface to handle ICPs
Cédric Le Goater
1
-1
/
+1
2017-03-01
ppc/xics: remove the XICS list of ICS
Cédric Le Goater
1
-8
/
+0
2017-03-01
ppc/xics: register the reset handler of ICS objects
Cédric Le Goater
1
-5
/
+0
2017-03-01
ppc/xics: remove xics_find_source()
Cédric Le Goater
1
-12
/
+0
2017-03-01
ppc/xics: use the QOM interface to resend irqs
Cédric Le Goater
1
-9
/
+11
2017-03-01
ppc/xics: use the QOM interface to get irqs
Cédric Le Goater
1
-2
/
+3
2017-03-01
ppc/xics: use the QOM interface under the sPAPR machine
Cédric Le Goater
1
-1
/
+1
2017-03-01
ppc/xics: introduce a XICSFabric QOM interface to handle ICSs
Cédric Le Goater
1
-0
/
+7
2017-03-01
ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objects
Cédric Le Goater
1
-35
/
+41
2017-03-01
ppc/xics: remove set_nr_servers() handler from XICSStateClass
Cédric Le Goater
1
-56
/
+18
2017-03-01
ppc/xics: remove set_nr_irqs() handler from XICSStateClass
Cédric Le Goater
1
-36
/
+36
2017-03-01
xics: XICS should not be a SysBusDevice
David Gibson
1
-1
/
+1
2016-10-28
ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
Cédric Le Goater
1
-15
/
+10
2016-10-28
ppc/xics: add a XICSState backlink in ICPState
Cédric Le Goater
1
-0
/
+1
2016-10-28
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
1
-3
/
+21
2016-10-28
ppc/xics: Add xics to the monitor "info pic" command
Benjamin Herrenschmidt
1
-0
/
+49
2016-10-14
ppc/xics: Split ICS into ics-base and ics class
Benjamin Herrenschmidt
1
-57
/
+93
2016-10-14
ppc/xics: Make the ICSState a list
Benjamin Herrenschmidt
1
-34
/
+49
2016-09-23
ppc/xics: account correct irq status
Nikunj A Dadhania
1
-2
/
+5
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
1
-60
/
+60
2016-07-01
ppc/xics: Implement H_IPOLL using an accessor
Benjamin Herrenschmidt
1
-0
/
+8
2016-07-01
ppc/xics: Move SPAPR specific code to a separate file
Benjamin Herrenschmidt
1
-409
/
+9
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
1
-16
/
+17
2016-06-27
ppc/xics: Remove unused xics_set_irq_type()
Benjamin Herrenschmidt
1
-11
/
+0
2016-06-17
xics,xics_kvm: Handle CPU unplug correctly
Bharata B Rao
1
-0
/
+14
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-28
xics: report errors with the QEMU Error API
Greg Kurz
1
-4
/
+9
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-6
/
+6
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-4
/
+4
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
1
-1
/
+1
2015-09-11
typofixes - v4
Veres Lajos
1
-1
/
+1
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-10
/
+10
2014-06-27
xics: Implement xics_ics_free()
Alexey Kardashevskiy
1
-0
/
+27
2014-06-27
spapr: Move interrupt allocator to xics
Alexey Kardashevskiy
1
-0
/
+88
2014-06-27
xics: Disable flags reset on xics reset
Alexey Kardashevskiy
1
-0
/
+7
2014-06-27
xics: Add xics_find_source()
Alexey Kardashevskiy
1
-5
/
+25
2014-06-27
xics: Add flags for interrupts
Alexey Kardashevskiy
1
-8
/
+18
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-4
/
+4
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
1
-6
/
+3
[next]