Age | Commit message (Expand) | Author | Files | Lines |
2019-10-28 | riscv/sifive_u: Add QSPI memory region | Alistair Francis | 1 | -0/+1 |
2019-10-28 | riscv/sifive_u: Add L2-LIM cache memory | Alistair Francis | 1 | -0/+1 |
2019-10-28 | riscv: hw: Drop "clock-frequency" property of cpu nodes | Bin Meng | 3 | -9/+0 |
2019-10-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -5/+10 |
2019-10-26 | target/i386: move FERR handling to target/i386 | Paolo Bonzini | 1 | -1/+0 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 2 | -3/+3 |
2019-10-26 | Merge commit 'df84f17' into HEAD | Paolo Bonzini | 7 | -27/+323 |
2019-10-25 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+15 |
2019-10-25 | coroutine: Add qemu_co_mutex_assert_locked() | Kevin Wolf | 1 | -0/+15 |
2019-10-25 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 11 | -51/+100 |
2019-10-25 | hw/arm/bcm2836: Rename cpus[] as cpu[].core | Philippe Mathieu-Daudé | 1 | -1/+3 |
2019-10-25 | hw/arm/bcm2835_peripherals: Use the SYS_timer | Philippe Mathieu-Daudé | 1 | -1/+2 |
2019-10-25 | hw/timer/bcm2835: Add the BCM2835 SYS_timer | Philippe Mathieu-Daudé | 1 | -0/+33 |
2019-10-25 | hw/arm/bcm2835_peripherals: Use the thermal sensor block | Philippe Mathieu-Daudé | 2 | -0/+3 |
2019-10-25 | hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor | Philippe Mathieu-Daudé | 1 | -0/+27 |
2019-10-25 | virtio: drop unused virtio_device_stop_ioeventfd() function | Stefan Hajnoczi | 1 | -1/+0 |
2019-10-25 | virtio: add property to enable packed virtqueue | Jason Wang | 1 | -1/+3 |
2019-10-25 | virtio: basic packed virtqueue support | Jason Wang | 1 | -3/+7 |
2019-10-24 | hw/rtc/aspeed_rtc: Remove unused includes | Philippe Mathieu-Daudé | 1 | -3/+0 |
2019-10-24 | hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-10-24 | hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2 | -4/+4 |
2019-10-24 | hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2 | -4/+4 |
2019-10-24 | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2 | -1/+19 |
2019-10-24 | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2 | -32/+57 |
2019-10-24 | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2 | -5/+14 |
2019-10-24 | hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 1 | -2/+3 |
2019-10-24 | aspeed: Add an AST2600 eval board | Cédric Le Goater | 1 | -0/+1 |
2019-10-24 | mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.c | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-10-24 | mc146818rtc: Move RTC_ISA_IRQ definition | Philippe Mathieu-Daudé | 2 | -2/+2 |
2019-10-24 | mc146818rtc: move structure to header file | Hervé Poussineau | 1 | -0/+33 |
2019-10-24 | hw/i386/pc: Extract pc_i8259_create() | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-10-24 | hw/i386/pc: Extract pc_gsi_create() | Philippe Mathieu-Daudé | 1 | -0/+2 |
2019-10-24 | spapr/xive: Set the OS CAM line at reset | Cédric Le Goater | 1 | -1/+0 |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 4 | -0/+5 |
2019-10-24 | ppc/pnv: Add a PnvChip pointer to PnvCore | Cédric Le Goater | 1 | -0/+3 |
2019-10-24 | spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass | David Gibson | 2 | -1/+1 |
2019-10-24 | spapr: Remove SpaprIrq::nr_msis | David Gibson | 2 | -5/+3 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson | 2 | -3/+1 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson | 1 | -1/+3 |
2019-10-24 | spapr: Remove SpaprIrq::init_kvm hook | David Gibson | 1 | -1/+0 |
2019-10-24 | spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines | David Gibson | 2 | -4/+4 |
2019-10-24 | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson | 3 | -6/+4 |
2019-10-24 | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -2/+2 |
2019-10-24 | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -1/+3 |
2019-10-24 | spapr: Formalize notion of active interrupt controller | David Gibson | 2 | -2/+8 |
2019-10-24 | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson | 2 | -4/+3 |
2019-10-24 | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson | 1 | -2/+11 |
2019-10-24 | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson | 1 | -0/+14 |
2019-10-24 | spapr: Set VSMT to smp_threads by default | Greg Kurz | 1 | -0/+1 |
2019-10-24 | ppc/pnv: Improve trigger data definition | Cédric Le Goater | 1 | -3/+23 |