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