aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-08-27xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD1-4/+7
2019-08-27xen-bus: Fix backend state transition on device resetAnthony PERARD1-3/+20
2019-08-27xen: cleanup IOREQ server on exitIgor Druzhinin1-0/+2
2019-08-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2019-08-22vhost-user-scsi: prevent using uninitialized vqsRaphael Norwitz1-1/+1
2019-08-22Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190822-pull-request' ...Peter Maydell4-18/+126
2019-08-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190822-pull-request' ...Peter Maydell3-21/+59
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell22-19/+488
2019-08-22ati-vga: Implement dummy VBlank IRQBALATON Zoltan4-0/+55
2019-08-22ehci: fix queue->dev null ptr dereferenceGerd Hoffmann1-0/+3
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell7-16/+14
2019-08-21Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190821-pull-request...Peter Maydell13-32/+115
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell22-117/+799
2019-08-21qapi: Move query-target from misc.json to machine.jsonMarkus Armbruster1-0/+10
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster21-19/+478
2019-08-21hw/display: Compile various display devices as common objectPhilippe Mathieu-Daudé1-9/+9
2019-08-21hw/display/sm501: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2019-08-21spapr_events: Rewrite a fall through commentPhilippe Mathieu-Daudé1-1/+1
2019-08-21ati-vga: Add limited support for big endian frame buffer apertureBALATON Zoltan3-1/+12
2019-08-21ati-vga: Attempt to handle CRTC offset not exact multiple of strideBALATON Zoltan1-7/+15
2019-08-21ati-vga: Fix hardware cursor image offsetBALATON Zoltan1-5/+3
2019-08-21ati-vga: Fix cursor color with guest_hwcursor=trueBALATON Zoltan1-1/+1
2019-08-21ati-vga: Fix GPIO_MONID register writeBALATON Zoltan1-4/+7
2019-08-21ati-vga: Add some register definitions for debuggingBALATON Zoltan2-0/+8
2019-08-21ati-vga: Add registers for getting aperturesBALATON Zoltan3-0/+25
2019-08-21hw/ipmi: Rewrite a fall through commentPhilippe Mathieu-Daudé1-2/+1
2019-08-21hw/dma/omap_dma: Move switch 'fall through' comment to correct placePhilippe Mathieu-Daudé1-1/+1
2019-08-21hw/net/e1000: Fix erroneous commentPhilippe Mathieu-Daudé1-1/+1
2019-08-21xhci: Add No Op CommandHikaru Nishida1-0/+3
2019-08-21usb-redir: merge interrupt packetsMartin Cerveny1-21/+48
2019-08-21usbredir: fix buffer-overflow on vmloadMarc-André Lureau1-0/+5
2019-08-21misc: fix naming scheme of compatiblity arraysMarc-André Lureau1-1/+1
2019-08-21spapr/xive: Mask the EAS when allocating an IRQCédric Le Goater1-1/+4
2019-08-21spapr: Implement better workaround in spapr-vty devicePaul Mackerras1-18/+12
2019-08-21spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz2-9/+2
2019-08-21spapr/pci: Free MSIs during resetGreg Kurz1-0/+2
2019-08-21spapr/pci: Consolidate de-allocation of MSIsGreg Kurz1-9/+15
2019-08-21spapr: Implement ibm,suspend-meNicholas Piggin2-0/+39
2019-08-21i386: use machine class ->wakeup methodNicholas Piggin1-0/+8
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater3-7/+51
2019-08-21ppc/xive: Provide silent escalation supportCédric Le Goater1-0/+8
2019-08-21ppc/xive: Provide unconditional escalation supportCédric Le Goater1-9/+35
2019-08-21ppc/xive: Provide escalation supportCédric Le Goater1-0/+16
2019-08-21ppc/xive: Provide backlog supportCédric Le Goater1-29/+48
2019-08-21ppc/xive: Implement TM_PULL_OS_CTX special commandCédric Le Goater1-1/+14
2019-08-21spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth5-1/+228
2019-08-21spapr: Implement H_JOINNicholas Piggin2-13/+62
2019-08-21spapr: Implement H_CONFERNicholas Piggin1-0/+67
2019-08-21spapr: Implement H_PRODNicholas Piggin2-0/+33
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin2-5/+48