Age | Commit message (Expand) | Author | Files | Lines |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-10-26 | Merge commit 'df84f17' into HEAD | Paolo Bonzini | 2 | -2/+2 |
2019-10-24 | target/arm: Rebuild hflags for M-profile NVIC | Richard Henderson | 1 | -9/+13 |
2019-10-24 | spapr/xive: Set the OS CAM line at reset | Cédric Le Goater | 1 | -31/+17 |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 4 | -17/+19 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson | 2 | -2/+16 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson | 2 | -0/+55 |
2019-10-24 | spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines | David Gibson | 2 | -16/+15 |
2019-10-24 | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson | 2 | -64/+66 |
2019-10-24 | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson | 2 | -0/+30 |
2019-10-24 | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson | 2 | -0/+21 |
2019-10-24 | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson | 2 | -33/+67 |
2019-10-24 | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson | 2 | -0/+43 |
2019-10-24 | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson | 2 | -0/+8 |
2019-10-24 | ppc/pnv: Improve trigger data definition | Cédric Le Goater | 2 | -6/+18 |
2019-10-24 | xics: Make some device types not user creatable | Greg Kurz | 1 | -0/+10 |
2019-10-24 | xive: Make some device types not user creatable | Greg Kurz | 1 | -0/+15 |
2019-10-22 | hw/intc/apic: reject pic ints if isa_pic == NULL | Sergio Lopez | 1 | -1/+1 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 1 | -1/+1 |
2019-10-15 | hw/arm/bcm2835_peripherals: Improve logging | Philippe Mathieu-Daudé | 1 | -3/+4 |
2019-10-15 | intc/arm_gic: Support IRQ injection for more than 256 vpus | Eric Auger | 1 | -5/+2 |
2019-10-04 | xive: Improve irq claim/free path | David Gibson | 2 | -15/+13 |
2019-10-04 | spapr, xics, xive: Better use of assert()s on irq claim/free paths | David Gibson | 1 | -6/+2 |
2019-10-04 | spapr: Eliminate SpaprIrq:get_nodename method | David Gibson | 1 | -1/+1 |
2019-10-04 | xics: Create sPAPR specific ICS subtype | David Gibson | 1 | -1/+33 |
2019-10-04 | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson | 1 | -59/+27 |
2019-10-04 | xics: Eliminate reset hook | David Gibson | 1 | -33/+24 |
2019-10-04 | xics: Rename misleading ics_simple_*() functions | David Gibson | 3 | -24/+23 |
2019-10-04 | xics: Eliminate 'reject', 'resend' and 'eoi' class hooks | David Gibson | 2 | -43/+15 |
2019-10-04 | spapr/xive: skip partially initialized vCPUs in presenter | Cédric Le Goater | 1 | -0/+8 |
2019-10-04 | spapr/irq: Only claim VALID interrupts at the KVM level | Cédric Le Goater | 2 | -3/+45 |
2019-09-23 | s390x/kvm: Officially require at least kernel 3.15 | Thomas Huth | 2 | -7/+0 |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen | 1 | -7/+8 |
2019-09-03 | hw/intc/armv7m_nic: Access MemoryRegion with MemOp | Tony Nguyen | 1 | -4/+8 |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell | 2 | -2/+2 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2 | -2/+2 |
2019-08-21 | spapr/xive: Mask the EAS when allocating an IRQ | Cédric Le Goater | 1 | -1/+4 |
2019-08-21 | ppc/xive: Improve 'info pic' support | Cédric Le Goater | 3 | -7/+51 |
2019-08-21 | ppc/xive: Provide silent escalation support | Cédric Le Goater | 1 | -0/+8 |
2019-08-21 | ppc/xive: Provide unconditional escalation support | Cédric Le Goater | 1 | -9/+35 |
2019-08-21 | ppc/xive: Provide escalation support | Cédric Le Goater | 1 | -0/+16 |
2019-08-21 | ppc/xive: Provide backlog support | Cédric Le Goater | 1 | -29/+48 |
2019-08-21 | ppc/xive: Implement TM_PULL_OS_CTX special command | Cédric Le Goater | 1 | -1/+14 |
2019-08-19 | hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 3 | -2/+3 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 3 | -3/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 24 | -2/+24 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 16 | -15/+1 |