index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
openpic.c
Age
Commit message (
Expand
)
Author
2 days
hw/intc/openpic: Avoid taking address of out-of-bounds array index
Peter Maydell
2024-10-18
hw/intc/openpic: Improve errors for out of bounds property values
Markus Armbruster
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-12-29
hw/intc: Constify VMState
Richard Henderson
2023-09-29
hw/intc/openpic: Clean up local variable shadowing
Philippe Mathieu-Daudé
2022-10-31
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2022-06-28
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2021-09-30
hw/intc: openpic: Clean up the styles
Bin Meng
2021-09-30
hw/intc: openpic: Drop Raven related codes
Bin Meng
2021-09-30
hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
Bin Meng
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-03-06
openpic: move OpenPIC state and related definitions to openpic.h
Mark Cave-Ayland
2017-12-15
openpic: debug w/ info_report()
Michael Davidsaver
2017-09-27
ppc: Fix OpenPIC model
Benjamin Herrenschmidt
2017-06-30
target-ppc: Enable open-pic timers to count and generate interrupts
Aaron Larson
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-06
target-ppc: Fix openpic timer read register offset
Aaron Larson
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2016-01-29
hw/intc: Clean up includes
Peter Maydell
2015-10-23
openpic: add to misc category
Laurent Vivier
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-03-09
openpic: convert to vmstate
Mark Cave-Ayland
2015-03-09
openpic: switch IRQQueue queue from inline to bitmap
Mark Cave-Ayland
2015-03-09
openpic: fix up loadvm under -M mac99
Mark Cave-Ayland
2015-03-09
openpic: fix segfault on -M mac99 savevm
Mark Cave-Ayland
2015-03-09
Openpic: check that cpu id is within the number of cpus
Fabien Chouteau
2014-08-15
ppc: convert g_new(qemu_irq usages to g_new0
Peter Crosthwaite
2014-06-16
openpic: Reset IRQ source private members
Paul Janzen
2014-06-16
openpic: Move definition of openpic_reset
Paul Janzen
2014-06-10
hw/intc/openpic: Remove unused function IRQ_testbit()
Peter Maydell
2014-05-05
openpic: avoid buffer overrun on incoming migration
Michael Roth
2014-03-27
hw/intc/openpic: Avoid shifting left into sign bit
Peter Maydell
2013-07-09
intc/openpic: Build openpic only once
Andreas Färber
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-01
intc/openpic: Convert to QOM realize
Andreas Färber
2013-07-01
intc/openpic: QOM'ify
Andreas Färber
2013-07-01
openpic: factor out some common defines into openpic.h
Scott Wood
2013-04-08
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini