36 Commits (master)

Author SHA1 Message Date
Paolo Bonzini 32222dc3bb include: move hw/irq.h to hw/core/ 4 months ago
BALATON Zoltan 8cd3b84c8a hw/intc/i8259: Remove unused DEBUG_PIC define 11 months ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 1 year ago
Peter Maydell e3d0814368 hw: Use device_class_set_legacy_reset() instead of opencoding 2 years ago
David Woodhouse ecb0e98b4f hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select 3 years ago
Philippe Mathieu-Daudé 78827d5f7b hw/intc/i8259: Document i8259_init() 3 years ago
Bernhard Beschow 2aaf0ec7ff hw/intc/i8259: Make using the isa_pic singleton more type-safe 3 years ago
Philippe Mathieu-Daudé 52ad57a9b6 hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable 5 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Paolo Bonzini 852c27e2ba hw: replace hw/i386/pc.h with a header just for the i8259 6 years ago
Markus Armbruster 650d103d3e Include hw/hw.h exactly where needed 7 years ago
Markus Armbruster 64552b6be4 Include hw/irq.h a lot less 7 years ago
Philippe Mathieu-Daudé bf85388169 qdev: use device_class_set_parent_realize/unrealize/reset() 8 years ago
Peter Xu b8c7723440 i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper 8 years ago
Peter Xu 1b23190aba i8259: generalize statistics into common code 8 years ago
Peter Xu f260f7361c i8259: use DEBUG_IRQ_COUNT always 8 years ago
Peter Xu 0880a87300 i8259: convert DPRINTFs into trace 8 years ago
Hervé Poussineau 61b97833b3 intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider interface 10 years ago
Hervé Poussineau 4f2e39e103 intc/i8259: implement InterruptStatsProvider interface 10 years ago
Paolo Bonzini 03dd024ff5 hw: explicitly include qemu/log.h 10 years ago
Rutuja Shah 73bcb24d93 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND 10 years ago
Peter Maydell 90191d07a6 hw/intc: Clean up includes 10 years ago
Markus Armbruster 1ce6be24df hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() 11 years ago
Gonglei c5539cb426 Fix debug print warning 12 years ago
Peter Crosthwaite 8945c7f754 intc: i8259: Convert Array allocation to g_new0 12 years ago
Hervé Poussineau 8cbad670ce i8259: don't abort when trying to use level sensitive irqs 12 years ago
Markus Armbruster a7737e4496 hw: Consistently name Error ** objects errp, and not err 12 years ago
Alex Bligh bc72ad6754 aio / timers: Switch entire codebase to the new timer API 13 years ago
Paolo Bonzini 1437c94b26 hw/i*: pass owner to memory_region_init* functions 13 years ago
Paolo Bonzini 2c9b15cab1 memory: add owner argument to initialization functions 13 years ago
Andreas Färber d2628b7d18 i8259: Convert PICCommonState to use QOM realizefn 14 years ago
Andreas Färber d1eebf4e3d i8259: QOM'ify some more 14 years ago
Andreas Färber 29bb5317cb i8259: QOM cleanups 13 years ago
Paolo Bonzini 49ab747f66 hw: move target-independent files to subdirectories 13 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 13 years ago
Paolo Bonzini 83c9f4ca79 hw: include hw header files with full paths 13 years ago
Wenchao Xia 84f2d0ea0f HMP: add QDict to info callback handler 13 years ago
Andreas Färber 8c43a6f05d Make all static TypeInfos const 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini 83c9089e73 monitor: move include files to include/monitor/ 13 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
malc 08406b035e Revert "fix some debug printf format strings" 14 years ago
malc 4f213879f3 Revert "i8259: add -no-spurious-interrupt-hack option" 14 years ago
Matthew Ogilvie f278d4947f i8259: add -no-spurious-interrupt-hack option 14 years ago
Matthew Ogilvie 145c7c880f fix some debug printf format strings 14 years ago
Jan Kiszka aa24822bdc i8259: Do not clear level-triggered lines in IRR on init 14 years ago
Andreas Färber 83f7d43a9e qom: Unify type registration 14 years ago
Anthony Liguori 39bffca203 qdev: register all types natively through QEMU Object Model 15 years ago
Anthony Liguori 8f04ee0882 isa: pic: convert to QEMU Object Model 15 years ago