summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Fix vmstate_register_ram() for rom/device regionsAvi Kivity1-1/+1
2012-01-08memory: Fix adjust_endianness()Andreas Färber1-0/+1
2012-01-08memory: Fix memory_region_wrong_endianness()Andreas Färber1-1/+1
2012-01-08kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() changeAvi Kivity1-1/+2
2012-01-07Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno3-8/+94
2012-01-07Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno11-65/+347
2012-01-07sm501: Fix size of color_regStefan Weil1-1/+1
2012-01-07target-sh4: Fix operands for fipr, ftrv instructionsStefan Weil1-3/+3
2012-01-07malta: Fix regression (i8259 interrupts did not work)Stefan Weil1-4/+35
2012-01-06Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori11-55/+51
2012-01-06virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell1-2/+2
2012-01-06qemu-nbd: drop loop which can never loopStefan Hajnoczi1-6/+4
2012-01-06Make python mandatorySebastian Herbszt1-7/+3
2012-01-06net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell1-0/+2
2012-01-06gdbstub: Fix fd leak in gdbserver_open() error pathPeter Maydell1-0/+2
2012-01-06configure: Fix test for supported host CPU typePeter Maydell1-23/+21
2012-01-06configure: CONFIG_QEMU_INTERP_PREFIX only for user modeStefan Weil1-1/+1
2012-01-06scsi virtio-blk usb-msd: Clean up device init error messagesMarkus Armbruster4-8/+8
2012-01-06Strip trailing '\n' from error_report()'s first argument (again)Markus Armbruster2-8/+8
2012-01-06qemu-options.hx: fix tls-channel help textAlon Levy1-2/+2
2012-01-06Merge remote-tracking branch 'amit/master' into stagingAnthony Liguori1-1/+13
2012-01-06Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori20-514/+3414
2012-01-06Merge remote-tracking branch 'sstabellini/xen_mem_fix' into stagingAnthony Liguori1-20/+18
2012-01-06Merge remote-tracking branch 'kraxel/usb.33' into stagingAnthony Liguori3-19/+46
2012-01-06usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon1-3/+3
2012-01-06usb-host: properly release port on unplug & exitGerd Hoffmann1-8/+20
2012-01-06usb-storage: cancel I/O on resetGerd Hoffmann1-0/+12
2012-01-05arm: add dummy A9-specific cp15 registersMark Langsdorf3-1/+59
2012-01-05target-arm: Ignore attempts to set invalid modes in CPSRPeter Maydell1-1/+29
2012-01-05target-arm: Don't use cpu_single_env in bank_number()Peter Maydell1-6/+6
2012-01-05xen: Fix after recent change in dirty bitmap tracking.Anthony PERARD1-20/+18
2012-01-04Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori10-113/+404
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar7-15/+157
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar2-1/+70
2012-01-04hw/9pfs: Documentation changes related to proxy fsM. Mohan Kumar1-9/+16
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar3-0/+119
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar3-8/+219
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar4-13/+214
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar3-8/+414
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar3-23/+313
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar3-9/+368
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar4-0/+331
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar7-1/+426
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar3-194/+434
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar5-323/+401
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V7-61/+83
2012-01-04add L2x0/PL310 cache controller deviceRob Herring2-0/+182
2012-01-04arm: add dummy gic security registersRob Herring1-0/+6
2012-01-04arm: Set frequencies for arm_timerMark Langsdorf1-5/+19
2012-01-04arm: add missing scu registersRob Herring1-3/+33