aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-03vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingvhost-scsi-for-1.4Nicholas Bellinger2-15/+41
2013-04-01vhost: Skip uninitialized VQs in vhost_virtqueue_[start,stop]Nicholas Bellinger1-0/+12
2013-04-01virtio-pci: Add virtio_queue_valid checks ahead of virtio_queue_get_numNicholas Bellinger1-19/+15
2013-03-28virtio: add API to check that ring is setupMichael S. Tsirkin2-0/+6
2013-03-28vhost-scsi: new device supporting the tcm_vhost Linux kernel modulePaolo Bonzini7-2/+445
2013-03-28virtio-scsi: create VirtIOSCSICommonPaolo Bonzini3-148/+178
2013-03-25Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori21-17/+5198
2013-03-25Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-3/+6
2013-03-25Merge remote-tracking branch 'kraxel/ipxe.3' into stagingAnthony Liguori8-2/+7
2013-03-25glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori2-1/+28
2013-03-25gtk: Release modifier when graphic console loses keyboard focusJan Kiszka1-2/+51
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman5-10/+10
2013-03-25VMXNET3 device implementationDmitry Fleytman5-0/+3224
2013-03-25Packet abstraction for VMWARE network devicesDmitry Fleytman5-0/+1077
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman5-0/+823
2013-03-25net: iovec checksum calculatorDmitry Fleytman2-0/+41
2013-03-25Checksum-related utility functionsDmitry Fleytman2-7/+20
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi1-0/+3
2013-03-25block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)Stefan Weil1-2/+4
2013-03-25rbd: fix compile errorLiu Yuan1-1/+2
2013-03-25ipxe: update binariesGerd Hoffmann6-0/+0
2013-03-25ipxe: disable two second timeoutGerd Hoffmann2-2/+7
2013-03-24Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green1-1/+0
2013-03-23tcg-optimize: Fold sub r,0,x to neg r,xRichard Henderson1-1/+33
2013-03-23target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson2-4/+1
2013-03-23target-i386: Fix flags computation for ADOXRichard Henderson1-1/+1
2013-03-23Add top level changes for moxieAnthony Green6-4/+21
2013-03-23Add sample moxie systemAnthony Green3-0/+181
2013-03-23Add moxie disassemblerAnthony Green4-0/+369
2013-03-23Add moxie target codeAnthony Green10-0/+1531
2013-03-23Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl15-57/+119
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno26-1304/+1873
2013-03-22tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee1-2/+2
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori24-113/+308
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori25-52/+58
2013-03-22Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-11/+2
2013-03-22nbd: Check against invalid option combinationsKevin Wolf1-0/+14
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf1-9/+10
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf3-11/+51
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf1-3/+10
2013-03-22block: Rename variable to avoid shadowingKevin Wolf1-7/+9
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf3-16/+25
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf1-52/+77
2013-03-22nbd: Remove unused functionsKevin Wolf2-21/+0
2013-03-22nbd: Keep hostname and port separateKevin Wolf5-12/+58
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf2-12/+14
2013-03-22block: Pass bdrv_file_open() options to block driversKevin Wolf1-7/+56
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf18-29/+51
2013-03-22block: complete all IOs before resizing a devicePeter Lieven1-0/+3
2013-03-22Revert "block: complete all IOs before .bdrv_truncate"Peter Lieven1-4/+0
2013-03-22qdev: remove redundant abort()liguang1-2/+1
2013-03-22gitignore: ignore more filesliguang1-0/+3
2013-03-22Use proper term in TCG README陳韋任 (Wei-Ren Chen)1-5/+9
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson1-4/+3
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson1-33/+18
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson1-25/+16
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson1-38/+24
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson1-16/+48
2013-03-22target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson3-18/+64
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson3-42/+38
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson4-31/+50
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson4-7/+98
2013-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson2-233/+167
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson2-10/+43
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson2-2/+2
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson2-13/+27
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson2-54/+24
2013-03-22mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson1-1/+2
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson2-116/+72
2013-03-22mmu-hash32: Remove nx from context structureDavid Gibson1-4/+4
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson2-10/+14
2013-03-22mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson1-4/+1
2013-03-22mmu-hash32: Cleanup BAT lookupDavid Gibson1-43/+39
2013-03-22mmu-hash32: Clean up BAT matching logicDavid Gibson2-48/+30
2013-03-22mmu-hash32: Split BAT size logic from permissions logicDavid Gibson1-31/+40
2013-03-22mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson1-23/+24
2013-03-22mmu-hash*: Fold pte_check*() logic into callerDavid Gibson2-53/+45
2013-03-22mmu-hash64: Clean up ppc_hash64_htab_lookup()David Gibson1-18/+16
2013-03-22mmu-hash*: Remove permission checking from find_pte{32, 64}()David Gibson2-52/+58
2013-03-22mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson2-147/+92
2013-03-22mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson4-67/+77
2013-03-22mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson2-122/+60
2013-03-22mmu-hash*: Cleanup segment-level NX checkDavid Gibson2-83/+83
2013-03-22mmu-hash32: Split direct store segment handling into a helperDavid Gibson1-56/+61
2013-03-22mmu-hash32: Split out handling of direct store segmentsDavid Gibson1-78/+78
2013-03-22mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson2-51/+35
2013-03-22mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson2-14/+10
2013-03-22mmu-hash64: Remove nx from mmu_ctx_hash64David Gibson1-8/+8
2013-03-22mmu-hash*: Reduce use of access_typeDavid Gibson2-87/+66
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson5-47/+94
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson7-141/+190
2013-03-22target-ppc: mmu_ctx_t should not be a global typeDavid Gibson4-29/+50
2013-03-22target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson3-38/+142
2013-03-22target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson5-11/+10
2013-03-22target-ppc: Disentangle hash mmu helper functionsDavid Gibson4-16/+193
2013-03-22target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson5-21/+48
2013-03-22target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson5-41/+231
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson6-46/+58
2013-03-22target-ppc: Rework get_physical_address()David Gibson1-46/+52
2013-03-22target-ppc: Disentangle get_segment()David Gibson5-111/+280
2013-03-22target-ppc: Disentangle find_pte()David Gibson6-122/+164
2013-03-22target-ppc: Disentangle pte_check()David Gibson7-56/+179
2013-03-22target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson5-199/+232
2013-03-22target-ppc: Remove address check for loggingDavid Gibson1-6/+4
2013-03-22target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson2-11/+3
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson9-339/+8
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau4-2/+10
2013-03-22pseries: Move XICS initialization before cpu initializationDavid Gibson3-38/+34
2013-03-22target-ppc: Remove CONFIG_PSERIES dependency in kvm.cDavid Gibson1-1/+1
2013-03-22pseries: Remove "busname" property for PCI host bridgeDavid Gibson3-12/+24
2013-03-22pseries: Fix breakage in CPU QOM conversionDavid Gibson1-1/+1
2013-03-22serial: Fix debug format stringsKevin Wolf1-2/+2
2013-03-22Fix typos and misspellingsPeter Maydell11-15/+15
2013-03-22Advertise --libdir in configure --help outputDoug Goldstein1-0/+1
2013-03-22memory: fix a bug of detection of memory region collisionHu Tao1-1/+1
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil8-27/+26
2013-03-20virtio-ccw, s390-virtio: Use generic virtio-blk macro.Cornelia Huck2-14/+2
2013-03-20s390-virtio, virtio-ccw: Add config_wce for virtio-blk.Cornelia Huck2-0/+2
2013-03-20virtio-ccw: Add missing blk chs properties.Cornelia Huck1-0/+1
2013-03-19microblaze: Ignore non-cpu accesses to unmapped areasEdgar E. Iglesias1-1/+1
2013-03-19Merge remote-tracking branch 'kraxel/ipxe.2' into stagingAnthony Liguori14-7/+73
2013-03-19add a boot option to do strict bootAmos Kong2-3/+30
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell1-3/+6
2013-03-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori8-8/+92
2013-03-19char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf2-4/+4
2013-03-19fix monitorGerd Hoffmann1-2/+21
2013-03-19virtio-blk: Do not segfault fault if failed to initialize dataplaneDunrong Huang1-1/+1
2013-03-19qemu-iotests: add 052 BDRV_O_SNAPSHOT testStefan Hajnoczi3-0/+75
2013-03-19block: fix BDRV_O_SNAPSHOT protocol detectionStefan Hajnoczi1-5/+1
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2-2/+13
2013-03-19sheepdog: show error message for halt statusLiu Yuan1-0/+2
2013-03-18configure: rename OpenGL feature to GLXMichael Walle3-18/+18
2013-03-18configure: proper OpenGL/GLX probeMichael Walle1-2/+2
2013-03-18target-lm32: use HELPER() macroMichael Walle1-10/+10
2013-03-18target-lm32: flush tlb after clearing envMichael Walle1-2/+2
2013-03-18target-lm32: remove dead codeMichael Walle1-10/+0
2013-03-18target-lm32: fix cmpgui and cmpgeui opcodesMichael Walle1-4/+14
2013-03-18tests: tcg: lm32: add more test casesMichael Walle4-1/+61
2013-03-18target-lm32: don't log cpu state in translationMichael Walle1-5/+0
2013-03-18lm32_uart: fix receive bufferingMichael Walle1-0/+1
2013-03-18milkymist-uart: fix receive bufferingMichael Walle1-0/+1
2013-03-18lm32-dis: fix NULL pointer dereferenceMichael Walle1-4/+4
2013-03-18target-lm32: fix debug memory accessMichael Walle1-1/+6
2013-03-18virtio-blk: cleanup: remove qdev field.KONRAD Frederic2-3/+1
2013-03-18virtio-blk: cleanup: QOM castKONRAD Frederic2-20/+15
2013-03-18virtio-blk: cleanup: init and exit functions.KONRAD Frederic2-66/+21
2013-03-18virtio-blk-ccw switch to new API.KONRAD Frederic2-16/+31
2013-03-18virtio-blk-s390: switch to the new API.KONRAD Frederic2-12/+31
2013-03-18virtio-blk-pci: switch to new API.KONRAD Frederic2-65/+71
2013-03-18virtio-blk: add the virtio-blk device.KONRAD Frederic3-12/+115
2013-03-18virtio-blk: don't use pointer for configuration.KONRAD Frederic2-5/+5
2013-03-18virtio-pci: fix hot unplug.KONRAD Frederic1-12/+1
2013-03-18virtio-x-bus: fix allow_hotplug assertion.KONRAD Frederic3-3/+3
2013-03-18virtio: make virtio device's structures public.KONRAD Frederic12-160/+159
2013-03-18Merge remote-tracking branch 'kraxel/pixman.v8' into stagingAnthony Liguori62-1198/+3506
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann2-123/+79
2013-03-18console: zap color_tableGerd Hoffmann1-77/+6
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann31-435/+525
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann9-56/+23
2013-03-18cocoa: stop using DisplayStateGerd Hoffmann1-25/+10
2013-03-18spice: stop using DisplayStateGerd Hoffmann4-18/+20
2013-03-18sdl: stop using DisplayStateGerd Hoffmann1-41/+51
2013-03-18vnc: stop using DisplayStateGerd Hoffmann4-40/+48
2013-03-18gtk: stop using DisplayStateGerd Hoffmann1-60/+80
2013-03-18console: add surface_*() gettersGerd Hoffmann1-8/+38
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann9-55/+43
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann8-84/+54
2013-03-18sdl: drop dead codeGerd Hoffmann1-5/+0
2013-03-18qxl: better vga init in enter_vga_modeGerd Hoffmann1-1/+1
2013-03-18qxl: zap qxl0 globalGerd Hoffmann1-13/+15
2013-03-18spice: zap sdpy globalGerd Hoffmann1-14/+16
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann4-25/+20
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann12-228/+345
2013-03-18Switch to efi-enabled nic roms by defaultGerd Hoffmann6-7/+27
2013-03-18Add efi rom binariesGerd Hoffmann6-0/+0
2013-03-18Add Makefile rules to build nic rom binaries with efi supportGerd Hoffmann1-12/+37
2013-03-18Update ipxe submodule to latest masterGerd Hoffmann1-0/+0
2013-03-18Add Makefile rules to build nic rom binariesGerd Hoffmann1-0/+21
2013-03-17s390: Fix cpu refactoring fallout.Cornelia Huck1-2/+1
2013-03-17Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl14-78/+2234
2013-03-17target-mips: fix rndrashift_short_acc and code for EXTR_ instructionsPetar Jovanovic4-14/+101
2013-03-15xilinx_spips: QOM styling fixesPeter Crosthwaite1-13/+16
2013-03-15xilinx_spips: Add missing dual-bus snoop commandsNathan Rossi1-6/+23
2013-03-15xilinx_spips: Fix bus setup conditional checkNathan Rossi1-2/+2
2013-03-15xilinx_spips: Set unused IRQs to NULLPeter Crosthwaite1-1/+1
2013-03-15xilinx_zynq: added pl330 to machine modelPeter Crosthwaite1-0/+24
2013-03-15pl330: Initial versionPeter Crosthwaite3-0/+1656
2013-03-15iov: Factor out hexdumperPeter Crosthwaite4-25/+55
2013-03-15hw/vexpress: Set reset values for daughterboard oscillatorsPeter Maydell1-0/+32
2013-03-15hw/arm_sysctl: Implement SYS_CFG_OSC functionPeter Maydell1-1/+56
2013-03-15hw/vexpress: Pass voltage sensor properties to sysctl devicePeter Maydell1-0/+30
2013-03-15hw/arm_sysctl: Implement SYS_CFG_VOLTPeter Maydell1-0/+26
2013-03-15qdev: Implement (variable length) array propertiesPeter Maydell3-0/+146
2013-03-15hw/arm_sysctl: Convert from qdev init to instance_initPeter Maydell1-8/+8
2013-03-15hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-opPeter Maydell1-0/+8
2013-03-15hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-opPeter Maydell1-0/+11
2013-03-15hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured wayPeter Maydell1-11/+132
2013-03-15hw/vexpress: Pass proc_id via VEDBoardInfoPeter Maydell1-11/+8
2013-03-15Fix TAGS creationDavid Gibson1-1/+2
2013-03-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori49-233/+702