| Commit message (Expand) | Author | Age | Files | Lines |
* | load_elf: Remove unused address variables from callers | BALATON Zoltan | 2020-09-26 | 1 | -4/+4 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | meson: convert hw/arch* | Marc-André Lureau | 2020-08-21 | 2 | -1/+8 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan | 2020-03-17 | 1 | -10/+3 |
* | dp264: use pci_create_simple() to initialise the cmd646 device | Mark Cave-Ayland | 2020-03-10 | 1 | -1/+5 |
* | hw/alpha/dp264: Include "net/net.h" | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -0/+1 |
* | hw/alpha/alpha_sys: Remove unused "hw/ide.h" header | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -1/+0 |
* | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 2020-02-28 | 1 | -1/+1 |
* | alpha/dp264: use memdev for RAM | Igor Mammedov | 2020-02-19 | 3 | -8/+5 |
* | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 2020-01-29 | 1 | -2/+2 |
* | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini | 2019-12-17 | 2 | -1/+3 |
* | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 1 | -1/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 2 | -2/+0 |
* | Include hw/boards.h a bit less | Markus Armbruster | 2019-08-16 | 2 | -1/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 2 | -2/+0 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 2 | -1/+1 |
* | hw: Replace global smp variables with MachineState for all remaining archs | Like Xu | 2019-07-05 | 1 | -0/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2019-03-28 | 1 | -0/+1 |
|\ |
|
| * | hw/alpha/Kconfig: DP264 hardware requires e1000 network card | Philippe Mathieu-Daudé | 2019-03-20 | 1 | -0/+1 |
* | | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0... | Peter Maydell | 2019-03-08 | 1 | -1/+0 |
|\ |
|
| * | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé | 2019-03-07 | 1 | -1/+0 |
* | | alpha-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+10 |
* | | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+2 |
|/ |
|
* | hw/alpha/Makefile.objs: Create CONFIG_* for alpha | Yang Zhong | 2019-02-05 | 1 | -1/+1 |
* | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick | 2019-02-05 | 1 | -2/+2 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -6/+6 |
* | hw/alpha/typhoon: Stop calling cpu_unassigned_access() | Peter Maydell | 2019-01-08 | 1 | -20/+27 |
* | hw/alpha/typhoon: Remove unuseful code | Philippe Mathieu-Daudé | 2018-10-24 | 1 | -13/+0 |
* | change get_image_size return type to int64_t | Li Zhijian | 2018-10-02 | 1 | -1/+2 |
* | hw/alpha: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -9/+8 |
* | iommu: Add IOMMU index argument to translate method | Peter Maydell | 2018-06-15 | 1 | -1/+2 |
* | hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -6/+4 |
* | hw/alpha/dp264: Add the ISA DMA controller | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -0/+4 |
* | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -1/+2 |
* | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2018-01-11 | 1 | -2/+2 |
|\ |
|
| * | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+1 |
| * | hw/timer/i8254: rename pit_init() -> i8254_pit_init() | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+1 |
* | | pci: Rename root bus initialization functions for clarity | David Gibson | 2017-12-05 | 1 | -4/+4 |
|/ |
|
* | alpha: use generic cpu_model parsing | Igor Mammedov | 2017-10-27 | 1 | -2/+2 |
* | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 2017-09-19 | 1 | -4/+0 |
* | alpha: replace cpu_alpha_init() with cpu_generic_init() | Igor Mammedov | 2017-09-01 | 1 | -2/+6 |
* | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -1/+1 |