- 8466405 hw: Remove unused MAX_IDE_BUS define by BALATON Zoltan · 2 years, 4 months ago
- 7966d70 reset: allow registering handlers that aren't called by snapshot loading by Jason A. Donenfeld · 2 years, 2 months ago
- 92bd278 lasips2: remove legacy lasips2_initfn() function by Mark Cave-Ayland · 2 years, 6 months ago
- 4040ee5 lasips2: remove the qdev base property and the lasips2_properties array by Mark Cave-Ayland · 2 years, 6 months ago
- 6479296 lasips2: move mapping of LASIPS2 registers to HPPA machine by Mark Cave-Ayland · 2 years, 6 months ago
- 5cbf35d lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 device by Mark Cave-Ayland · 2 years, 6 months ago
- 5079892 hppa: Fix serial port assignments and pass-through by Helge Deller · 2 years, 7 months ago
- 4de4354 hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppa by Helge Deller · 2 years, 7 months ago
- 97ec4d2 machine: use QAPI struct for boot configuration by Paolo Bonzini · 2 years, 9 months ago
- f9bcb2d Warn user if the vga flag is passed but no vga device is created by Gautam Agrawal · 2 years, 8 months ago
- 297d410 hppa: simplify machine function names in machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 42cc2bf hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init() by Mark Cave-Ayland · 2 years, 8 months ago
- c165905 hppa: use MACHINE QOM macros for defining the hppa machine by Mark Cave-Ayland · 2 years, 8 months ago
- 148da67 hppa: remove the empty hppa_sys.h file by Mark Cave-Ayland · 2 years, 8 months ago
- 932befa hppa: move enable_lan() define from hppa_sys.h to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 192e322 hppa: remove unused trace-events from from hw/hppa by Mark Cave-Ayland · 2 years, 8 months ago
- 3c2ce5b hppa: remove hw/hppa/pci.c by Mark Cave-Ayland · 2 years, 8 months ago
- 28f5332 hppa: move hppa_pci_ignore_ops from pci.c to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 45f569a lasi: move from hw/hppa to hw/misc by Mark Cave-Ayland · 2 years, 8 months ago
- 134ba73 hppa: move device headers from hppa_sys.h into individual .c files by Mark Cave-Ayland · 2 years, 8 months ago
- 8e81ffe lasi: use numerical constant for iar reset value by Mark Cave-Ayland · 2 years, 8 months ago
- ca7b468 lasi: use constants for device register offsets by Mark Cave-Ayland · 2 years, 8 months ago
- e881e3c lasi: move lasi_initfn() to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- deaa5d3 lasi: remove address space parameter from lasi_initfn() by Mark Cave-Ayland · 2 years, 8 months ago
- d26c575 lasi: move PS2 initialisation to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 2da547b lasi: move second serial port initialisation to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 9701e56 lasi: move parallel port initialisation to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- c3c3fe4 lasi: move LAN initialisation to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 954f6f7 lasi: update lasi_initfn() to return LASIState by Mark Cave-Ayland · 2 years, 8 months ago
- fe744ca lasi: fix serial port initialisation by Mark Cave-Ayland · 2 years, 8 months ago
- e004499 lasi: use qdev GPIOs to wire up IRQs in lasi_initfn() by Mark Cave-Ayland · 2 years, 8 months ago
- cb9f6c4 lasi: define IRQ inputs as qdev GPIOs by Mark Cave-Ayland · 2 years, 8 months ago
- 0f04d57 lasi: replace lasi_get_irq() with defined constants by Mark Cave-Ayland · 2 years, 8 months ago
- b514f43 lasi: move LASIState and associated QOM structures to lasi.h by Mark Cave-Ayland · 2 years, 8 months ago
- b3cdb7e lasi: move initialisation of iar and rtc to new lasi_reset() function by Mark Cave-Ayland · 2 years, 8 months ago
- 2683758 lasi: move register memory mapping from lasi.c to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 46f2594 lasi: move memory region initialisation to new lasi_init() function by Mark Cave-Ayland · 2 years, 8 months ago
- 63588da lasi: checkpatch fixes by Mark Cave-Ayland · 2 years, 8 months ago
- 0db9350 dino: move from hw/hppa to hw/pci-host by Mark Cave-Ayland · 2 years, 8 months ago
- e111f28 dino: move DINO HPA constants from hppa_hardware.h to dino.h by Mark Cave-Ayland · 2 years, 8 months ago
- 2fb11c7 dino: use numerical constant for iar0 and iar1 reset values by Mark Cave-Ayland · 2 years, 8 months ago
- 0d06899 hppa: move dino_init() from dino.c to machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 36f9bbd dino: remove unused dino_set_timer_irq() IRQ handler by Mark Cave-Ayland · 2 years, 8 months ago
- a4b74c1 dino: wire up serial IRQ using a qdev GPIO in machine.c by Mark Cave-Ayland · 2 years, 8 months ago
- 4b5faaf dino: define IRQ inputs as qdev GPIOs by Mark Cave-Ayland · 2 years, 8 months ago
- 10c5264 dino.h: add defines for DINO IRQ numbers by Mark Cave-Ayland · 2 years, 8 months ago
- efdb3ce machine.c: map DINO device during board configuration by Mark Cave-Ayland · 2 years, 8 months ago
- 05245da dino: change dino_init() to return the DINO device instead of PCIBus by Mark Cave-Ayland · 2 years, 8 months ago
- 0d98fbb hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine by Mark Cave-Ayland · 2 years, 8 months ago
- 14e275e dino: split declarations from dino.c into dino.h by Mark Cave-Ayland · 2 years, 8 months ago
- 079e7ad dino: return PCIBus from dino_init() using qdev_get_child_bus() by Mark Cave-Ayland · 2 years, 8 months ago
- ee313d5 dino: use QOM cast instead of directly referencing parent_obj by Mark Cave-Ayland · 2 years, 8 months ago
- 98d168f dino: move initial register configuration to new dino_pcihost_reset() function by Mark Cave-Ayland · 2 years, 8 months ago
- 9cf69f4 dino: move PCI bus master address space setup to dino_pcihost_realize() by Mark Cave-Ayland · 2 years, 8 months ago
- 5ac6c43 dino: move pci_setup_iommu() to dino_pcihost_init() by Mark Cave-Ayland · 2 years, 8 months ago
- 270b295 dino: add memory-as property containing a link to the memory address space by Mark Cave-Ayland · 2 years, 8 months ago
- cc363c4 dino: move PCI windows initialisation to dino_pcihost_init() by Mark Cave-Ayland · 2 years, 8 months ago
- 63901b6 dino: move PCI bus initialisation to dino_pcihost_init() by Mark Cave-Ayland · 2 years, 8 months ago
- 7cdfa94 dino: move registers from dino_init() to DINO_PCI_BRIDGE init function by Mark Cave-Ayland · 2 years, 8 months ago
- 17bd428 dino: checkpatch fixes by Mark Cave-Ayland · 2 years, 8 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 10 months ago
- 4a4554c hppa: Add support for an emulated TOC/NMI button. by Helge Deller · 3 years ago
- 87e126e hw/hppa: Allow up to 16 emulated CPUs by Helge Deller · 3 years ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 8 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- ead62c7 Do not include hw/boards.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
- e060543 hw: Remove superfluous includes of hw/hw.h by Thomas Huth · 3 years, 9 months ago
- 8d40def hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 2c65db5 vl: extract softmmu/datadir.c by Paolo Bonzini · 4 years, 2 months ago
- bfdf22b hppa: do not use ram_size global by Paolo Bonzini · 4 years, 2 months ago
- b57e3e9 hppa: remove bios_name by Paolo Bonzini · 4 years, 2 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
- b28c4a6 hw/hppa: Add power button emulation by Helge Deller · 4 years, 4 months ago
- 2457600 hw/hppa: Tell SeaBIOS port address of fw_cfg by Helge Deller · 4 years, 4 months ago
- 34743e9 hw/hppa: Change fw_cfg port address by Helge Deller · 4 years, 5 months ago
- 32ff8bf hw/hppa: Store boot device in fw_cfg section by Helge Deller · 4 years, 5 months ago
- df5c6a5 hw/hppa: Make number of TLB and BTLB entries configurable by Helge Deller · 4 years, 4 months ago
- 8e49197 Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
- b899fe4 hw/hppa/lasi: Don't abort on invalid IMR value by Helge Deller · 4 years, 5 months ago
- 2c44220 meson: convert hw/arch* by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 28b71a2 hw/hppa: Implement proper SeaBIOS version check by Helge Deller · 4 years, 5 months ago
- e3a99a8 hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources by Helge Deller · 4 years, 5 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 94c1253 hw/hppa/dino: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 4 years, 7 months ago
- 7d0776c hw/ide: Remove unneeded inclusion of hw/ide.h by BALATON Zoltan · 4 years, 10 months ago
- e07c4f4 hw/hppa/machine: Include "net/net.h" by Philippe Mathieu-Daudé · 4 years, 10 months ago
- ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
- ca6155c Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://github.com/patchew-project/qemu into HEAD by Paolo Bonzini · 4 years, 10 months ago
- 7c59c1e hppa: use memdev for RAM by Igor Mammedov · 4 years, 11 months ago
- 90e94c0 hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c by Philippe Mathieu-Daudé · 4 years, 11 months ago
- c9cbfeb hw/hppa/dino: Fix bitmask for the PCIROR register by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 6e4ed42 hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394) by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 422a264 hw/hppa/dino: Add comments with register name by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 9154cf6 hw/hppa/Kconfig: LASI chipset requires PARALLEL port by Philippe Mathieu-Daudé · 5 years ago
- 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago