aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-03target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell1-6/+2
2011-04-03softfloat: Add float*_min() and float*_max() functionsPeter Maydell2-0/+53
2011-04-03target-arm: Correct ABD's handling of negative zeroesPeter Maydell1-3/+1
2011-04-03target-arm: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handlingPeter Maydell1-6/+12
2011-04-03target-arm: Return right result for Neon comparison with NaNsPeter Maydell1-10/+18
2011-04-03target-arm/neon_helper.c: Use make_float32/float32_val macrosPeter Maydell1-39/+17
2011-04-01ccid: add docsAlon Levy1-0/+135
2011-04-01ccid: add ccid-card-emulated deviceAlon Levy2-0/+596
2011-04-01libcacard: add docsRobert Relyea1-0/+483
2011-04-01libcacard: add vscclientRobert Relyea2-1/+658
2011-04-01libcacard: initial commitRobert Relyea24-2/+4076
2011-04-01ccid: add passthru card deviceAlon Levy2-1/+341
2011-04-01introduce libcacard/vscard_common.hAlon Levy1-0/+178
2011-04-01usb-ccid: add CCID busAlon Levy4-0/+1490
2011-04-01qemu-thread.h: include inttypes.hAlon Levy1-0/+2
2011-04-01trace: move trace objects from Makefile to Makefile.objsAlon Levy2-32/+32
2011-04-01net: Improve the warnings for dubious command line option combinationsPeter Maydell1-0/+31
2011-04-01hw/versatilepb, realview: Fix condition for instantiation of onboard NICPeter Maydell2-3/+3
2011-04-01pcnet: Fix sign extension: make ipxe work with >2G RAMMichael Brown1-15/+15
2011-04-01target-arm: Don't leak TCG temp for UNDEFs in Neon load/store spacePeter Maydell1-2/+6
2011-04-01target-arm: Fix VLD of single element to all lanesPeter Maydell1-25/+59
2011-04-01Fix net_check_clients warnings: make it per vlan.Tristan Gingold1-1/+2
2011-04-01vnc: added missing name->keysym pairs for Polish national charactersLeszek Grzegorek1-0/+18
2011-04-01get rid of private bitmap functions in block/sheepdog.c, use generic onesMichael Tokarev1-14/+1
2011-04-01lsi53c895a: add support for ABORT messagesBernhard Kohl1-0/+57
2011-04-01fix build errors when we enable acpi_piix4 debugWen Congyang1-2/+3
2011-04-01ui/sdl: Load optional QEMU iconStefan Weil1-0/+13
2011-04-01pc-bios/spapr-rtas.bin: remove executable flagAurelien Jarno1-0/+0
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson7-5/+118
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson3-1/+200
2011-04-01Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2-0/+87
2011-04-01Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt6-1/+1456
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt4-1/+184
2011-04-01Implement sPAPR Virtual LAN (ibmveth)David Gibson4-1/+544
2011-04-01Implement TCE translation for sPAPR VIODavid Gibson3-1/+272
2011-04-01Add (virtual) interrupt to PAPR virtual tty deviceDavid Gibson3-4/+16
2011-04-01Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson3-1/+44
2011-04-01Implement the PAPR (pSeries) virtualized interrupt controller (xics)David Gibson5-1/+555
2011-04-01Implement assorted pSeries hcalls and RTAS methodsDavid Gibson3-1/+80
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson10-14/+289
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson4-12/+315
2011-04-01Implement the bus structure for PAPR virtual IODavid Gibson6-20/+450
2011-04-01Start implementing pSeries logical partition machineDavid Gibson4-0/+615
2011-04-01Add POWER7 support for ppcDavid Gibson5-0/+165
2011-04-01Support 1T segments on ppcDavid Gibson2-12/+45
2011-04-01Better factor the ppc hash translation pathDavid Gibson2-48/+20
2011-04-01Use "hash" more consistently in ppc mmu codeDavid Gibson2-50/+50
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson7-47/+63
2011-04-01Clean up slb_lookup() functionDavid Gibson1-27/+18
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson4-11/+69