aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-02docs: Add PXB documentationpxbMarcel Apfelbaum1-0/+58
2015-06-02apci: fix PXB behaviour if used with unsupported BIOSMarcel Apfelbaum1-29/+58
2015-06-02hw/pxb: add numa_node parameterMarcel Apfelbaum2-0/+23
2015-06-02hw/pci: add support for NUMA nodesMarcel Apfelbaum4-0/+14
2015-06-02hw/pxb: add map_irq funcMarcel Apfelbaum1-1/+19
2015-06-02hw/pci: inform bios if the system has extra pci root busesMarcel Apfelbaum1-0/+20
2015-06-02hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum3-0/+198
2015-06-02hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum1-1/+2
2015-06-02hw/acpi: remove from root bus 0 the crs resources used by other buses.Marcel Apfelbaum1-27/+91
2015-06-02acpi: add implementation of aml_while() termMarcel Apfelbaum1-0/+8
2015-06-02hw/acpi: add _CRS method for extra root bussesMarcel Apfelbaum1-0/+139
2015-06-02hw/apci: add _PRT method for extra PCI root bussesMarcel Apfelbaum1-0/+81
2015-06-02hw/acpi: add support for i440fx 'snooping' root bussesMarcel Apfelbaum1-0/+23
2015-06-02hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum1-5/+29
2015-06-02hw/i386: query only for q35/pc when looking for pci host bridgeMarcel Apfelbaum1-9/+25
2015-06-02hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum2-3/+11
2015-06-02hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum3-3/+24
2015-06-01virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang1-7/+14
2015-06-01hw/q35: fix floppy controller definition in ich9Marcel Apfelbaum1-1/+1
2015-06-01acpi: add missing ssdtMichael S. Tsirkin1-0/+36
2015-06-01vhost-user: add multi queue supportOuyang Changchun6-18/+49
2015-06-01virtio: make features 64bit wideGerd Hoffmann11-40/+81
2015-06-01qdev: add 64bit propertiesGerd Hoffmann2-0/+68
2015-06-01virtio-mmio: ioeventfd supportYing-Shiuan Pan1-0/+181
2015-06-01hw/acpi/aml-build: Fix memory leakShannon Zhao1-0/+1
2015-06-01acpi: add aml_while() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_increment() termMarcel Apfelbaum2-0/+9
2015-06-01acpi: add aml_shiftright() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_shiftleft() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_index() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_lless() termMarcel Apfelbaum2-0/+10
2015-06-01acpi: add aml_add() termMarcel Apfelbaum2-0/+11
2015-06-01TPM2 ACPI table supportStefan Berger10-28/+237
2015-05-31tpm: Probe for connected TPM 1.2 or TPM 2Stefan Berger5-54/+167
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger7-9/+158
2015-05-31Add stream ID to MSI writePavel Fedin4-3/+13
2015-05-31acpi: Simplify printing to dynamic stringMarkus Armbruster1-22/+5
2015-05-31i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wantedLaszlo Ersek1-0/+1
2015-05-31i386/pc_q35: don't insist on board FDC if there's no default floppyLaszlo Ersek1-2/+2
2015-05-31i386/pc: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek1-0/+1
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek4-3/+5
2015-05-31virtio: increase the queue limit to 1024Jason Wang1-1/+1
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang7-27/+27
2015-05-31virtio-s390: introduce virtio_s390_device_plugged()Jason Wang1-0/+14
2015-05-31virtio-s390: introduce virito s390 queue limitJason Wang1-2/+4
2015-05-31virtio-ccw: validate the number of queues against bus limitationJason Wang1-0/+9
2015-05-31virtio-ccw: introduce ccw specific queue limitJason Wang3-8/+11
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang2-0/+14
2015-05-31virtio: device_plugged() can failJason Wang5-8/+12
2015-05-31virtio-net: adding all queues in .realize()Jason Wang1-42/+17
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck4-18/+6
2015-05-31virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURECornelia Huck1-1/+0
2015-05-31virtio: move host_featuresCornelia Huck11-99/+30
2015-05-31pc: acpi: fix pvpanic for buggy guestsRadim Krčmář1-1/+4
2015-05-31pc: Generate init functions with a macroEduardo Habkost2-170/+76
2015-05-31piix: Eliminate pc_init_pci()Eduardo Habkost1-18/+13
2015-05-31piix: Add kvmclock_enabled, pci_enabled globalsEduardo Habkost1-7/+15
2015-05-31machine: Remove unused fields from QEMUMachineEduardo Habkost2-29/+1
2015-05-31pc: Remove qemu_register_pc_machine() functionEduardo Habkost2-47/+0
2015-05-31pc: Don't use QEMUMachine anymoreEduardo Habkost3-39/+47
2015-05-31pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost3-36/+65
2015-05-31pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost3-151/+222
2015-05-31pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost3-301/+103
2015-05-31pc: Define MACHINE_OPTIONS macros consistently for all machinesEduardo Habkost2-52/+110
2015-05-31piix: Define PC_COMPAT_0_10Eduardo Habkost1-22/+25
2015-05-31piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13Eduardo Habkost1-18/+8
2015-05-31piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13Eduardo Habkost1-4/+4
2015-05-31piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11Eduardo Habkost1-9/+8
2015-05-31piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14Eduardo Habkost1-9/+8
2015-05-31spapr: define SPAPR_COMPAT_2_3Eduardo Habkost1-0/+4
2015-05-31spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macrosEduardo Habkost1-2/+3
2015-05-31pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost3-3/+30
2015-05-31hw: Define empty HW_COMPAT_2_[23] macrosEduardo Habkost1-0/+6
2015-05-31spapr: Move commas inside SPAPR_COMPAT_* macrosEduardo Habkost1-3/+3
2015-05-31pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost3-45/+45
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost5-5/+5
2015-05-31pc: Replace tab with spacesEduardo Habkost2-7/+7
2015-05-31hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccwShannon Zhao1-33/+6
2015-05-31hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao1-34/+6
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao1-8/+14
2015-05-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529'...Peter Maydell30-457/+1831
2015-05-29Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29' into...Peter Maydell3-3/+34
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into s...Peter Maydell10-26/+433
2015-05-29qapi: add dirty bitmap statusJohn Snow3-3/+34
2015-05-29target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strdPeter Maydell1-24/+32
2015-05-29hw/arm/virt: Enable dynamic generation of ACPI v5.1 tablesShannon Zhao1-0/+19
2015-05-29ACPI: split CONFIG_ACPI into 4 piecesShannon Zhao9-3/+23
2015-05-29hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT tableShannon Zhao1-0/+154
2015-05-29hw/acpi/aml-build: Add Unicode macroShannon Zhao2-0/+18
2015-05-29hw/acpi/aml-build: Add aml_dword_io() termShannon Zhao2-0/+23
2015-05-29hw/acpi/aml-build: Add aml_create_dword_field() termShannon Zhao2-0/+12
2015-05-29hw/acpi/aml-build: Add aml_else() termShannon Zhao2-0/+8
2015-05-29hw/acpi/aml-build: Add aml_lnot() termShannon Zhao2-0/+9
2015-05-29hw/acpi/aml-build: Add aml_or() termShannon Zhao2-0/+11
2015-05-29hw/acpi/aml-build: Add ToUUID macroShannon Zhao2-0/+54
2015-05-29hw/acpi/aml-build: Make aml_buffer() definition consistent with the specShannon Zhao2-3/+15
2015-05-29hw/arm/virt-acpi-build: Generate MCFG tableShannon Zhao1-0/+23
2015-05-29hw/arm/virt-acpi-build: Generate RSDP tableShannon Zhao1-1/+34
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao4-24/+29
2015-05-29hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao4-4/+75
2015-05-29hw/arm/virt-acpi-build: Generate MADT tableShannon Zhao3-1/+97
2015-05-29hw/arm/virt-acpi-build: Generate FADT table and update ACPI headersShannon Zhao2-37/+129
2015-05-29hw/arm/virt-acpi-build: Generation of DSDT table for virt devicesShannon Zhao1-0/+132
2015-05-29hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao2-0/+69
2015-05-29hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao2-0/+30
2015-05-29hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARMShannon Zhao5-1/+228
2015-05-29hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao2-24/+16
2015-05-29hw/arm/virt: Move common definitions to virt.hShannon Zhao2-20/+57
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao3-69/+69
2015-05-29target-arm: Add WFx instruction trap supportGreg Bellows1-1/+59
2015-05-29target-arm: Don't halt on WFI unless we don't have any workPeter Maydell3-0/+15
2015-05-29target-arm: Move TB flags down to fill gapPeter Maydell1-2/+2
2015-05-29target-arm: Extend FP checks to use an ELGreg Bellows4-37/+82
2015-05-29target-arm: Make singlestate TB flags common between AArch32/64Peter Maydell2-44/+29
2015-05-29target-arm: Add AArch64 CPTR registersGreg Bellows2-1/+44
2015-05-29target-arm: Allow cp access functions to indicate traps to EL2 or EL3Peter Maydell2-2/+19
2015-05-29target-arm: Update interrupt handling to use target ELGreg Bellows4-61/+50
2015-05-29target-arm: Make raise_exception() take syndrome and target ELPeter Maydell1-40/+28
2015-05-29target-arm: Set exception target EL in tlb_fillPeter Maydell1-0/+1
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell5-44/+52
2015-05-29target-arm: Set correct syndrome for faults on MSR DAIF*, immPeter Maydell1-0/+3
2015-05-29target-arm: Extend helpers to route exceptionsGreg Bellows1-0/+21
2015-05-29target-arm: Add exception target el infrastructureGreg Bellows6-37/+83
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into...Peter Maydell10-4/+2105
2015-05-29gtk: Replace gdk_cursor_new()Max Reitz1-1/+4
2015-05-29gtk: add opengl support, using eglGerd Hoffmann6-17/+253
2015-05-29Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150529-1' into ...Peter Maydell4-1/+27
2015-05-29ui: add egl-helpersGerd Hoffmann4-1/+168
2015-05-29ui: shader.h protect against double inclusionGerd Hoffmann1-0/+5
2015-05-29ui: use libexpoxyGerd Hoffmann3-8/+4
2015-05-29virtio-input: emulated devices [device]Gerd Hoffmann3-0/+524
2015-05-29virtio-input: core code & base class [device]Gerd Hoffmann4-0/+371
2015-05-29virtio-input: add linux/input.hGerd Hoffmann2-1/+1201
2015-05-29kbd: add brazil kbd keys to x11 evdev mapGerd Hoffmann1-2/+2
2015-05-29kbd: add brazil kbd keys to qemuGerd Hoffmann2-1/+7
2015-05-29spice: fix spice_chr_add_watch() pre-conditionMarc-André Lureau1-1/+1
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann2-0/+5
2015-05-29spice-char: notify the server when chardev is writableMarc-André Lureau1-0/+11
2015-05-29virtio-console: notify chardev when writableMarc-André Lureau1-0/+10
2015-05-28Revert "gdbstub: Do not kill target in system emulation mode"Fabien Chouteau1-2/+0
2015-05-28Add GDB qAttached supportJan Kiszka1-0/+10
2015-05-28gdbstub: Introduce an is is_query_packet helperJan Kiszka1-2/+10
2015-05-28gdbstub: Fix qOffsets packet detectionJan Kiszka1-1/+1
2015-05-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150528' into stagingPeter Maydell11-43/+357
2015-05-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell19-239/+331
2015-05-27s390x: Enable vector processing capabilityEric Farman1-0/+1
2015-05-27s390x: Migrate vector registersEric Farman2-0/+75
2015-05-27s390x: Add vector registers to ELF dumpEric Farman1-0/+39
2015-05-27linux/elf.h updateEric Farman1-0/+2
2015-05-27s390x: Add vector registers to HMP outputEric Farman1-0/+6
2015-05-27s390x: gdb updates for vector registersEric Farman2-1/+47
2015-05-27gdb-xml: Include XML for s390 vector registersEric Farman1-0/+59
2015-05-27s390x: Store Additional Status SIGP orderEric Farman2-0/+56
2015-05-27s390x: Vector Register IOCTLsEric Farman4-35/+56
2015-05-27s390x: Common access to floating point registersEric Farman7-10/+19
2015-05-27net/net: Record usage status of mac addressShannon Zhao1-4/+55
2015-05-27tap: Improve -netdev/netdev_add/-net/... tap error reportingMarkus Armbruster1-23/+22
2015-05-27tap: Finish conversion of tap_open() to ErrorMarkus Armbruster1-4/+0
2015-05-27tap-solaris: Convert tap_open() to ErrorMarkus Armbruster1-29/+30
2015-05-27tap-bsd: Convert tap_open() to ErrorMarkus Armbruster1-19/+14
2015-05-27tap-linux: Convert tap_open() to ErrorMarkus Armbruster1-8/+9
2015-05-27tap: Permit incremental conversion of tap_open() to ErrorMarkus Armbruster7-13/+22
2015-05-27tap: Convert launch_script() to ErrorMarkus Armbruster1-12/+28
2015-05-27tap: Convert net_init_tap_one() to ErrorMarkus Armbruster1-32/+38
2015-05-27tap: Convert tap_set_sndbuf() to ErrorMarkus Armbruster7-14/+10
2015-05-27tap: Improve -netdev/netdev_add/-net/... bridge error reportingMarkus Armbruster1-11/+19
2015-05-27tap: net_tap_fd_init() can't fail, drop dead error handlingMarkus Armbruster1-13/+1
2015-05-27net/dump: Improve -net/host_net_add dump error reportingMarkus Armbruster1-6/+6
2015-05-27net: Improve -net nic error reportingMarkus Armbruster1-6/+6
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster12-29/+40
2015-05-27net: Improve error message for -net hubport a bitMarkus Armbruster2-4/+6
2015-05-27net: Change help text to list -netdev instead of -net by defaultThomas Huth1-32/+45
2015-05-26Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell16-359/+1031
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow1-25/+63
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland2-147/+125
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland1-106/+147
2015-05-22qtest: pre-buffer hex nibsJohn Snow2-7/+12
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow2-6/+6
2015-05-22qtest: add memset to qtest protocolJohn Snow2-7/+21
2015-05-22qtest: Add base64 encoded read/writeJohn Snow3-0/+149
2015-05-22qtest: allow arbitrarily long sendsJohn Snow1-18/+28
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow1-1/+74
2015-05-22qtest/ahci: add halted dma testJohn Snow1-0/+60
2015-05-22qtest/ahci: add flush migrate testJohn Snow1-1/+51
2015-05-22qtest/ahci: add migrate dma testJohn Snow2-0/+46
2015-05-22qtest/ahci: Add migration testJohn Snow1-0/+90
2015-05-22ich9/ahci: Enable MigrationJohn Snow2-2/+0
2015-05-22libqos: Add migration helpersJohn Snow4-17/+145
2015-05-22libqos/ahci: Fix sector set methodJohn Snow1-2/+4
2015-05-22libqos/ahci: Add halted command helpersJohn Snow2-0/+30
2015-05-22glib: remove stale compat functionsJohn Snow1-35/+0
2015-05-22configure: require glib 2.22John Snow1-6/+1
2015-05-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell25-293/+429
2015-05-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150522'...Peter Maydell6-5/+263
2015-05-22MAINTAINERS: Split "Block QAPI, monitor, command line" off coreMarkus Armbruster1-0/+8
2015-05-22MAINTAINERS: Add header files to Block Layer Core sectionKevin Wolf1-0/+1
2015-05-22tests: add test case for encrypted qcow2 read/writeDaniel P. Berrange3-0/+116
2015-05-22qemu-io: prompt for encryption keys when requiredDaniel P. Berrange1-0/+21
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange1-1/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange4-92/+93