Commit Graph

  • dbb1413589 Merge remote branch 'qemu-kvm/uq/master' into staging Anthony Liguori 2010-10-22 08:02:14 -05:00
  • 8c269b542c virtio-blk: Respect werror option for flushes Kevin Wolf 2010-10-20 13:17:30 +02:00
  • e2bcadadc3 ide: Handle flush failure Kevin Wolf 2010-10-18 17:13:05 +02:00
  • 6bcb1a79a3 ide: Factor ide_flush_cache out Kevin Wolf 2010-10-18 17:10:49 +02:00
  • a18953fbe7 qemu-img: Fix qemu-img convert -obacking_file Kevin Wolf 2010-10-14 15:46:04 +02:00
  • a77cffe7e9 block: Use GCC_FMT_ATTR and fix a format error Stefan Weil 2010-09-24 21:02:05 +02:00
  • 191c2890dd qemu-io: New command map Kevin Wolf 2010-09-16 13:18:08 +02:00
  • 51ef67270b Copy snapshots out of QCOW2 disk edison 2010-09-21 19:58:41 -07:00
  • a58b8d5401 ide: set WCACHE supported in IDENTIFY data Christoph Hellwig 2010-10-04 15:29:41 +02:00
  • 9b036055ef qcow2: Remove old image creation function Kevin Wolf 2010-06-14 15:15:03 +02:00
  • a9420734b6 qcow2: Simplify image creation Kevin Wolf 2010-06-11 21:37:37 +02:00
  • 72893756e0 qcow2: Support exact L1 table growth Stefan Hajnoczi 2010-10-18 16:53:53 +01:00
  • 46c7fc182d monitor: Ignore "." and ".." when completing file name. Kusanagi Kouichi 2010-10-20 18:00:01 +09:00
  • 945d3e6378 Fix test suite build with tracing enabled Jan Kiszka 2010-10-19 16:03:15 +02:00
  • e7a06af838 Silence compiler warning in json test case Jan Kiszka 2010-10-16 19:42:43 +02:00
  • 7af72c24ae Trivial fix for QMP/qmp-events.txt Hidetoshi Seto 2010-10-14 09:51:02 +09:00
  • d03703c81a curses: Fix control-{@[\]^_} and ESC Samuel Thibault 2010-10-19 19:48:20 +02:00
  • 25d2e3613d kvm: save/restore x86-64 MSRs on x86-64 kernels Marcelo Tosatti 2010-10-21 13:35:04 -02:00
  • 384331a61a kvm: writeback SMP TSCs on migration only Marcelo Tosatti 2010-10-21 13:35:03 -02:00
  • 75b10c4336 kvm: factor out kvm_has_msr_star Marcelo Tosatti 2010-10-21 13:35:02 -02:00
  • aa851e365b kvm: add save/restore of MSR_VM_HSAVE_PA Marcelo Tosatti 2010-10-21 13:35:01 -02:00
  • d8da8574b1 Fix build on !KVM_CAP_MCE Hidetoshi Seto 2010-10-21 17:23:14 +09:00
  • f71ac88fe9 x86, mce: broadcast mce depending on the cpu version Hidetoshi Seto 2010-10-21 17:47:06 +09:00
  • f8502cfbbf x86, mce: ignore SRAO only when MCG_SER_P is available Hidetoshi Seto 2010-10-21 17:46:49 +09:00
  • 633aa0acfe Fix pci hotplug to generate level triggered interrupt. Gleb Natapov 2010-10-17 11:45:25 +02:00
  • 4441a2870a Use defines instead of numbers for pci hotplug sts bit Gleb Natapov 2010-10-17 11:45:24 +02:00
  • 0f53994f7a Fix memory leak in register save load due to xsave support Marcelo Tosatti 2010-10-19 09:00:34 -02:00
  • 577804958a Add savevm/loadvm support for MCE Marcelo Tosatti 2010-10-11 15:31:22 -03:00
  • c0532a76b4 MCE: Relay UCR MCE to guest Marcelo Tosatti 2010-10-11 15:31:21 -03:00
  • 983dfc3b13 Add RAM -> physical addr mapping in MCE simulation Huang Ying 2010-10-11 15:31:20 -03:00
  • e890261f67 Export qemu_ram_addr_from_host Marcelo Tosatti 2010-10-11 15:31:19 -03:00
  • e7701825e1 kvm: x86: add mce support Marcelo Tosatti 2010-10-11 15:31:18 -03:00
  • a8486bc9c9 iothread: use signalfd Marcelo Tosatti 2010-10-11 15:31:16 -03:00
  • dcc38d1cce signalfd compatibility Marcelo Tosatti 2010-10-11 15:31:15 -03:00
  • 296acb643b Add svm cpuid features Joerg Roedel 2010-09-27 15:16:17 +02:00
  • db0ad1ba04 Set cpuid definition to 0 before initializing it Joerg Roedel 2010-09-27 15:16:16 +02:00
  • 1e027be7e9 configure: Support disabling warnings in $gcc_flags Markus Armbruster 2010-10-14 11:19:04 +02:00
  • c3b08d0e05 tcg: Fix compiler error (comparison of unsigned expression) Stefan Weil 2010-10-08 10:32:23 +02:00
  • b2d4d83299 wacom tablet: activate event handlers. Gerd Hoffmann 2010-10-08 12:30:14 +02:00
  • cd49692615 vmmouse: adapt to mouse handler changes. Gerd Hoffmann 2010-10-08 12:30:13 +02:00
  • 45b23ff8f0 [virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu. Venkateswararao Jujjuri (JV) 2010-10-06 17:09:42 -07:00
  • 56d15a5329 [virtio-9p] Use preadv/pwritev instead of readv/writev Sanchit Garg 2010-10-08 11:30:16 +05:30
  • 9f506893a4 [virtio-9p] Qemu 9p commandline options validity checks Harsh Prateek Bora 2010-10-18 15:36:36 +05:30
  • 70fc55ebe4 virtio-9p: Support mapped posix acl Aneesh Kumar K.V 2010-10-18 15:28:16 +05:30
  • fc22118d9b virtio-9p: Use layered xattr approach Aneesh Kumar K.V 2010-10-18 15:28:16 +05:30
  • 0f8151cb75 [virtio-9p] Ignore O_DIRECT hint from client. Venkateswararao Jujjuri (JV) 2010-09-19 10:47:11 -07:00
  • df0973a465 qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L M. Mohan Kumar 2010-09-14 15:08:25 +05:30
  • b41e95d348 [virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl Venkateswararao Jujjuri (JV) 2010-09-22 17:18:33 -07:00
  • 8f35400358 qemu-virtio9p: Implement TGETLOCK M. Mohan Kumar 2010-09-08 02:36:52 +05:30
  • 82cc3ee88b [virto-9p] Implement TLOCK M. Mohan Kumar 2010-09-08 02:19:32 +05:30
  • ab03b63d7a [virtio-9p] open should not return EBADF Sripathi Kodi 2010-09-20 23:24:29 +05:30
  • a12c668f0a trace: improve info trace output Blue Swirl 2010-10-20 16:41:36 +00:00
  • cf85cf8e97 trace: Format strings must begin/end with double quotes Stefan Hajnoczi 2010-10-20 16:41:31 +00:00
  • d8023f3114 apic: convert debug printf statements to tracepoints Blue Swirl 2010-10-20 16:41:28 +00:00
  • 6df40080b0 trace: Relax trace-events parsing regex in simpletrace.py Stefan Hajnoczi 2010-10-18 13:42:54 +01:00
  • 48ebf2f90f x3130: pcie downstream port Isaku Yamahata 2010-10-20 17:18:55 +09:00
  • faf1e708d5 x3130: pcie upstream port Isaku Yamahata 2010-10-20 17:18:54 +09:00
  • 8135aeed0f ioh3420: pcie root port in X58 ioh Isaku Yamahata 2010-10-20 17:18:53 +09:00
  • bc20ba98b1 pcie port: define struct PCIEPort/PCIESlot and helper functions Isaku Yamahata 2010-10-20 17:18:52 +09:00
  • 0208def1ca pci/bridge: fix pci_bridge_reset() Isaku Yamahata 2010-10-20 17:18:51 +09:00
  • 6da6d29fa6 pcie: comment on hpev_intx Isaku Yamahata 2010-10-20 17:18:50 +09:00
  • 0428527c62 pcie: helper functions for pcie capability and extended capability Isaku Yamahata 2010-10-19 18:06:34 +09:00
  • 08f3dcf13f pcie: add pcie constants to pcie_regs.h Isaku Yamahata 2010-10-19 18:06:33 +09:00
  • e4c7d2aef8 msi: implements msi Isaku Yamahata 2010-10-19 18:06:32 +09:00
  • 99443c21b0 pci: use pci_word_test_and_clear_mask() in pci_device_reset() Isaku Yamahata 2010-10-19 18:06:30 +09:00
  • a5d1fd20cc pci: introduce helper function to handle msi-x and msi. Isaku Yamahata 2010-10-19 18:06:29 +09:00
  • aabcf5266f pci: introduce helper functions to test-and-{clear, set} mask in configuration space Isaku Yamahata 2010-10-19 18:06:28 +09:00
  • 1a4f5971b6 pci: make pci_del_capability() update for w1cmask Isaku Yamahata 2010-10-18 12:17:42 +09:00
  • 38cc9b607f issue snd_pcm_start() when capturing audio Jindrich Makovicka 2010-10-17 20:17:19 +02:00
  • 22d948a2d9 fix 100% CPU load when idle with ALSA Jindrich Makovicka 2010-10-17 19:28:14 +02:00
  • f871d6893a trace: print a warning if user tries to enable an unknown trace event Blue Swirl 2010-10-13 19:14:29 +00:00
  • 2abf314ddd mips: avoid write only variables Blue Swirl 2010-10-13 18:38:08 +00:00
  • 577f25a5eb ppc: avoid write only variables Blue Swirl 2010-10-13 18:38:08 +00:00
  • 4581cbcdc3 i386: avoid a write only variable Blue Swirl 2010-10-13 18:38:08 +00:00
  • 2ded6ad761 vnc: avoid write only variables Blue Swirl 2010-10-13 18:38:08 +00:00
  • 03e654c083 cris: avoid a write only variable Blue Swirl 2010-10-13 18:38:08 +00:00
  • 49a2942d9b Delete write only variables Blue Swirl 2010-10-13 18:41:29 +00:00
  • ae0bfb79aa ppc: remove video.x Blue Swirl 2010-10-13 18:38:07 +00:00
  • f3f5b86725 lsi53c895a: avoid a write only variable Blue Swirl 2010-10-13 18:38:07 +00:00
  • ef4760626e eepro100: initialize a variable in all cases Blue Swirl 2010-10-13 18:38:07 +00:00
  • 8c78881f48 cirrus: avoid write only variables Blue Swirl 2010-10-13 18:38:07 +00:00
  • 83e3f76c25 block: avoid a write only variable Blue Swirl 2010-10-13 18:38:07 +00:00
  • a2d3f69530 Merge remote branch 'mst/for_anthony' into staging Anthony Liguori 2010-10-11 15:37:11 -05:00
  • d7489b72ca trace: remove timestamp files when cleaning up Blue Swirl 2010-10-09 08:24:17 +00:00
  • ba80782912 configure: Send error message from spice check to /dev/null Stefan Weil 2010-10-07 21:15:58 +02:00
  • 6650b7100b win32: Set unbuffered stdout Stefan Weil 2010-10-07 18:55:48 +02:00
  • ea95f15602 .gitignore: Ignore *-timestamp Stefan Hajnoczi 2010-10-07 12:07:15 +01:00
  • b755a4289e acpi: Fix an infinite loop in acpi_table_add Vincent Minet 2010-10-05 02:23:12 +02:00
  • 10d554c65a configure: Remove unneeded defines from checks Stefan Weil 2010-10-06 21:09:17 +02:00
  • 832ce9c286 configure: include stddef.h for NULL Scott Wood 2010-10-05 14:28:17 -05:00
  • bbf0a44081 trace: Trace bdrv_aio_{readv,writev} Stefan Hajnoczi 2010-10-05 14:28:53 +01:00
  • ea9c16989b trace: Use TP_PROTO() and TP_ARGS() for LTTng UST Stefan Hajnoczi 2010-10-05 14:28:52 +01:00
  • 5eb5527b1e trace: Don't strip lines containing '#' arbitrarily Stefan Hajnoczi 2010-10-05 14:28:51 +01:00
  • 9a85d39447 trace: Use portable format strings Stefan Hajnoczi 2010-10-05 14:28:50 +01:00
  • 84a23f251f spice: add misc config options Gerd Hoffmann 2010-08-30 16:36:53 +02:00
  • 333b0eebcc spice: add config options for the listening address Gerd Hoffmann 2010-08-27 14:29:16 +02:00
  • 17b6dea08b spice: add config options for channel security. Gerd Hoffmann 2010-08-27 14:09:56 +02:00
  • 9f04e09e36 spice: make compression configurable. Yonit Halperin 2010-07-14 13:26:34 +03:00
  • c448e8552b spice: tls support Gerd Hoffmann 2010-03-11 11:13:32 -03:00
  • 3e18c6bf77 cris: Consider the TLB valid bit on writes to the TLB Edgar E. Iglesias 2010-10-07 21:20:52 +02:00