aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau
2016-10-24char: replace avail_connectionsMarc-André Lureau
2016-10-24char: remove unused qemu_chr_fe_eventMarc-André Lureau
2016-10-24char: use an enum for CHR_EVENTMarc-André Lureau
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau
2016-10-24char: move fe_open in CharBackendMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: rename chr_close/chr_freeMarc-André Lureau
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: fold qemu_chr_set_handlers in qemu_chr_fe_set_handlersMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-24char: introduce CharBackendMarc-André Lureau
2016-10-24mux: split mux_chr_update_read_handler()Marc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-10-24char.h: misc doc fixMarc-André Lureau
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini
2016-10-24atomic: base mb_read/mb_set on load-acquire and store-releasePaolo Bonzini
2016-10-24atomic: introduce smp_mb_acquire and smp_mb_releasePaolo Bonzini
2016-10-20Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-10-20-1...Peter Maydell
2016-10-19crypto: add CTR mode supportGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-10-18Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161017.0' ...Peter Maydell
2016-10-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater
2016-10-17aspeed: extend the number of host SPI controllersCédric Le Goater
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater
2016-10-17aspeed: rename the smc object to fmcCédric Le Goater
2016-10-17intel_iommu: reject broken EIMRadim Krčmář
2016-10-17intel_iommu: add OnOffAuto intr_eim as "eim" propertyRadim Krčmář
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář
2016-10-17apic: add global apic_get_class()Radim Krčmář
2016-10-17vfio: Pass an error object to vfio_get_deviceEric Auger
2016-10-17vfio: Pass an error object to vfio_get_groupEric Auger
2016-10-17vfio/pci: Use local error object in vfio_initfnEric Auger
2016-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161017' into...Peter Maydell
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson
2016-10-16spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert