| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | hw/alpha: Provide a PCI-ISA bridge device node | Jason Thorpe | 2021-06-28 | 4 | -27/+36 |
* | hw/alpha: Provide console information to the PALcode at start-up | Jason Thorpe | 2021-06-28 | 1 | -1/+11 |
* | hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings | Jason Thorpe | 2021-06-28 | 3 | -5/+9 |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | Do not include hw/boards.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | vl: extract softmmu/datadir.c | Paolo Bonzini | 2020-12-10 | 1 | -0/+1 |
* | alpha: remove bios_name | Paolo Bonzini | 2020-12-10 | 1 | -1/+1 |
* | 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 |