aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-28virtio-pci: correctly set host notifiers for modern barvirtio-1.0Jason Wang1-6/+25
2015-04-13virtio-balloon: switch to virtio_add_featureCornelia Huck1-1/+1
2015-04-12virtio-balloon: virtio 1 supportMichael S. Tsirkin1-8/+23
2015-04-12virtio_balloon: header updateMichael S. Tsirkin1-0/+6
2015-03-04virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann1-1/+3
2015-03-04virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann1-6/+25
2015-03-02virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann1-1/+1
2015-03-02virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann2-13/+39
2015-03-02virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin1-6/+6
2015-03-02virtio: add modern config accessorsMichael S. Tsirkin2-0/+99
2015-01-27vhost_net: add version_1 featureMichael S. Tsirkin1-0/+2
2015-01-20virtio_pci_modern: fix up vendor capabilityMichael S. Tsirkin2-17/+15
2014-12-31virtio: generation counter supportMichael S. Tsirkin3-1/+3
2014-12-30virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin2-0/+391
2014-12-30virtio: misc fixes, include linux headerMichael S. Tsirkin3-5/+13
2014-12-30linux-headers: add virtio_pciMichael S. Tsirkin1-0/+194
2014-12-28vhost: 64 bit featuresCornelia Huck4-18/+18
2014-12-28virtio-blk: revision specific feature bitsCornelia Huck1-0/+19
2014-12-28virtio: support revision-specific featuresCornelia Huck4-4/+28
2014-12-28virtio-net: enable virtio 1.0Cornelia Huck1-0/+1
2014-12-28virtio-net: support longer headerCornelia Huck1-6/+15
2014-12-28virtio-net: no writeable mac for virtio-1Cornelia Huck1-0/+1
2014-12-28s390x/virtio-ccw: enable virtio 1.0Cornelia Huck1-1/+1
2014-12-28virtio: allow to fail setting statusCornelia Huck3-10/+37
2014-12-28virtio: disallow late feature changes for virtio-1Cornelia Huck2-2/+16
2014-12-28s390x/virtio-ccw: support virtio-1 set_vq formatCornelia Huck1-34/+80
2014-12-28s390x/virtio-ccw: add virtio set-revision callThomas Huth2-0/+60
2014-12-28s390x/css: Add a callback for when subchannel gets disabledThomas Huth2-0/+13
2014-12-28dataplane: allow virtio-1 devicesCornelia Huck7-54/+131
2014-12-28virtio: allow virtio-1 queue layoutCornelia Huck3-19/+40
2014-12-28virtio: endianness checks for virtio 1.0 devicesCornelia Huck3-3/+15
2014-12-28virtio: support more feature bitsCornelia Huck23-100/+184
2014-12-28virtio: add feature checking helpersCornelia Huck8-31/+42
2014-12-28virtio: feature bit manipulation helpersCornelia Huck8-32/+44
2014-12-28virtio: cull virtio_bus_set_vdev_featuresCornelia Huck3-19/+1
2014-12-28linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1Thomas Huth1-0/+3
2014-12-28virtio: fix feature bit checksCornelia Huck2-3/+3
2014-12-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223'...Peter Maydell28-237/+803
2014-12-23Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20141222.0' i...Peter Maydell11-1380/+1546
2014-12-22hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwareLaszlo Ersek1-0/+1
2014-12-22hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek2-5/+88
2014-12-22hw/loader: split out load_image_gzipped_buffer()Laszlo Ersek2-9/+30
2014-12-22arm: add fw_cfg to "virt" boardLaszlo Ersek1-0/+21
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2-3/+11
2014-12-22fw_cfg_mem: introduce the "data_width" propertyLaszlo Ersek1-5/+74
2014-12-22exec: allows 8-byte accesses in subpage_opsPaolo Bonzini1-2/+11
2014-12-22fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIANLaszlo Ersek1-2/+2
2014-12-22fw_cfg_mem: max access size and region size are the same for data registerLaszlo Ersek1-2/+2
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek7-22/+6
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek3-55/+126
2014-12-22target-arm: add cpu feature EL3 to CPUs with Security ExtensionsFabian Aggeler1-0/+4
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows6-0/+71
2014-12-22target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows2-4/+35
2014-12-22target-arm: Set CPU has_el3 prop during virt initGreg Bellows1-0/+5
2014-12-22target-arm: Enable CPU has_el3 prop during VE initGreg Bellows1-3/+9
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows2-0/+14
2014-12-22target-arm: Add ARMCPU secure propertyGreg Bellows2-0/+25
2014-12-22target-arm: Add feature unset functionGreg Bellows1-0/+5
2014-12-22target-arm: Add virt machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Add virt class and machine typesGreg Bellows1-6/+34
2014-12-22target-arm: Change vexpress daughterboard init argGreg Bellows1-5/+5
2014-12-22target-arm: Add vexpress machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Switch to common vexpress machine initGreg Bellows1-22/+4
2014-12-22target-arm: Add vexpress a9 & a15 machine objectsGreg Bellows1-14/+36
2014-12-22target-arm: Add vexpress class and machine typesGreg Bellows1-0/+45
2014-12-22vl.c: add HMP help to machineMarcel Apfelbaum1-0/+28
2014-12-22vl.c: simplified machine_set_propertyMarcel Apfelbaum1-4/+1
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum4-78/+61
2014-12-22target-arm: Merge EL3 CP15 register listsGreg Bellows1-31/+24
2014-12-22audio: Don't free hw resources until after hw backend is stoppedPeter Maydell1-1/+1
2014-12-22vfio: Cleanup error_report()sAlex Williamson2-4/+1
2014-12-22hw/vfio: create common moduleEric Auger5-1027/+1113
2014-12-22hw/vfio/pci: use name field in format stringsEric Auger2-206/+116
2014-12-22hw/vfio/pci: rename group_list into vfio_group_listEric Auger1-11/+11
2014-12-22hw/vfio/pci: split vfio_get_deviceEric Auger2-57/+83
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger2-94/+103
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger1-30/+63
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger1-9/+18
2014-12-22Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' ...Peter Maydell10-97/+118
2014-12-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141221'...Peter Maydell4-94/+2104
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei7-25/+23
2014-12-22bootdevice: add validate check for qemu_boot_set()Gonglei1-0/+8
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei3-13/+17
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei3-8/+17
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei4-68/+70
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell6-255/+358
2014-12-21target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann3-0/+273
2014-12-21target-tricore: Fix MFCR/MTCR insn and B format offset.Bastian Koppelmann2-2/+6
2014-12-21target-tricore: Add missing 1.6 insn of BOL opcode formatBastian Koppelmann2-1/+54
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann4-1/+390
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x1 as the fi...Bastian Koppelmann1-0/+97
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann3-0/+250
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann4-2/+942
2014-12-21target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32Bastian Koppelmann1-76/+58
2014-12-21target-tricore: Fix mask handling JNZ.T being 7 bit longBastian Koppelmann1-2/+2
2014-12-21target-tricore: pretty-print register dump and show more status registersAlex Zuepke1-6/+15
2014-12-21target-tricore: add missing 64-bit MOV in RLC formatAlex Zuepke2-0/+13
2014-12-21target-tricore: typo in BOL formatAlex Zuepke2-3/+3
2014-12-21target-tricore: fix offset masking in BOL formatAlex Zuepke1-1/+1
2014-12-20Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell6-46/+82
2014-12-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20141217-1' into ...Peter Maydell7-0/+0
2014-12-20exec: change default exception_index value for migration to -1Paolo Bonzini1-2/+2
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini2-3/+1
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger1-54/+63
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger1-10/+10
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger1-104/+106
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips8-5/+8
2014-12-19vfio: fix adding memory listener to the right address spaceFrank Blaschka1-1/+1
2014-12-19vfio: migration to trace pointsEric Auger2-198/+280
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin1-1/+20
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster3-5/+5
2014-12-19net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster1-2/+1
2014-12-19net: don't use set/get_pointer() in set/get_netdev()Jason Wang1-38/+44
2014-12-19tap: fix vcpu long time io blocking on tapWangkai (Kevin,C)1-0/+12
2014-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...Peter Maydell4-19/+42
2014-12-17Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell10-362/+426
2014-12-17Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell11-392/+620
2014-12-17update ipxe from 69313ed to 35c5379Gerd Hoffmann7-0/+0
2014-12-17sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz1-0/+10
2014-12-17sdl2: Use correct sdl2_console for window eventsMax Reitz1-2/+4
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann3-9/+10
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann2-10/+14
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann3-11/+18
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann3-46/+52
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann1-93/+79
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann4-31/+70
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann1-3/+4
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann4-73/+114
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2-36/+43
2014-12-17target-xtensa: don't generate dead codeMax Filippov1-279/+321
2014-12-17target-xtensa: record available window in TB flagsMax Filippov4-62/+42
2014-12-17target-xtensa: test cross-page opcodeMax Filippov1-13/+13
2014-12-17target-xtensa: fix translation for opcodes crossing page boundaryMax Filippov1-4/+23
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov5-4/+27
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov12-58/+61
2014-12-16Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...Peter Maydell6-24/+45
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell21-529/+622
2014-12-16vga: set catagory bit for secondary vga deviceGonglei1-0/+1
2014-12-16move hw cursor pos from cirrus to vgaGerd Hoffmann2-16/+17
2014-12-16cirrus: Force use of shadow pixmap when HW cursor is enabledBenjamin Herrenschmidt1-1/+8
2014-12-16vga: Add mechanism to force the use of a shadow surfaceBenjamin Herrenschmidt2-2/+16
2014-12-16spice: fix memory leakGonglei1-4/+1
2014-12-16spice: remove spice-experimental.h includeMarc-André Lureau2-2/+0
2014-12-16spice: do not require TCP portsMarc-André Lureau1-4/+0
2014-12-16spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann1-7/+26
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann1-0/+3
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann4-7/+15
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann3-7/+6
2014-12-16target-mips: remove excp_names[] from linux-user as it is unusedLeon Alrae1-1/+1
2014-12-16disas/mips: disable unused mips16_to_32_reg_map[]Leon Alrae1-1/+2
2014-12-16disas/mips: remove unused mips_msa_control_names_numeric[32]Leon Alrae1-7/+0
2014-12-16target-mips: convert single case switch into if statementLeon Alrae1-3/+1
2014-12-16target-mips: Fix DisasContext's ulri member initializationMaciej W. Rozycki1-1/+1
2014-12-16target-mips: Use local float status pointer across MSA macrosMaciej W. Rozycki1-35/+34
2014-12-16target-mips: Add missing calls to synchronise SoftFloat statusMaciej W. Rozycki4-17/+17
2014-12-16linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki1-1/+1
2014-12-16target-mips: Also apply the CP0.Status mask to MTTC0Maciej W. Rozycki1-1/+2
2014-12-16target-mips: gdbstub: Clean up FPU register handlingMaciej W. Rozycki1-19/+19
2014-12-16target-mips: Correct 32-bit address space wrappingMaciej W. Rozycki2-8/+19
2014-12-16target-mips: Tighten ISA level checksMaciej W. Rozycki3-15/+114
2014-12-16target-mips: Fix CP0.Config3.ISAOnExc write accessesMaciej W. Rozycki3-2/+15
2014-12-16target-mips: Output CP0.Config2-5 in the register dumpMaciej W. Rozycki1-0/+4
2014-12-16target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEPMaciej W. Rozycki1-3/+3
2014-12-16target-mips: Correct the writes to Status and Cause registers via gdbstubMaciej W. Rozycki3-86/+102
2014-12-16target-mips: Correct the handling of writes to CP0.Status for MIPSr6Maciej W. Rozycki1-2/+4
2014-12-16target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki2-2/+3
2014-12-16target-mips: Restore the order of helpersMaciej W. Rozycki1-159/+160
2014-12-16target-mips: Remove unused `FLOAT_OP' macroMaciej W. Rozycki1-2/+0
2014-12-16target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpersMaciej W. Rozycki1-1/+1
2014-12-16target-mips: Fix formatting in `decode_opc'Maciej W. Rozycki1-5/+8
2014-12-16target-mips: Fix formatting in `mips_defs'Maciej W. Rozycki1-19/+21
2014-12-16target-mips: Fix formatting in `decode_extended_mips16_opc'Maciej W. Rozycki1-1/+1
2014-12-16target-mips: Enable vectored interrupt support for the 74Kf CPUMaciej W. Rozycki1-1/+1
2014-12-16target-mips: Add M14K and M14Kc MIPS32r2 microMIPS processorsMaciej W. Rozycki1-0/+41
2014-12-16target-mips: Make CP0.Config4 and CP0.Config5 registers signedMaciej W. Rozycki1-4/+4
2014-12-16target-mips: Add 5KEc and 5KEf MIPS64r2 processorsMaciej W. Rozycki1-0/+45
2014-12-16target-mips: Make CP1.FIR read-only here tooMaciej W. Rozycki1-1/+1
2014-12-16target-mips: Correct the handling of register #72 on writesMaciej W. Rozycki1-1/+1
2014-12-16MAINTAINERS: Update for migrated migration codeDr. David Alan Gilbert1-2/+1
2014-12-16Split the QEMU buffered file code outDr. David Alan Gilbert4-457/+489
2014-12-16Split struct QEMUFile outDr. David Alan Gilbert2-22/+54
2014-12-16Remove migration- pre/post fixes off files in migration/ dirDr. David Alan Gilbert7-4/+4
2014-12-16Start migrating migration code into a migration directoryDr. David Alan Gilbert15-12/+18
2014-12-16qmp-command.hx: add missing docs for migration capabiliteszhanghailiang1-0/+6
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin1-0/+1
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin1-0/+1
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin2-5/+10
2014-12-16MAINTAINERS: add include files to virtio-serial entryAmit Shah1-0/+1
2014-12-16MAINTAINERS: add entry for virtio-rngAmit Shah1-0/+7
2014-12-16MAINTAINERS: migration: add vmstate static checker filesAmit Shah1-0/+2
2014-12-16MAINTAINERS: Add myself to migration maintainersAmit Shah1-0/+1
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell44-263/+604
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor3-1/+54
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor3-0/+4
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor2-18/+27
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor2-106/+40
2014-12-15sdhci: Set a default frequency clockKevin O'Connor1-2/+2
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini1-9/+16
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini1-0/+3
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini1-14/+12