aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Remove wrong semicolon in macro definitionStefan Weil2-3/+3
2010-09-13serial: Wrap debug prints around a DPRINTF macroMichal Novotny1-12/+13
2010-09-11ESP: fix ESP DMA access when DMA is not enabledBlue Swirl5-18/+88
2010-09-11powerpc: Avoid TLB related log spammingEdgar E. Iglesias1-1/+0
2010-09-11trace: fix a regex portability problemBlue Swirl1-1/+1
2010-09-10trace: fix a typoBlue Swirl1-1/+1
2010-09-10HACKING: add rules for printf-like functionsBlue Swirl1-0/+13
2010-09-10HACKING: add string management rulesBlue Swirl1-0/+24
2010-09-10HACKING: add memory management rulesBlue Swirl1-0/+14
2010-09-10HACKING: add C type rulesBlue Swirl2-3/+68
2010-09-10HACKING: add preprocessor rulesBlue Swirl1-0/+6
2010-09-10vmware_vga: Replace the few tab-indents with spaces (clean-up).Andrzej Zaborowski1-9/+9
2010-09-10vmware_vga: Add checks to deal with non-atomic fifo writes.Andrzej Zaborowski1-8/+56
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil4-8/+19
2010-09-09trace: Trace entry point of balloon request handlerPrerna Saxena2-0/+6
2010-09-09trace: Trace port IOPrerna Saxena2-0/+11
2010-09-09trace: Trace virtqueue operationsStefan Hajnoczi2-0/+16
2010-09-09trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi4-0/+31
2010-09-09trace: Trace qemu_malloc() and qemu_vmalloc()Stefan Hajnoczi3-8/+38
2010-09-09trace: Add user documentationStefan Hajnoczi1-0/+177
2010-09-09trace: Add LTTng Userspace Tracer backendStefan Hajnoczi2-3/+102
2010-09-09trace: Add trace file name command-line optionPrerna Saxena3-0/+50
2010-09-09trace: Add trace-file command to open/close/flush trace fileStefan Hajnoczi4-13/+88
2010-09-09trace: Specify trace file namePrerna Saxena2-4/+29
2010-09-09trace: Support disabled events in trace-eventsStefan Hajnoczi2-6/+45
2010-09-09trace: Support for dynamically enabling/disabling trace eventsPrerna Saxena6-4/+149
2010-09-09trace: Add simple built-in tracing backendStefan Hajnoczi8-4/+360
2010-09-09trace: Add trace-events file for declaring trace eventsStefan Hajnoczi7-4/+238
2010-09-09microblaze: Add support for fcmp.unEdgar E. Iglesias1-2/+16
2010-09-09elf: Calculate symbol size if neededStefan Weil1-0/+5
2010-09-09Fix OpenBSD build warningBlue Swirl1-1/+2
2010-09-09microblaze: User-mode emulation of hw-excp signalsEdgar E. Iglesias1-0/+31
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias4-9/+358
2010-09-09microblaze: Add definitions for FSR reg fieldsEdgar E. Iglesias1-0/+7
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori3-135/+0
2010-09-08Revert "PPC: Qdev'ify e500 pci"Anthony Liguori1-73/+33
2010-09-08Revert "PPC: Make e500 pci byte swap config data"Anthony Liguori1-1/+1
2010-09-08Merge remote branch 'agraf/ppc-next' into stagingAnthony Liguori5-39/+136
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori22-134/+427
2010-09-08Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori17-46/+287
2010-09-08virtio-9p: Change handling of flags in open() path for 9P2000.LSripathi Kodi1-13/+1
2010-09-08[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.Arun R Bharadwaj2-6/+15
2010-09-08[virtio-9p] Remove all instances of unnecessary dotu variable.Arun R Bharadwaj3-82/+62
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V3-5/+38
2010-09-08virtio-9p: Fix the memset usageAneesh Kumar K.V1-2/+1
2010-09-08virtio-9p: Use lchown which won't follow symlinkAneesh Kumar K.V1-1/+1
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V5-18/+55
2010-09-08virtio-9p: Hide user.virtfs xattr in case of mapped security.Aneesh Kumar K.V1-1/+70
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V5-7/+152
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V5-2/+231