Age | Commit message (Expand) | Author | Files | Lines |
2021-01-29 | hw/misc/pvpanic: add PCI interface support | Mihai Carabas | 2 | -0/+2 |
2021-01-29 | hw/misc/pvpanic: split-out generic and bus dependent code | Mihai Carabas | 1 | -2/+21 |
2021-01-29 | arm-virt: add secure pl061 for reset/power down | Maxim Uvarov | 1 | -0/+2 |
2021-01-24 | hw/sd: sd.h: Cosmetic change of using spaces | Bin Meng | 1 | -21/+21 |
2021-01-22 | usb: add pcap support. | Gerd Hoffmann | 1 | -0/+8 |
2021-01-19 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1... | Peter Maydell | 1 | -3/+12 |
2021-01-19 | hw/m68k/next-cube: Add missing header comment to next-cube.h | Peter Maydell | 1 | -0/+10 |
2021-01-19 | hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC device | Peter Maydell | 1 | -1/+2 |
2021-01-19 | hw/m68k/next-cube: Make next_irq() function static | Peter Maydell | 1 | -2/+0 |
2021-01-19 | spapr_hcall.c: make do_client_architecture_support static | Daniel Henrique Barboza | 1 | -5/+0 |
2021-01-19 | spapr.h: fix trailing whitespace in phb_placement | Daniel Henrique Barboza | 1 | -1/+1 |
2021-01-19 | spapr: Improve handling of memory unplug with old guests | Greg Kurz | 2 | -1/+2 |
2021-01-19 | hw/ppc: Remove unused ppcuic_init() | Peter Maydell | 2 | -9/+7 |
2021-01-18 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210... | Peter Maydell | 1 | -3/+3 |
2021-01-17 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -1/+4 |
2021-01-17 | acpi: Add addr offset in build_crs | Jiahui Cen | 1 | -1/+3 |
2021-01-16 | riscv: Pass RISCVHartArrayState by pointer | Alistair Francis | 1 | -3/+3 |
2021-01-13 | vhost-user-fs: add the "bootindex" property | Laszlo Ersek | 1 | -0/+1 |
2021-01-13 | macio: wire macio GPIOs to OpenPIC using sysbus IRQs | Mark Cave-Ayland | 1 | -2/+0 |
2021-01-13 | macio: move OpenPIC inside macio-newworld device | Mark Cave-Ayland | 1 | -1/+1 |
2021-01-13 | macio: move heathrow PIC inside macio-oldworld device | Mark Cave-Ayland | 1 | -1/+1 |
2021-01-12 | hw/misc: Add a PWM module for NPCM7XX | Hao Wu | 2 | -0/+107 |
2021-01-12 | hw/adc: Add an ADC module for NPCM7XX | Hao Wu | 2 | -0/+71 |
2021-01-12 | hw/timer: Refactor NPCM7XX Timer to use CLK clock | Hao Wu | 2 | -6/+1 |
2021-01-12 | hw/misc: Add clock converter in NPCM7XX CLK module | Hao Wu | 1 | -2/+138 |
2021-01-08 | hw/arm/virt: Remove virt machine state 'smp_cpus' | Andrew Jones | 1 | -2/+1 |
2021-01-07 | tcg: Make tb arg to synchronize_from_tb const | Richard Henderson | 1 | -1/+2 |
2021-01-06 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210106' into... | Peter Maydell | 1 | -4/+0 |
2021-01-06 | include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedef | Peter Maydell | 1 | -2/+0 |
2021-01-06 | hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines | Peter Maydell | 1 | -2/+0 |
2021-01-06 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in... | Peter Maydell | 5 | -8/+85 |
2021-01-06 | spapr: Introduce spapr_drc_reset_all() | Greg Kurz | 1 | -0/+6 |
2021-01-06 | spapr: Fix reset of transient DR connectors | Greg Kurz | 1 | -1/+2 |
2021-01-06 | spapr: Call spapr_drc_reset() for all DRCs at CAS | Greg Kurz | 1 | -3/+0 |
2021-01-06 | spapr: Fix buffer overflow in spapr_numa_associativity_init() | Greg Kurz | 2 | -3/+4 |
2021-01-06 | spapr: Allow memory unplug to always succeed | Greg Kurz | 1 | -0/+1 |
2021-01-06 | spapr/xive: Make spapr_xive_pic_print_info() static | Cédric Le Goater | 1 | -2/+0 |
2021-01-06 | ppc: Convert PPC UIC to a QOM device | Peter Maydell | 1 | -0/+73 |
2021-01-04 | hw/intc: Rework Loongson LIOINTC | Huacai Chen | 1 | -0/+22 |
2021-01-04 | clock: Define and use new clock_display_freq() | Peter Maydell | 1 | -0/+12 |
2021-01-04 | clock: Remove clock_get_ns() | Peter Maydell | 1 | -6/+0 |
2021-01-04 | clock: Introduce clock_ticks_to_ns() | Peter Maydell | 1 | -0/+41 |
2021-01-04 | vt82c686: Remove legacy vt82c686b_pm_init() function | BALATON Zoltan | 1 | -4/+1 |
2021-01-04 | vt82c686: Remove legacy vt82c686b_isa_init() function | BALATON Zoltan | 1 | -2/+1 |
2021-01-04 | vt82c686: Remove vt82c686b_[am]c97_init() functions | BALATON Zoltan | 1 | -2/+2 |
2020-12-18 | qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() | Eduardo Habkost | 1 | -1/+1 |
2020-12-18 | qdev: Move qdev_prop_tpm declaration to tpm_prop.h | Eduardo Habkost | 1 | -1/+0 |
2020-12-18 | qdev: Make PropertyInfo.create return ObjectProperty* | Eduardo Habkost | 1 | -1/+2 |
2020-12-18 | qdev: Add name argument to PropertyInfo.create method | Eduardo Habkost | 1 | -1/+1 |
2020-12-18 | qdev: Get just property name at error_set_from_qdev_prop_error() | Eduardo Habkost | 1 | -1/+1 |