Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() | Markus Armbruster | 2015-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Some are called do_info_SUBCOMMAND() (old ones, usually), some hmp_info_SUBCOMMAND(), some SUBCOMMAND_info(), sometimes SUBCOMMAND pointlessly differs in spelling. Normalize to hmp_info_SUBCOMMAND(), where SUBCOMMAND is exactly the subcommand name with '-' replaced by '_'. Exceptions: * sun4m_irq_info(), sun4m_pic_info() renamed to sun4m_hmp_info_irq(), sun4m_hmp_info_pic(). * lm32_irq_info(), lm32_pic_info() renamed to lm32_hmp_info_irq(), lm32_hmp_info_pic(). Signed-off-by: Markus Armbruster <armbru@redhat.com> | ||||
* | lm32_juart: Relocate and tidy header | Andreas Färber | 2013-07-29 | 1 | -11/+0 |
| | | | | Signed-off-by: Andreas Färber <afaerber@suse.de> | ||||
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 2 | -0/+25 |
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |