aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-25libqos: access VIRTIO 1.0 vring in little-endianStefan Hajnoczi5-39/+106
2019-10-25libqos: implement VIRTIO 1.0 FEATURES_OK stepStefan Hajnoczi1-1/+17
2019-10-25libqos: enforce Device Initialization orderStefan Hajnoczi2-0/+8
2019-10-25libqos: add missing virtio-9p feature negotiationStefan Hajnoczi1-0/+6
2019-10-25tests/virtio-blk-test: set up virtqueue after feature negotiationStefan Hajnoczi1-7/+10
2019-10-25virtio-scsi-test: add missing feature negotiationStefan Hajnoczi1-0/+8
2019-10-25libqos: extend feature bits to 64-bitStefan Hajnoczi6-27/+43
2019-10-25libqos: read QVIRTIO_MMIO_VERSION registerStefan Hajnoczi2-0/+4
2019-10-25tests/virtio-blk-test: read config space after feature negotiationStefan Hajnoczi1-13/+20
2019-10-25virtio: add property to enable packed virtqueueJason Wang1-1/+3
2019-10-25vhost_net: enable packed ring supportJason Wang1-0/+2
2019-10-25virtio: event suppression support for packed ringJason Wang1-9/+133
2019-10-25virtio: basic packed virtqueue supportJason Wang5-75/+829
2019-10-25virtio: Free rnd virqueue at unrealize()Eugenio Pérez1-0/+1
2019-10-25virtio: Free blk virqueues at unrealize()Eugenio Pérez1-0/+5
2019-10-25virtio: device/driver area size calculation refactor for split ringWei Xu1-6/+10
2019-10-25virtio: basic structure for packed ringWei Xu1-0/+15
2019-10-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...Peter Maydell28-666/+839
2019-10-24Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell4-20/+72
2019-10-24Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into stagingPeter Maydell11-3016/+3362
2019-10-23hppa: drop usage of memory_region_allocate_system_memory() for ROMIgor Mammedov1-3/+2
2019-10-23ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory()Igor Mammedov1-5/+10
2019-10-23sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAMIgor Mammedov1-12/+13
2019-10-23target/i386: Introduce Denverton CPU modelTao Xu1-0/+47
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater2-32/+17
2019-10-24ppc/pnv: Fix naming of routines realizing the CPUsCédric Le Goater1-4/+4
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater12-20/+65
2019-10-24ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater2-1/+5
2019-10-24ppc/pnv: Introduce a PnvCore reset handlerCédric Le Goater1-4/+15
2019-10-24spapr_cpu_core: Implement DeviceClass::resetGreg Kurz1-9/+28
2019-10-24spapr: move CPU reset after presenter creationCédric Le Goater1-6/+8
2019-10-24spapr: Don't request to unplug the same core twiceGreg Kurz1-3/+4
2019-10-24pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2019-10-24spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson4-18/+19
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson5-20/+26
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson5-46/+21
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson4-65/+61
2019-10-24spapr: Remove SpaprIrq::init_kvm hookDavid Gibson2-50/+25
2019-10-24spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson5-37/+24
2019-10-24spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson7-83/+80
2019-10-24spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson5-39/+41
2019-10-24spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson4-32/+34
2019-10-24spapr: Formalize notion of active interrupt controllerDavid Gibson3-2/+59
2019-10-24spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson5-115/+102
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson5-61/+79
2019-10-24spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson4-0/+35
2019-10-24spapr: Set VSMT to smp_threads by defaultGreg Kurz2-1/+7
2019-10-24ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSICédric Le Goater1-3/+12
2019-10-24ppc/pnv: Improve trigger data definitionCédric Le Goater3-9/+41
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic1-44/+40