aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22block: enhance QEMUIOVector structureVladimir Sementsov-Ogievskiy1-2/+62
2019-02-22display/virtio: add edid support.Gerd Hoffmann1-0/+5
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau1-1/+0
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau1-1/+0
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau1-2/+0
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau1-1/+0
2019-02-21include/exec/helper-head.h: support "const void *" in helper callsDavid Hildenbrand1-0/+5
2019-02-21hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell1-1/+1
2019-02-21hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell1-0/+3
2019-02-21hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header commentPeter Maydell1-0/+2
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell1-1/+1
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell1-0/+34
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell1-0/+44
2019-02-21hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell1-1/+7
2019-02-21vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini1-1/+0
2019-02-21char: move SpiceChardev and open_spice_port() to spice.h headerMarc-André Lureau1-0/+27
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-0/+4
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell6-26/+17
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell2-12/+0
2019-02-18qapi: remove qmp_unregister_command()Marc-André Lureau1-1/+0
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+0
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau1-3/+0
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau1-7/+0
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson1-15/+1
2019-02-18xics: Drop the KVM ICS classGreg Kurz1-3/+0
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz1-1/+1
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz1-3/+4
2019-02-18xics: Drop the KVM ICP classGreg Kurz1-3/+0
2019-02-18spapr/irq: Use the base ICP class for KVMGreg Kurz1-1/+0
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz1-0/+1
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz1-1/+0
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz1-4/+5
2019-02-17spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater1-1/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-2/+1
2019-02-17xive: Only set source type for LSIsGreg Kurz1-5/+2
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2-2/+2
2019-02-13chardev: add a note about frontend sources and context switchMarc-André Lureau1-0/+3
2019-02-13char: update the mux handlers in class callbackMarc-André Lureau1-1/+0
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-4/+12
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé1-1/+28
2019-02-12chardev: fix mess in OPENED/CLOSED events when muxedArtem Pisarenko1-1/+17
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich2-2/+4
2019-02-11exec-all: document that tlb_fill can trigger a TLB resizeEmilio G. Cota1-0/+5
2019-02-07Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell3-58/+16
2019-02-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-1/+1
2019-02-07slirp: replace global polling with per-instance & notifierMarc-André Lureau1-0/+15
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau1-1/+1
2019-02-07slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/Samuel Thibault1-57/+0